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-002.html (358B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="http://crbug.com/1234300">
      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-cell; height: 100px; line-height: 0;">
      6  <canvas width=200 height=200 style="background: green; max-height: 100%;"></canvas>
      7 </div>