tor-browser

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

add-detached-node.html (436B)


      1 <!DOCTYPE html>
      2 <html  class="test-wait">
      3 <body onload="start()">
      4 <script>
      5  function start() {
      6    requestAnimationFrame(() => {
      7      target2.placeholder = "string";
      8      target1.type = "hidden";
      9      document.documentElement.className = '';
     10    });
     11  }
     12 </script>
     13 
     14 <ol id=target1 inert>
     15  <content>
     16    <textarea id=target2></textarea>
     17    <semantics>
     18      <optgroup></optgroup>
     19    </semantics>
     20  </content>
     21 </ol>
     22 </body>
     23 </html>