summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/remove-anonymous-cell-expected.html
blob: 81bb0ec395d95dce3b50f765c54ba0f47cab11f4 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<p>There should be a blue rectangle below.</p>
<div style="display:table-cell;">
    <div style="color:blue; background:blue;">AAAAAAAAAAAAAA</div>
    <div style="color:blue; background:blue;">AAAAAAAAAAAAAA</div>
</div>