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

Side by Side Diff: LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt

Issue 115253003: Layout support for new circle shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use FloatSize/FloatPoint's more Created 6 years, 11 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 Testing parsing of the shape-inside property. 1 Testing parsing of the shape-inside property.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS getCSSText("shape-inside", "auto") is "auto" 6 PASS getCSSText("shape-inside", "auto") is "auto"
7 PASS getComputedStyleValue("shape-inside", "auto") is "auto" 7 PASS getComputedStyleValue("shape-inside", "auto") is "auto"
8 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectang le(10px, 20px, 30px, 40px)" 8 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectang le(10px, 20px, 30px, 40px)"
9 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)" 9 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
10 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "re ctangle(10px, 20px, 30px, 40px, 5px)" 10 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "re ctangle(10px, 20px, 30px, 40px, 5px)"
11 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5p x)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)" 11 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5p x)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)"
12 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" 12 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
13 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5p x, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" 13 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5p x, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
14 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px)") is "i nset-rectangle(10px, 20px, 30px, 40px)" 14 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px)") is "i nset-rectangle(10px, 20px, 30px, 40px)"
15 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)" 15 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
16 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px)" 16 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px)"
17 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)" 17 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)"
18 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10 px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" 18 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10 px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
19 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" 19 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
20 PASS getCSSText("shape-inside", "circle(10px, 20px, 30px)") is "circle(10px, 20p x, 30px)" 20 PASS getCSSText("shape-inside", "circle(10px, 20px, 30px)") is "circle(10px, 20p x, 30px)"
21 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px)") is "circl e(10px, 20px, 30px)" 21 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px)") is "circl e(10px, 20px, 30px)"
22 PASS getCSSText("shape-inside", "circle()") is "circle()" 22 PASS getCSSText("shape-inside", "circle()") is "circle()"
23 PASS getComputedStyleValue("shape-inside", "circle()") is "circle(closest-side a t 50% 50%)" 23 PASS getComputedStyleValue("shape-inside", "circle()") is "circle(closest-side a t 50% 50%)"
24 PASS getCSSText("shape-inside", "circle(farthest-side)") is "circle(farthest-sid e)"
25 PASS getComputedStyleValue("shape-inside", "circle(farthest-side)") is "circle(f arthest-side at 50% 50%)"
26 PASS getCSSText("shape-inside", "circle(closest-side)") is "circle(closest-side) "
27 PASS getComputedStyleValue("shape-inside", "circle(closest-side)") is "circle(cl osest-side at 50% 50%)"
24 PASS getCSSText("shape-inside", "circle(10px)") is "circle(10px)" 28 PASS getCSSText("shape-inside", "circle(10px)") is "circle(10px)"
25 PASS getComputedStyleValue("shape-inside", "circle(10px)") is "circle(10px at 50 % 50%)" 29 PASS getComputedStyleValue("shape-inside", "circle(10px)") is "circle(10px at 50 % 50%)"
26 PASS getCSSText("shape-inside", "circle(10px at 10px)") is "circle(10px at 10px 50%)" 30 PASS getCSSText("shape-inside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
27 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px)") is "circle(10 px at 10px 50%)" 31 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px)") is "circle(10 px at 10px 50%)"
28 PASS getCSSText("shape-inside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)" 32 PASS getCSSText("shape-inside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)"
29 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px)") is "circ le(10px at 10px 10px)" 33 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px)") is "circ le(10px at 10px 10px)"
30 PASS getCSSText("shape-inside", "circle(at 10px)") is "circle(at 10px 50%)" 34 PASS getCSSText("shape-inside", "circle(at 10px)") is "circle(at 10px 50%)"
31 PASS getComputedStyleValue("shape-inside", "circle(at 10px)") is "circle(closest -side at 10px 50%)" 35 PASS getComputedStyleValue("shape-inside", "circle(at 10px)") is "circle(closest -side at 10px 50%)"
32 PASS getCSSText("shape-inside", "circle(at 10px 10px)") is "circle(at 10px 10px) " 36 PASS getCSSText("shape-inside", "circle(at 10px 10px)") is "circle(at 10px 10px) "
33 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px)") is "circle(cl osest-side at 10px 10px)" 37 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px)") is "circle(cl osest-side at 10px 10px)"
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 PASS getParentAndChildComputedStylesString("shape-inside", "outside-shape", "rec tangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10p x, 20px, 30px, 40px, 0px, 0px)" 225 PASS getParentAndChildComputedStylesString("shape-inside", "outside-shape", "rec tangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10p x, 20px, 30px, 40px, 0px, 0px)"
222 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: auto" 226 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: auto"
223 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi ld: auto" 227 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi ld: auto"
224 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" 228 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
225 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa rent: auto, child: auto" 229 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa rent: auto, child: auto"
226 PASS getParentAndChildComputedStylesString("shape-inside", "auto", "inherit") is "parent: auto, child: auto" 230 PASS getParentAndChildComputedStylesString("shape-inside", "auto", "inherit") is "parent: auto, child: auto"
227 PASS successfullyParsed is true 231 PASS successfullyParsed is true
228 232
229 TEST COMPLETE 233 TEST COMPLETE
230 234
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698