tor-browser

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

adopt-while-parsing.xhtml (172B)


      1 <!DOCTYPE html>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <body>
      4  <script>
      5    window.parent.parsingInterrupted();
      6  </script>
      7  <div>
      8    PASS
      9  </div>
     10 </body>
     11 </html>