tor-browser

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

451876-2.html (452B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 <style type="text/css">
      5 div {
      6 overflow: hidden;
      7 height: 100px;
      8 }
      9 table {
     10 table-layout: fixed;
     11 border: 1px solid #000;
     12 width: 100%;
     13 }
     14 td {
     15 border: 1px solid #000;
     16 }
     17 </style>
     18 </head>
     19 <body onload="document.getElementById('bug').style.width='200px';">
     20 <div>
     21 <table>
     22  <tr>
     23   <td width="100" id="bug">Header1</td><td>Header2</td>
     24  </tr>
     25  <tr>
     26   <td>Cell1</td><td>Cell2</td>
     27  </tr>
     28 </table>
     29 </div>
     30 </body>
     31 </html>