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

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