Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / table / remove-anonymous-cell-expected.html
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>