tor-browser

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

absolute-crash.html (321B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://crbug.com/958381">
      3 <table style="position: relative; max-height: 10px;">
      4  <caption>caption</caption>
      5  <td><div id=target style="position: absolute;"></div></td>
      6 </table>
      7 <script>
      8  document.body.offsetTop;
      9  document.getElementById('target').style.top = '10px';
     10 </script>