Bug 1764967 [wpt PR 33656] - Migrate iframe-based Client Hint WPTs to import client...
[gecko.git] / testing / web-platform / tests / client-hints / sandbox / iframe-popups.https.html
blob3d7bc6eb809aba45e61cc0647bc6b1933538454e
1 <!DOCTYPE html>
2 <html>
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>
10 <script>
12 sandbox_iframe_test("allow-scripts allow-popups",
13 "resources/embedded-popup-expect-no-hints.html",
14 "popup from sandboxed iframe does not send client hint headers");
16 </script>
18 </body>
19 </html>