summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/percent-height-replaced-in-percent-cell-002.html
blob: 78d4b0be1d2551972b6d5476ddf46b3da4819379 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<link rel="help" href="http://crbug.com/1234300">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div style="display: table-cell; height: 100px; line-height: 0;">
  <canvas width=200 height=200 style="background: green; max-height: 100%;"></canvas>
</div>