summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-api/navigation-methods/return-value/navigate-opaque-origin.html
blob: 51500eb8d83c121241bbcf467e010fbda43daa55 (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/navigate-opaque-origin-page.html"></iframe>

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