tor-browser

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

1381323.html (203B)


      1 <!doctype html>
      2 <table>
      3  <tr>
      4    <td><div style="display: contents">foo</div></td>
      5  </tr>
      6 </table>
      7 <script>
      8  document.body.offsetTop;
      9  document.querySelector('div').style.color = "green";
     10 </script>