tor-browser

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

402629-1-iframe.html (577B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5  html     { height: 50%; }
      6  body     { height:100%; }
      7  table    { height:100%; }
      8  div      { height:100%; }
      9  td.green { background:lightgreen }
     10 
     11  /* Apply this to outermost <td> or <tr> to trigger bug. */
     12  .fill { height: 100% }
     13 </style>
     14 </head>
     15 <body>
     16  <table cellpadding="0" cellspacing="0">
     17    <tr><td class="fill">
     18      <div><div><div><div>
     19        <table cellpadding="0" cellspacing="0">
     20          <tr><td class="green">foo</td></tr>
     21        </table>
     22      </div></div></div></div>
     23    </td></tr>
     24  </table>
     25 </body>
     26 </html>