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

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

Issue 103413006: Implement parsing of the new ellipse shape syntax. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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()"
23 PASS getComputedStyleValue("shape-inside", "circle()") is "circle(closest-side a t 50% 50%)"
24 PASS getCSSText("shape-inside", "circle(10px)") is "circle(10px)"
25 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%)"
27 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)"
29 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%)"
31 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) "
33 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px)") is "circle(cl osest-side at 10px 10px)"
34 PASS getCSSText("shape-inside", "circle(at top left)") is "circle(at 0% 0%)"
35 PASS getComputedStyleValue("shape-inside", "circle(at top left)") is "circle(clo sest-side at 0% 0%)"
36 PASS getCSSText("shape-inside", "circle(at right bottom)") is "circle(at 100% 10 0%)"
37 PASS getComputedStyleValue("shape-inside", "circle(at right bottom)") is "circle (closest-side at 100% 100%)"
38 PASS getCSSText("shape-inside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
39 PASS getComputedStyleValue("shape-inside", "circle(10px at left top 10px)") is " circle(10px at left 0% top 10px)"
40 PASS getCSSText("shape-inside", "circle(10px at top 10px left 10px)") is "circle (10px at left 10px top 10px)"
41 PASS getComputedStyleValue("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)"
42 PASS getCSSText("shape-inside", "circle(10px at right 10px bottom 10px)") is "ci rcle(10px at right 10px bottom 10px)"
43 PASS getComputedStyleValue("shape-inside", "circle(10px at right 10px bottom 10p x)") is "circle(10px at right 10px bottom 10px)"
22 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(1 0px, 20px, 30px, 40px)" 44 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(1 0px, 20px, 30px, 40px)"
23 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)" 45 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)"
46 PASS getCSSText("shape-inside", "ellipse()") is "ellipse()"
47 PASS getComputedStyleValue("shape-inside", "ellipse()") is "ellipse(closest-side closest-side at 50% 50%)"
48 PASS getCSSText("shape-inside", "ellipse(10px)") is "ellipse(10px)"
49 PASS getComputedStyleValue("shape-inside", "ellipse(10px)") is "ellipse(10px clo sest-side at 50% 50%)"
50 PASS getCSSText("shape-inside", "ellipse(10px 20px)") is "ellipse(10px 20px)"
51 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px)") is "ellipse(10p x 20px at 50% 50%)"
52 PASS getCSSText("shape-inside", "ellipse(10px at 10px)") is "ellipse(10px at 10p x 50%)"
53 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px)") is "ellipse( 10px closest-side at 10px 50%)"
54 PASS getCSSText("shape-inside", "ellipse(10px 20px at 10px)") is "ellipse(10px 2 0px at 10px 50%)"
55 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at 10px)") is "ell ipse(10px 20px at 10px 50%)"
56 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px)") is "ellipse(10px a t 10px 10px)"
57 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px)") is "ell ipse(10px closest-side at 10px 10px)"
58 PASS getCSSText("shape-inside", "ellipse(at 10px)") is "ellipse(at 10px 50%)"
59 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px)") is "ellipse(close st-side closest-side at 10px 50%)"
60 PASS getCSSText("shape-inside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10p x)"
61 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px)") is "ellipse( closest-side closest-side at 10px 10px)"
62 PASS getCSSText("shape-inside", "ellipse(at top left)") is "ellipse(at 0% 0%)"
63 PASS getComputedStyleValue("shape-inside", "ellipse(at top left)") is "ellipse(c losest-side closest-side at 0% 0%)"
64 PASS getCSSText("shape-inside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)"
65 PASS getComputedStyleValue("shape-inside", "ellipse(at right bottom)") is "ellip se(closest-side closest-side at 100% 100%)"
66 PASS getCSSText("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10 px at left 0% top 10px)"
67 PASS getComputedStyleValue("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at left 0% top 10px)"
68 PASS getCSSText("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellip se(10px at left 10px top 10px)"
69 PASS getComputedStyleValue("shape-inside", "ellipse(10px at top 10px left 10px)" ) is "ellipse(10px closest-side at left 10px top 10px)"
70 PASS getCSSText("shape-inside", "ellipse(10px at right 10px bottom 10px)") is "e llipse(10px at right 10px bottom 10px)"
71 PASS getComputedStyleValue("shape-inside", "ellipse(10px at right 10px bottom 10 px)") is "ellipse(10px closest-side at right 10px bottom 10px)"
72 PASS getCSSText("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellip se(10px 20px at left 0% top 10px)"
73 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at left top 10px)" ) is "ellipse(10px 20px at left 0% top 10px)"
74 PASS getCSSText("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is " ellipse(10px 20px at left 10px top 10px)"
75 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at top 10px left 1 0px)") is "ellipse(10px 20px at left 10px top 10px)"
76 PASS getCSSText("shape-inside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
77 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at right 10px bott om 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
24 PASS getCSSText("shape-inside", "polygon(10px 20px, 30px 40px, 40px 50px)") is " polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" 78 PASS getCSSText("shape-inside", "polygon(10px 20px, 30px 40px, 40px 50px)") is " polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
25 PASS getComputedStyleValue("shape-inside", "polygon(10px 20px, 30px 40px, 40px 5 0px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" 79 PASS getComputedStyleValue("shape-inside", "polygon(10px 20px, 30px 40px, 40px 5 0px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
26 PASS getCSSText("shape-inside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50p x)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" 80 PASS getCSSText("shape-inside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50p x)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"
27 PASS getComputedStyleValue("shape-inside", "polygon(evenodd, 10px 20px, 30px 40p x, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" 81 PASS getComputedStyleValue("shape-inside", "polygon(evenodd, 10px 20px, 30px 40p x, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"
28 PASS getCSSText("shape-inside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50p x)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" 82 PASS getCSSText("shape-inside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50p x)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
29 PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 10px 20px, 30px 40p x, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" 83 PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 10px 20px, 30px 40p x, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
30 PASS getCSSText("shape-inside", "content-box") is "content-box" 84 PASS getCSSText("shape-inside", "content-box") is "content-box"
31 PASS getComputedStyleValue("shape-inside", "content-box") is "content-box" 85 PASS getComputedStyleValue("shape-inside", "content-box") is "content-box"
32 PASS getCSSText("shape-inside", "padding-box") is "padding-box" 86 PASS getCSSText("shape-inside", "padding-box") is "padding-box"
33 PASS getComputedStyleValue("shape-inside", "padding-box") is "padding-box" 87 PASS getComputedStyleValue("shape-inside", "padding-box") is "padding-box"
(...skipping 26 matching lines...) Expand all
60 PASS getCSSText("shape-inside", "inset-rectangle(10px)") is "" 114 PASS getCSSText("shape-inside", "inset-rectangle(10px)") is ""
61 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px)") is "auto" 115 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px)") is "auto"
62 PASS getCSSText("shape-inside", "inset-rectangle(10px, 10px)") is "" 116 PASS getCSSText("shape-inside", "inset-rectangle(10px, 10px)") is ""
63 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 10px)") is "au to" 117 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 10px)") is "au to"
64 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "" 118 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px)") is ""
65 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "auto" 119 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "auto"
66 PASS getCSSText("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is "" 120 PASS getCSSText("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is ""
67 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px 20px 30px 40px) ") is "auto" 121 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px 20px 30px 40px) ") is "auto"
68 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 6 0px, 70px)") is "" 122 PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 6 0px, 70px)") is ""
69 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 50px, 60px, 70px)") is "auto" 123 PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40 px, 50px, 60px, 70px)") is "auto"
70 PASS getCSSText("shape-inside", "circle()") is ""
71 PASS getComputedStyleValue("shape-inside", "circle()") is "auto"
72 PASS getCSSText("shape-inside", "circle(10px)") is ""
73 PASS getComputedStyleValue("shape-inside", "circle(10px)") is "auto"
74 PASS getCSSText("shape-inside", "circle(10px, 20px)") is "" 124 PASS getCSSText("shape-inside", "circle(10px, 20px)") is ""
75 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px)") is "auto" 125 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px)") is "auto"
76 PASS getCSSText("shape-inside", "circle(10px 20px 30px)") is "" 126 PASS getCSSText("shape-inside", "circle(10px 20px 30px)") is ""
77 PASS getComputedStyleValue("shape-inside", "circle(10px 20px 30px)") is "auto" 127 PASS getComputedStyleValue("shape-inside", "circle(10px 20px 30px)") is "auto"
78 PASS getCSSText("shape-inside", "circle(10px, 20px, 30px, 40px)") is "" 128 PASS getCSSText("shape-inside", "circle(10px, 20px, 30px, 40px)") is ""
79 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px, 40px)") is "auto" 129 PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px, 40px)") is "auto"
80 PASS getCSSText("shape-inside", "ellipse()") is "" 130 PASS getCSSText("shape-inside", "circle(10px 20px)") is ""
81 PASS getComputedStyleValue("shape-inside", "ellipse()") is "auto" 131 PASS getComputedStyleValue("shape-inside", "circle(10px 20px)") is "auto"
82 PASS getCSSText("shape-inside", "ellipse(10px)") is "" 132 PASS getCSSText("shape-inside", "circle(10px at 10px 10px 10px)") is ""
83 PASS getComputedStyleValue("shape-inside", "ellipse(10px)") is "auto" 133 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px 10px)") is "auto"
134 PASS getCSSText("shape-inside", "circle(10px at 10px 10px at center)") is ""
135 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px at center)" ) is "auto"
136 PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is ""
137 PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "auto"
138 PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is ""
139 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "auto "
140 PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is ""
141 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "auto"
142 PASS getCSSText("shape-inside", "circle(at center center 10px)") is ""
143 PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is " auto"
84 PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is "" 144 PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is ""
85 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "auto" 145 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "auto"
86 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is "" 146 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is ""
87 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "auto " 147 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "auto "
88 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is "" 148 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is ""
89 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "a uto" 149 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "a uto"
150 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is ""
151 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "auto"
152 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is ""
153 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is "auto"
154 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px at center)") is ""
155 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px at center) ") is "auto"
156 PASS getCSSText("shape-inside", "ellipse(10px at center center 10px)") is ""
157 PASS getComputedStyleValue("shape-inside", "ellipse(10px at center center 10px)" ) is "auto"
158 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px at center center 10px)") is ""
159 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px at center cen ter 10px)") is "auto"
160 PASS getCSSText("shape-inside", "ellipse(at 10px 10px 10px)") is ""
161 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px 10px)") is "aut o"
162 PASS getCSSText("shape-inside", "ellipse(at 10px 10px at center)") is ""
163 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px at center)") is "auto"
164 PASS getCSSText("shape-inside", "ellipse(at center center 10px)") is ""
165 PASS getComputedStyleValue("shape-inside", "ellipse(at center center 10px)") is "auto"
90 PASS getCSSText("shape-inside", "polygon()") is "" 166 PASS getCSSText("shape-inside", "polygon()") is ""
91 PASS getComputedStyleValue("shape-inside", "polygon()") is "auto" 167 PASS getComputedStyleValue("shape-inside", "polygon()") is "auto"
92 PASS getCSSText("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px )") is "" 168 PASS getCSSText("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px )") is ""
93 PASS getComputedStyleValue("shape-inside", "polygon(evenodd 10px 20px, 30px 40px , 40px 50px)") is "auto" 169 PASS getComputedStyleValue("shape-inside", "polygon(evenodd 10px 20px, 30px 40px , 40px 50px)") is "auto"
94 PASS getCSSText("shape-inside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px )") is "" 170 PASS getCSSText("shape-inside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px )") is ""
95 PASS getComputedStyleValue("shape-inside", "polygon(nonzero 10px 20px, 30px 40px , 40px 50px)") is "auto" 171 PASS getComputedStyleValue("shape-inside", "polygon(nonzero 10px 20px, 30px 40px , 40px 50px)") is "auto"
96 PASS getCSSText("shape-inside", "polygon(nonzero)") is "" 172 PASS getCSSText("shape-inside", "polygon(nonzero)") is ""
97 PASS getComputedStyleValue("shape-inside", "polygon(nonzero)") is "auto" 173 PASS getComputedStyleValue("shape-inside", "polygon(nonzero)") is "auto"
98 PASS getCSSText("shape-inside", "polygon(evenodd)") is "" 174 PASS getCSSText("shape-inside", "polygon(evenodd)") is ""
99 PASS getComputedStyleValue("shape-inside", "polygon(evenodd)") is "auto" 175 PASS getComputedStyleValue("shape-inside", "polygon(evenodd)") is "auto"
100 PASS getCSSText("shape-inside", "polygon(10px)") is "" 176 PASS getCSSText("shape-inside", "polygon(10px)") is ""
101 PASS getComputedStyleValue("shape-inside", "polygon(10px)") is "auto" 177 PASS getComputedStyleValue("shape-inside", "polygon(10px)") is "auto"
102 PASS getCSSText("shape-inside", "polygon(nonzero,10px)") is "" 178 PASS getCSSText("shape-inside", "polygon(nonzero,10px)") is ""
103 PASS getComputedStyleValue("shape-inside", "polygon(nonzero,10px)") is "auto" 179 PASS getComputedStyleValue("shape-inside", "polygon(nonzero,10px)") is "auto"
104 PASS getCSSText("shape-inside", "polygon(evenodd,12px)") is "" 180 PASS getCSSText("shape-inside", "polygon(evenodd,12px)") is ""
105 PASS getComputedStyleValue("shape-inside", "polygon(evenodd,12px)") is "auto" 181 PASS getComputedStyleValue("shape-inside", "polygon(evenodd,12px)") is "auto"
106 PASS getCSSText("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") i s "" 182 PASS getCSSText("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") i s ""
107 PASS getComputedStyleValue("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px , 50px)") is "auto" 183 PASS getComputedStyleValue("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px , 50px)") is "auto"
108 PASS getParentAndChildComputedStylesString("shape-inside", "auto", "rectangle(10 px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40p x, 0px, 0px)" 184 PASS getParentAndChildComputedStylesString("shape-inside", "auto", "rectangle(10 px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40p x, 0px, 0px)"
109 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)" 185 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)"
110 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: auto" 186 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: auto"
111 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi ld: auto" 187 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi ld: auto"
112 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)" 188 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)"
113 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa rent: auto, child: auto" 189 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa rent: auto, child: auto"
114 PASS getParentAndChildComputedStylesString("shape-inside", "auto", "inherit") is "parent: auto, child: auto" 190 PASS getParentAndChildComputedStylesString("shape-inside", "auto", "inherit") is "parent: auto, child: auto"
115 PASS successfullyParsed is true 191 PASS successfullyParsed is true
116 192
117 TEST COMPLETE 193 TEST COMPLETE
118 194
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698