Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / remove-anonymous-cell-expected.html
blob81bb0ec395d95dce3b50f765c54ba0f47cab11f4
1 <!DOCTYPE html>
2 <p>There should be a blue rectangle below.</p>
3 <div style="display:table-cell;">
4 <div style="color:blue; background:blue;">AAAAAAAAAAAAAA</div>
5 <div style="color:blue; background:blue;">AAAAAAAAAAAAAA</div>
6 </div>