iframe-popups-escape-sandbox.https.html (545B)
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("allow-scripts allow-popups allow-popups-to-escape-sandbox", 13 "resources/embedded-popup-expect-hints.html", 14 "popup from sandboxed iframe with allow-popups-to-escape-sandbox flag does send client hint headers"); 15 16 </script> 17 18 </body> 19 </html>