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

Side by Side 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 unified diff | Download patch
OLDNEW
1 The green squares should follow the right side of the blue shape. They should no t overlap the shape.
2
3 X
4 X
5 X
6 X
7 X
8 X
1 PASS elementRect('a').top is 0 9 PASS elementRect('a').top is 0
2 PASS elementRect('a').left is 0 10 PASS elementRect('a').right is 120
3 PASS elementRect('b').top is 20 11 PASS elementRect('b').top is 20
4 PASS elementRect('c').top is 40 12 PASS elementRect('c').top is 40
5 PASS elementRect('c').left is 100
6 PASS elementRect('d').top is 60 13 PASS elementRect('d').top is 60
7 PASS elementRect('d').left is 100
8 PASS elementRect('e').top is 80 14 PASS elementRect('e').top is 80
9 PASS elementRect('f').top is 100 15 PASS elementRect('f').top is 100
10 PASS elementRect('f').left is 0 16 PASS elementRect('f').right is 20
11 PASS successfullyParsed is true 17 PASS successfullyParsed is true
12 18
13 TEST COMPLETE 19 TEST COMPLETE
14 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698