Index: LayoutTests/fast/table/caption-in-inline-expected.txt |
diff --git a/LayoutTests/fast/table/caption-in-inline-expected.txt b/LayoutTests/fast/table/caption-in-inline-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2ae6d04796a34d924aab92edb68c475fa188331d |
--- /dev/null |
+++ b/LayoutTests/fast/table/caption-in-inline-expected.txt |
@@ -0,0 +1,17 @@ |
+Test that a table-caption with a table-cell sibling is wrapped inside an inline-table when the parent is inline. |
+ |
+ |
+ There should be a blue square to the left of this line. |
+PASS firstRects.length is 1 |
+PASS secondRects.length is 1 |
+PASS lastRects.length is 1 |
+PASS secondRects[0].top is firstRects[0].top + 40 |
+PASS secondRects[0].left is firstRects[0].left |
+PASS secondRects[0].bottom is secondRects[0].top + 40 |
+PASS lastRects[0].right is >= secondRects[0].left |
+PASS lastRects[0].top is >= firstRects[0].top |
+PASS secondRects[0].bottom is >= lastRects[0].bottom |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |