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-003.html (491B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-tables-3/">
      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 <div style="display: table;">
      6  <div style="display: table-cell; height: 50px;">
      7    <div></div>
      8    <canvas width=1 height=1 style="height: 200%; background: green;"></canvas>
      9  </div>
     10  <div style="display: table-cell;">
     11    <div style="height: 100px;"></div>
     12  </div>
     13 </div>