tor-browser

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

1365159-1.html (210B)


      1 <!DOCTYPE html>
      2 <table border="1">
      3  <tr><td>There should be</td></tr>
      4  <tr><td>no borders visible</td></tr>
      5 </table>
      6 <script>
      7  onload = function() { document.querySelector("table").border = "0"; }
      8 </script>