iframe-same-origin.https.html (480B)
1 <!DOCTYPE html> 2 <html> 3 4 <body> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <script src="/client-hints/resources/export.js"></script> 8 <script src="resources/util.js"></script> 9 10 <script> 11 sandbox_iframe_test("allow-scripts allow-same-origin", 12 expect_iframe_hints, 13 "Same origin sandboxed iframe with allow-same-origin flag does send client hint headers"); 14 </script> 15 16 </body> 17 </html>