summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/percent-height-inside-anonymous-cell.html
blob: 0a7ecf81b42067c65e9439f453906388db23b3e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<script src="../../resources/check-layout.js"></script>
<p>There should be a papayawhip-colored square below.</p>
<div id="table" style="display:table; height:10px; background:papayawhip;" data-expected-height="100">
    <div style="height:100%;">
	<div style="width:100px; height:100px;"></div>
    </div>
</div>
<script>
    checkLayout("#table");
</script>