summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/table-split-percent-height-expected.html
blob: d3c2bc10d355acc8707fc4df6cc49ff40f213de5 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<p>There should be a blue square below.</p>
<div style="display:table; height:450px;">
    <div style="display:table-row-group;">
        <div></div>
        <div id="splitter" style="display: table-row;"></div>
        <div style="width:75px; height:50%; background:blue;"></div>
    </div>
</div>