Index: LayoutTests/fast/table/column-in-inline.html |
diff --git a/LayoutTests/fast/table/column-in-inline.html b/LayoutTests/fast/table/column-in-inline.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..713b854d9d44e3ef2f5dd3858eedf0600dd9d701 |
--- /dev/null |
+++ b/LayoutTests/fast/table/column-in-inline.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<p>Test that a table-column with a table-cell sibling are wrapped inside an inline-table when the parent is inline.</p> |
+<span style="vertical-align:top;"> |
+ <div style="display:table-column; width:4em; background:blue;"></div> |
+ <div style="vertical-align:top; display:table-cell; height:4em;"> </div> |
+ There should be a blue square to the left of this line. |
+</span> |