tor-browser

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

373295-1.html (239B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 
      5 <table border="1" width="1"><tr><td id="td">abc def</td></tr></table>
      6 
      7 <script>
      8 document.body.offsetWidth;
      9 document.getElementById("td").appendChild(document.createTextNode("ghi"));
     10 </script>
     11 
     12 </body>
     13 </html>