tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

iframe-iframe-popups.https.html (497B)


      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",
     13                    "resources/iframe-with-embedded-popup-expect-no-hints.html",
     14                    "Popup from an iframe within a sandboxed iframe does not send hints");
     15 
     16 </script>
     17 
     18 </body>
     19 </html>