Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-column-group-generates-anonymous-table.html
blob223ba6d01f91566b206301a68acac9bf2c04b46c
1 <!DOCTYPE html>
2 <html>
3 <body>
4 This tests that a misparented table-column-group is properly wrapped in an anonymous table.
5 See <a href="http://bugs.webkit.org/show_bug.cgi?id=86671">bug 86671</a> for details.
6 <div style="display:table-column-group;">
7 <div style="display: table-column; background-color: green;"></div>
8 <div style="display: table-column; background-color: yellow;"></div>
9 </div>
10 <div style="display:table-row;"><div style="display:table-cell;">This box should be green</div><div style="display:table-cell;">This box should be yellow</div></div>
11 </body>
12 </html>