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

Side by Side Diff: LayoutTests/fast/shapes/parsing/parsing-shape-outside-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: Rebase after CSSParser rename 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)"
(...skipping 11 matching lines...) Expand all
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(10px)") is "circle(10px)" 24 PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px)"
25 PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 5 0% 50%)" 25 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%)" 26 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%)" 27 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)" 28 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)" 29 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%)" 30 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%)" 31 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closes t-side at 10px 50%)"
32 PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)"
33 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closes t-side at 10px 50%)"
34 PASS getCSSText("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px )" 32 PASS getCSSText("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px )"
35 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(c losest-side at 10px 10px)" 33 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(c losest-side at 10px 10px)"
36 PASS getCSSText("shape-outside", "circle(at top left)") is "circle(at 0% 0%)" 34 PASS getCSSText("shape-outside", "circle(at top left)") is "circle(at 0% 0%)"
37 PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(cl osest-side at 0% 0%)" 35 PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(cl osest-side at 0% 0%)"
38 PASS getCSSText("shape-outside", "circle(at right bottom)") is "circle(at 100% 1 00%)" 36 PASS getCSSText("shape-outside", "circle(at right bottom)") is "circle(at 100% 1 00%)"
39 PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circl e(closest-side at 100% 100%)" 37 PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circl e(closest-side at 100% 100%)"
40 PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10p x at left 0% top 10px)" 38 PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10p x at left 0% top 10px)"
41 PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)" 39 PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)"
42 PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circl e(10px at left 10px top 10px)" 40 PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circl e(10px at left 10px top 10px)"
43 PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)" ) is "circle(10px at left 10px top 10px)" 41 PASS getComputedStyleValue("shape-outside", "circle(10px at top 10px left 10px)" ) is "circle(10px at left 10px top 10px)"
44 PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "c ircle(10px at right 10px bottom 10px)" 42 PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "c ircle(10px at right 10px bottom 10px)"
45 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10 px)") is "circle(10px at right 10px bottom 10px)" 43 PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10 px)") is "circle(10px at right 10px bottom 10px)"
46 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse( 10px, 20px, 30px, 40px)" 44 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse( 10px, 20px, 30px, 40px)"
47 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px, 40px)") i s "ellipse(10px, 20px, 30px, 40px)" 45 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px, 40px)") i s "ellipse(10px, 20px, 30px, 40px)"
46 PASS getCSSText("shape-outside", "ellipse()") is "ellipse()"
47 PASS getComputedStyleValue("shape-outside", "ellipse()") is "ellipse(closest-sid e closest-side at 50% 50%)"
48 PASS getCSSText("shape-outside", "ellipse(10px)") is "ellipse(10px)"
49 PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "ellipse(10px cl osest-side at 50% 50%)"
50 PASS getCSSText("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px)"
51 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px)") is "ellipse(10 px 20px at 50% 50%)"
52 PASS getCSSText("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10 px 50%)"
53 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px)") is "ellipse (10px closest-side at 10px 50%)"
54 PASS getCSSText("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)"
55 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at 10px)") is "el lipse(10px 20px at 10px 50%)"
56 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px at 10px 10px)"
57 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px)") is "el lipse(10px closest-side at 10px 10px)"
58 PASS getCSSText("shape-outside", "ellipse(at 10px)") is "ellipse(at 10px 50%)"
59 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px)") is "ellipse(clos est-side closest-side at 10px 50%)"
60 PASS getCSSText("shape-outside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10 px)"
61 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px)") is "ellipse (closest-side closest-side at 10px 10px)"
62 PASS getCSSText("shape-outside", "ellipse(at top left)") is "ellipse(at 0% 0%)"
63 PASS getComputedStyleValue("shape-outside", "ellipse(at top left)") is "ellipse( closest-side closest-side at 0% 0%)"
64 PASS getCSSText("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)"
65 PASS getComputedStyleValue("shape-outside", "ellipse(at right bottom)") is "elli pse(closest-side closest-side at 100% 100%)"
66 PASS getCSSText("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(1 0px at left 0% top 10px)"
67 PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at left 0% top 10px)"
68 PASS getCSSText("shape-outside", "ellipse(10px at top 10px left 10px)") is "elli pse(10px at left 10px top 10px)"
69 PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px) ") is "ellipse(10px closest-side at left 10px top 10px)"
70 PASS getCSSText("shape-outside", "ellipse(10px at right 10px bottom 10px)") is " ellipse(10px at right 10px bottom 10px)"
71 PASS getComputedStyleValue("shape-outside", "ellipse(10px at right 10px bottom 1 0px)") is "ellipse(10px closest-side at right 10px bottom 10px)"
72 PASS getCSSText("shape-outside", "ellipse(10px 20px at left top 10px)") is "elli pse(10px 20px at left 0% top 10px)"
73 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at left top 10px) ") is "ellipse(10px 20px at left 0% top 10px)"
74 PASS getCSSText("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)"
75 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)"
76 PASS getCSSText("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
77 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at right 10px bot tom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)"
48 PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" 78 PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
49 PASS getComputedStyleValue("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" 79 PASS getComputedStyleValue("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
50 PASS getCSSText("shape-outside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50 px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" 80 PASS getCSSText("shape-outside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50 px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"
51 PASS getComputedStyleValue("shape-outside", "polygon(evenodd, 10px 20px, 30px 40 px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" 81 PASS getComputedStyleValue("shape-outside", "polygon(evenodd, 10px 20px, 30px 40 px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"
52 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50 px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" 82 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50 px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
53 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 20px, 30px 40 px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" 83 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 20px, 30px 40 px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"
54 PASS getCSSText("shape-outside", "content-box") is "content-box" 84 PASS getCSSText("shape-outside", "content-box") is "content-box"
55 PASS getComputedStyleValue("shape-outside", "content-box") is "content-box" 85 PASS getComputedStyleValue("shape-outside", "content-box") is "content-box"
56 PASS getCSSText("shape-outside", "padding-box") is "padding-box" 86 PASS getCSSText("shape-outside", "padding-box") is "padding-box"
57 PASS getComputedStyleValue("shape-outside", "padding-box") is "padding-box" 87 PASS getComputedStyleValue("shape-outside", "padding-box") is "padding-box"
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 PASS getCSSText("shape-outside", "circle(10px at 10px 10px at center)") is "" 148 PASS getCSSText("shape-outside", "circle(10px at 10px 10px at center)") is ""
119 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px at center) ") is "auto" 149 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px at center) ") is "auto"
120 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is "" 150 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is ""
121 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)" ) is "auto" 151 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)" ) is "auto"
122 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is "" 152 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is ""
123 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "aut o" 153 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "aut o"
124 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is "" 154 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is ""
125 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "auto" 155 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "auto"
126 PASS getCSSText("shape-outside", "circle(at center center 10px)") is "" 156 PASS getCSSText("shape-outside", "circle(at center center 10px)") is ""
127 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "auto" 157 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "auto"
128 PASS getCSSText("shape-outside", "ellipse()") is ""
129 PASS getComputedStyleValue("shape-outside", "ellipse()") is "auto"
130 PASS getCSSText("shape-outside", "ellipse(10px)") is ""
131 PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "auto"
132 PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is "" 158 PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is ""
133 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "auto" 159 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "auto"
134 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is "" 160 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is ""
135 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px)") is "aut o" 161 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px)") is "aut o"
136 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px 40px)") is "" 162 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px 40px)") is ""
137 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px 40px)") is " auto" 163 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px 40px)") is " auto"
164 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px)") is ""
165 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px)") is "auto"
166 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px 10px)") is ""
167 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px 10px)") i s "auto"
168 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px at center)") is ""
169 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px at center )") is "auto"
170 PASS getCSSText("shape-outside", "ellipse(10px at center center 10px)") is ""
171 PASS getComputedStyleValue("shape-outside", "ellipse(10px at center center 10px) ") is "auto"
172 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px at center center 10px)" ) is ""
173 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px at center ce nter 10px)") is "auto"
174 PASS getCSSText("shape-outside", "ellipse(at 10px 10px 10px)") is ""
175 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px 10px)") is "au to"
176 PASS getCSSText("shape-outside", "ellipse(at 10px 10px at center)") is ""
177 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px at center)") i s "auto"
178 PASS getCSSText("shape-outside", "ellipse(at center center 10px)") is ""
179 PASS getComputedStyleValue("shape-outside", "ellipse(at center center 10px)") is "auto"
138 PASS getCSSText("shape-outside", "polygon()") is "" 180 PASS getCSSText("shape-outside", "polygon()") is ""
139 PASS getComputedStyleValue("shape-outside", "polygon()") is "auto" 181 PASS getComputedStyleValue("shape-outside", "polygon()") is "auto"
140 PASS getCSSText("shape-outside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50p x)") is "" 182 PASS getCSSText("shape-outside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50p x)") is ""
141 PASS getComputedStyleValue("shape-outside", "polygon(evenodd 10px 20px, 30px 40p x, 40px 50px)") is "auto" 183 PASS getComputedStyleValue("shape-outside", "polygon(evenodd 10px 20px, 30px 40p x, 40px 50px)") is "auto"
142 PASS getCSSText("shape-outside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50p x)") is "" 184 PASS getCSSText("shape-outside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50p x)") is ""
143 PASS getComputedStyleValue("shape-outside", "polygon(nonzero 10px 20px, 30px 40p x, 40px 50px)") is "auto" 185 PASS getComputedStyleValue("shape-outside", "polygon(nonzero 10px 20px, 30px 40p x, 40px 50px)") is "auto"
144 PASS getCSSText("shape-outside", "polygon(nonzero)") is "" 186 PASS getCSSText("shape-outside", "polygon(nonzero)") is ""
145 PASS getComputedStyleValue("shape-outside", "polygon(nonzero)") is "auto" 187 PASS getComputedStyleValue("shape-outside", "polygon(nonzero)") is "auto"
146 PASS getCSSText("shape-outside", "polygon(evenodd)") is "" 188 PASS getCSSText("shape-outside", "polygon(evenodd)") is ""
147 PASS getComputedStyleValue("shape-outside", "polygon(evenodd)") is "auto" 189 PASS getComputedStyleValue("shape-outside", "polygon(evenodd)") is "auto"
(...skipping 30 matching lines...) Expand all
178 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "rectangle(1 0px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40 px, 0px, 0px)" 220 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "rectangle(1 0px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40 px, 0px, 0px)"
179 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: auto" 221 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: auto"
180 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch ild: auto" 222 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch ild: auto"
181 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)" 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)"
182 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: auto, child: auto" 224 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: auto, child: auto"
183 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "inherit") i s "parent: auto, child: auto" 225 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "inherit") i s "parent: auto, child: auto"
184 PASS successfullyParsed is true 226 PASS successfullyParsed is true
185 227
186 TEST COMPLETE 228 TEST COMPLETE
187 229
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698