tor-browser

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

dynamic-recompute-baseline.html (294B)


      1 <!DOCTYPE html>
      2 <table>
      3  <caption id="target"></caption>
      4  <td>
      5    <div style="display: inline-block; height: 10%;"></div>
      6  </td>
      7  <td style="vertical-align: baseline;"></td>
      8 </table>
      9 <script>
     10  document.body.offsetTop;
     11  document.getElementById('target').style.height = '100px';
     12 </script>