blob: 0a7ecf81b42067c65e9439f453906388db23b3e4 [file] [log] [blame]
<!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>