Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-big-box-border-radius-001-expected.txt |
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-001-expected.txt b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-big-box-border-radius-001-expected.txt |
similarity index 56% |
copy from LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-001-expected.txt |
copy to LayoutTests/fast/shapes/shape-outside-floats/shape-outside-big-box-border-radius-001-expected.txt |
index c54b63709210f01e5e7964910a48557d2e7bf01f..1fe86d4a00c406505a6e39b6da6387b829b056cc 100644 |
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-boxes-001-expected.txt |
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-big-box-border-radius-001-expected.txt |
@@ -1,13 +1,19 @@ |
+The green squares should follow the right side of the blue shape. They should not overlap the shape. |
+ |
+X |
+X |
+X |
+X |
+X |
+X |
PASS elementRect('a').top is 0 |
-PASS elementRect('a').left is 0 |
+PASS elementRect('a').right is 120 |
PASS elementRect('b').top is 20 |
PASS elementRect('c').top is 40 |
-PASS elementRect('c').left is 100 |
PASS elementRect('d').top is 60 |
-PASS elementRect('d').left is 100 |
PASS elementRect('e').top is 80 |
PASS elementRect('f').top is 100 |
-PASS elementRect('f').left is 0 |
+PASS elementRect('f').right is 20 |
PASS successfullyParsed is true |
TEST COMPLETE |