tor-browser

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

popups-crash.https.html (212B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Crash test for https://crbug.com/1099718</title>
      4 
      5 <div id="log"></div>
      6 
      7 <script>
      8 window.open("resources/crashy-popup.sub.html", "windowName1", "noopener");
      9 </script>