Index: LayoutTests/fast/table/remove-anonymous-cell-expected.html |
diff --git a/LayoutTests/fast/table/remove-anonymous-cell-expected.html b/LayoutTests/fast/table/remove-anonymous-cell-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..81bb0ec395d95dce3b50f765c54ba0f47cab11f4 |
--- /dev/null |
+++ b/LayoutTests/fast/table/remove-anonymous-cell-expected.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<p>There should be a blue rectangle below.</p> |
+<div style="display:table-cell;"> |
+ <div style="color:blue; background:blue;">AAAAAAAAAAAAAA</div> |
+ <div style="color:blue; background:blue;">AAAAAAAAAAAAAA</div> |
+</div> |