tor-browser

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

1688004.xhtml (273B)


      1 <html xmlns="http://www.w3.org/1999/xhtml" scrolling="false" class="reftest-wait">
      2  <body>
      3    <dialog>ABC</dialog>
      4    <script><![CDATA[
      5      document.querySelector("dialog").showModal();
      6      document.documentElement.className = "";
      7    ]]></script>
      8  </body>
      9 </html>