summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/table-column-generates-anonymous-table-expected.html
blob: c072c6b8a70eaa207b859058714935822115a1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<body>
This tests that a misparented table-column is properly wrapped in an anonymous table.
See <a href="http://bugs.webkit.org/show_bug.cgi?id=86671">bug 86671</a> for details.
<div style="display:table">
<div style="display:table-column; background-color: green;"></div>
<div style="display:table-row;"><div style="display:table-cell;">This box should be green</div></div>
</div>
</body>
</html>