embedded-popup-expect-no-hints.html (289B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <script src="/resources/testharness.js"></script> 5 <script src="/resources/testharnessreport.js"></script> 6 <script src="util.js"></script> 7 <script> 8 sandbox_popup_listener("/client-hints/resources/expect-no-client-hints-headers.html"); 9 </script> 10 </body> 11 </html>