iframe-csp-same-origin.https.html (437B)
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 12 sandbox_iframe_test("", 13 expect_iframe_hints, 14 "CSP sandboxed iframe with same-origin flag does send client hint headers"); 15 16 </script> 17 18 </body> 19 </html>