summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-api/updateCurrentEntry-method/opaque-origin.html
blob: 898ca27e4fab1d34bfe9c148ff53880a8a35d8cd (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

<iframe id="i" sandbox="allow-scripts" src="resources/opaque-origin-page.html"></iframe>

<script>
fetch_tests_from_window(i.contentWindow);
</script>