opaque-origin.html (274B)
1 <!doctype html> 2 <script src="/resources/testharness.js"></script> 3 <script src="/resources/testharnessreport.js"></script> 4 5 <iframe id="i" sandbox="allow-scripts" src="resources/opaque-origin-page.html"></iframe> 6 7 <script> 8 fetch_tests_from_window(i.contentWindow); 9 </script>