tor-browser

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

389468-1.html (892B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body>
      4  <table id="t" style="border:1px solid black;">
      5  <tbody>
      6    <tr>
      7      <td>China's Leader Closes Door to Reform - New York Times<br/>
      8        Hostesses for the Communist Party's 17th National Congress played
      9        Hostesses for the Communist Party's 17th National Congress played
     10        Hostesses for the Communist Party's 17th National Congress played
     11        Hostesses for the Communist Party's 17th National Congress played
     12          a game Monday outside the Great Hall of the People. By
     13        JOS...<span style="white-space: nowrap;"> all 1,062 news
     14        articles</span></td>
     15    </tr>
     16  </tbody>
     17  </table>
     18  <script>
     19 document.body.offsetTop;
     20 var t = document.getElementById("t");
     21 // comment out the following line to see the correct rendering
     22 t.style.width = "4em";
     23 document.body.offsetTop;
     24 t.style.width = "50em";
     25  </script>
     26 </body>
     27 </html>