summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/percentages-grandchildren-quirks-mode-001.html
blob: b6b6d245ab2f2c56ae5ac51c96a771e5acd5f084 (plain)
1
2
3
4
5
6
7
8
9
<link rel="help" href="https://drafts.csswg.org/css-tables-3/">
<meta name="assert" content="This test checks that table cell children, in quirks mode, don't apply the percentage height quirk to their children." />
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<p style="margin-top: 1em;">Test passes if there is a filled green square.</p>
<div style="display:table-cell; height:100px; background:green;">
  <div style="width:100px;">
    <div style="height:100%; background:red;"></div>
  </div>
</div>