Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-big-box-border-radius-001-expected.txt

Issue 230403003: [CSS Shapes] large corner radius combined with 0 radius does not wrap properly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use unprefixed version Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698