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

Side by Side Diff: LayoutTests/fast/shapes/parsing/parsing-shape-outside-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-outside property. 1 Testing parsing of the shape-outside 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-outside", "auto") is "auto" 6 PASS getCSSText("shape-outside", "auto") is "auto"
7 PASS getComputedStyleValue("shape-outside", "auto") is "auto" 7 PASS getComputedStyleValue("shape-outside", "auto") is "auto"
8 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px)") is "rectan gle(10px, 20px, 30px, 40px)" 8 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px)") is "rectan gle(10px, 20px, 30px, 40px)"
9 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)" 9 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
10 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "r ectangle(10px, 20px, 30px, 40px, 5px)" 10 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "r ectangle(10px, 20px, 30px, 40px, 5px)"
11 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5 px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)" 11 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5 px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)"
12 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" 12 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
13 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5 px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" 13 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5 px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
14 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px)") is " inset-rectangle(10px, 20px, 30px, 40px)" 14 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px)") is " inset-rectangle(10px, 20px, 30px, 40px)"
15 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)" 15 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
16 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px)" 16 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px)"
17 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)" 17 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)"
18 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 1 0px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" 18 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 1 0px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
19 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" 19 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)"
20 PASS getCSSText("shape-outside", "circle(10px, 20px, 30px)") is "circle(10px, 20 px, 30px)" 20 PASS getCSSText("shape-outside", "circle(10px, 20px, 30px)") is "circle(10px, 20 px, 30px)"
21 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px)") is "circ le(10px, 20px, 30px)" 21 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px)") is "circ le(10px, 20px, 30px)"
22 PASS getCSSText("shape-outside", "circle()") is "circle()" 22 PASS getCSSText("shape-outside", "circle()") is "circle()"
23 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side at 50% 50%)" 23 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side at 50% 50%)"
24 PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-si de)"
25 PASS getComputedStyleValue("shape-outside", "circle(farthest-side)") is "circle( farthest-side at 50% 50%)"
26 PASS getCSSText("shape-outside", "circle(closest-side)") is "circle(closest-side )"
27 PASS getComputedStyleValue("shape-outside", "circle(closest-side)") is "circle(c losest-side at 50% 50%)"
24 PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px)" 28 PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px)"
25 PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 5 0% 50%)" 29 PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 5 0% 50%)"
26 PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px 50%)" 30 PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px 50%)"
27 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(1 0px at 10px 50%)" 31 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(1 0px at 10px 50%)"
28 PASS getCSSText("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)" 32 PASS getCSSText("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)"
29 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px)") is "cir cle(10px at 10px 10px)" 33 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px)") is "cir cle(10px at 10px 10px)"
30 PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)" 34 PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)"
31 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closes t-side at 10px 50%)" 35 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closes t-side at 10px 50%)"
32 PASS getCSSText("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px )" 36 PASS getCSSText("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px )"
33 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(c losest-side at 10px 10px)" 37 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(c losest-side at 10px 10px)"
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "rectangle(1 0px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40 px, 0px, 0px)" 224 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "rectangle(1 0px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40 px, 0px, 0px)"
221 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: auto" 225 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: auto"
222 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch ild: auto" 226 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch ild: auto"
223 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" 227 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"
224 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: auto, child: auto" 228 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: auto, child: auto"
225 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "inherit") i s "parent: auto, child: auto" 229 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "inherit") i s "parent: auto, child: auto"
226 PASS successfullyParsed is true 230 PASS successfullyParsed is true
227 231
228 TEST COMPLETE 232 TEST COMPLETE
229 233
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698