Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-column-generates-anonymous-table-expected.html
blobc072c6b8a70eaa207b859058714935822115a1f7
1 <!DOCTYPE html>
2 <html>
3 <body>
4 This tests that a misparented table-column 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">
7 <div style="display:table-column; background-color: green;"></div>
8 <div style="display:table-row;"><div style="display:table-cell;">This box should be green</div></div>
9 </div>
10 </body>
11 </html>