tor-browser

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

percent-height-replaced-in-percent-cell.tentative.html (448B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="http://crbug.com/1001083">
      3 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      4 <p>Test passes if there is a filled green square.</p>
      5 <table style="width: 100px; height: 100px; background: green;">
      6  <tr>
      7    <td style="height: 20px;"></td>
      8  </tr>
      9  <tr>
     10    <td style="height: 100%;">
     11      <img style="width: 100%; height: 100%; visibility: hidden;" />
     12    </td>
     13  </tr>
     14 </table>