summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/resources/url-entry-document-incumbent-frame.html
blob: bd78d8ee52caa34af65246f5e3065183573049b8 (plain)
1
2
3
4
<!doctype html>
<script>
window.callDocumentMethod = methodName => document[methodName]();
</script>