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

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

Issue 112103012: Update default shape property value to 'none' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merging with new ellipse code 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 | Annotate | Revision Log
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", "none") is "none"
7 PASS getComputedStyleValue("shape-outside", "auto") is "auto" 7 PASS getComputedStyleValue("shape-outside", "none") is "none"
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)"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 PASS getComputedStyleValue("shape-outside", "content-box polygon(nonzero, 10px 1 0px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30p x) content-box" 105 PASS getComputedStyleValue("shape-outside", "content-box polygon(nonzero, 10px 1 0px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30p x) content-box"
106 PASS getCSSText("shape-outside", "padding-box polygon(nonzero, 10px 10px, 20px 2 0px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) padding- box" 106 PASS getCSSText("shape-outside", "padding-box polygon(nonzero, 10px 10px, 20px 2 0px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) padding- box"
107 PASS getComputedStyleValue("shape-outside", "padding-box polygon(nonzero, 10px 1 0px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30p x) padding-box" 107 PASS getComputedStyleValue("shape-outside", "padding-box polygon(nonzero, 10px 1 0px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30p x) padding-box"
108 PASS getCSSText("shape-outside", "border-box polygon(nonzero, 10px 10px, 20px 20 px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-bo x" 108 PASS getCSSText("shape-outside", "border-box polygon(nonzero, 10px 10px, 20px 20 px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) border-bo x"
109 PASS getComputedStyleValue("shape-outside", "border-box polygon(nonzero, 10px 10 px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px ) border-box" 109 PASS getComputedStyleValue("shape-outside", "border-box polygon(nonzero, 10px 10 px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px ) border-box"
110 PASS getCSSText("shape-outside", "margin-box polygon(nonzero, 10px 10px, 20px 20 px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-bo x" 110 PASS getCSSText("shape-outside", "margin-box polygon(nonzero, 10px 10px, 20px 20 px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px) margin-bo x"
111 PASS getComputedStyleValue("shape-outside", "margin-box polygon(nonzero, 10px 10 px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px ) margin-box" 111 PASS getComputedStyleValue("shape-outside", "margin-box polygon(nonzero, 10px 10 px, 20px 20px, 30px 30px)") is "polygon(nonzero, 10px 10px, 20px 20px, 30px 30px ) margin-box"
112 PASS removeBaseURL(getCSSText("shape-outside", "url('image')")) is "url(image)" 112 PASS removeBaseURL(getCSSText("shape-outside", "url('image')")) is "url(image)"
113 PASS removeBaseURL(getComputedStyleValue("shape-outside", "url('image')")) is "u rl(image)" 113 PASS removeBaseURL(getComputedStyleValue("shape-outside", "url('image')")) is "u rl(image)"
114 PASS getCSSText("shape-outside", "calc()") is "" 114 PASS getCSSText("shape-outside", "calc()") is ""
115 PASS getComputedStyleValue("shape-outside", "calc()") is "auto" 115 PASS getComputedStyleValue("shape-outside", "calc()") is "none"
116 PASS getCSSText("shape-outside", "none") is "" 116 PASS getCSSText("shape-outside", "auto") is ""
117 PASS getComputedStyleValue("shape-outside", "none") is "auto" 117 PASS getComputedStyleValue("shape-outside", "auto") is "none"
118 PASS getCSSText("shape-outside", "rectangle()") is "" 118 PASS getCSSText("shape-outside", "rectangle()") is ""
119 PASS getComputedStyleValue("shape-outside", "rectangle()") is "auto" 119 PASS getComputedStyleValue("shape-outside", "rectangle()") is "none"
120 PASS getCSSText("shape-outside", "rectangle(10px)") is "" 120 PASS getCSSText("shape-outside", "rectangle(10px)") is ""
121 PASS getComputedStyleValue("shape-outside", "rectangle(10px)") is "auto" 121 PASS getComputedStyleValue("shape-outside", "rectangle(10px)") is "none"
122 PASS getCSSText("shape-outside", "rectangle(10px, 10px)") is "" 122 PASS getCSSText("shape-outside", "rectangle(10px, 10px)") is ""
123 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 10px)") is "auto" 123 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 10px)") is "none"
124 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px)") is "" 124 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px)") is ""
125 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px)") is "a uto" 125 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px)") is "n one"
126 PASS getCSSText("shape-outside", "rectangle(10px 20px 30px 40px)") is "" 126 PASS getCSSText("shape-outside", "rectangle(10px 20px 30px 40px)") is ""
127 PASS getComputedStyleValue("shape-outside", "rectangle(10px 20px 30px 40px)") is "auto" 127 PASS getComputedStyleValue("shape-outside", "rectangle(10px 20px 30px 40px)") is "none"
128 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "" 128 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is ""
129 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5 0px, 60px, 70px)") is "auto" 129 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5 0px, 60px, 70px)") is "none"
130 PASS getCSSText("shape-outside", "inset-rectangle()") is "" 130 PASS getCSSText("shape-outside", "inset-rectangle()") is ""
131 PASS getComputedStyleValue("shape-outside", "inset-rectangle()") is "auto" 131 PASS getComputedStyleValue("shape-outside", "inset-rectangle()") is "none"
132 PASS getCSSText("shape-outside", "inset-rectangle(10px)") is "" 132 PASS getCSSText("shape-outside", "inset-rectangle(10px)") is ""
133 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px)") is "auto" 133 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px)") is "none"
134 PASS getCSSText("shape-outside", "inset-rectangle(10px, 10px)") is "" 134 PASS getCSSText("shape-outside", "inset-rectangle(10px, 10px)") is ""
135 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 10px)") is "a uto" 135 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 10px)") is "n one"
136 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px)") is "" 136 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px)") is ""
137 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px)") is "auto" 137 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px)") is "none"
138 PASS getCSSText("shape-outside", "inset-rectangle(10px 20px 30px 40px)") is "" 138 PASS getCSSText("shape-outside", "inset-rectangle(10px 20px 30px 40px)") is ""
139 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px 20px 30px 40px )") is "auto" 139 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px 20px 30px 40px )") is "none"
140 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "" 140 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is ""
141 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px, 50px, 60px, 70px)") is "auto" 141 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4 0px, 50px, 60px, 70px)") is "none"
142 PASS getCSSText("shape-outside", "circle(10px, 20px)") is "" 142 PASS getCSSText("shape-outside", "circle(10px, 20px)") is ""
143 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px)") is "auto" 143 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px)") is "none"
144 PASS getCSSText("shape-outside", "circle(10px 20px 30px)") is "" 144 PASS getCSSText("shape-outside", "circle(10px 20px 30px)") is ""
145 PASS getComputedStyleValue("shape-outside", "circle(10px 20px 30px)") is "auto" 145 PASS getComputedStyleValue("shape-outside", "circle(10px 20px 30px)") is "none"
146 PASS getCSSText("shape-outside", "circle(10px, 20px, 30px, 40px)") is "" 146 PASS getCSSText("shape-outside", "circle(10px, 20px, 30px, 40px)") is ""
147 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px, 40px)") is "auto" 147 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px, 40px)") is "none"
148 PASS getCSSText("shape-outside", "circle(10px 20px)") is "" 148 PASS getCSSText("shape-outside", "circle(10px 20px)") is ""
149 PASS getComputedStyleValue("shape-outside", "circle(10px 20px)") is "auto" 149 PASS getComputedStyleValue("shape-outside", "circle(10px 20px)") is "none"
150 PASS getCSSText("shape-outside", "circle(10px at 10px 10px 10px)") is "" 150 PASS getCSSText("shape-outside", "circle(10px at 10px 10px 10px)") is ""
151 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px 10px)") is "auto" 151 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px 10px)") is "none"
152 PASS getCSSText("shape-outside", "circle(10px at 10px 10px at center)") is "" 152 PASS getCSSText("shape-outside", "circle(10px at 10px 10px at center)") is ""
153 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px at center) ") is "auto" 153 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px at center) ") is "none"
154 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is "" 154 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is ""
155 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)" ) is "auto" 155 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)" ) is "none"
156 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is "" 156 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is ""
157 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "aut o" 157 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "non e"
158 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is "" 158 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is ""
159 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "auto" 159 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "none"
160 PASS getCSSText("shape-outside", "circle(at center center 10px)") is "" 160 PASS getCSSText("shape-outside", "circle(at center center 10px)") is ""
161 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "auto" 161 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none"
162 PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is "" 162 PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is ""
163 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "auto" 163 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "none"
164 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is "" 164 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is ""
165 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px)") is "aut o" 165 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px)") is "non e"
166 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px 40px)") is "" 166 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px 40px)") is ""
167 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px 40px)") is " auto" 167 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px 40px)") is " none"
168 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px)") is "" 168 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px)") is ""
169 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px)") is "auto" 169 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px)") is "none"
170 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px 10px)") is "" 170 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px 10px)") is ""
171 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px 10px)") i s "auto" 171 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px 10px)") i s "none"
172 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px at center)") is "" 172 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px at center)") is ""
173 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px at center )") is "auto" 173 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px at center )") is "none"
174 PASS getCSSText("shape-outside", "ellipse(10px at center center 10px)") is "" 174 PASS getCSSText("shape-outside", "ellipse(10px at center center 10px)") is ""
175 PASS getComputedStyleValue("shape-outside", "ellipse(10px at center center 10px) ") is "auto" 175 PASS getComputedStyleValue("shape-outside", "ellipse(10px at center center 10px) ") is "none"
176 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px at center center 10px)" ) is "" 176 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px at center center 10px)" ) is ""
177 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px at center ce nter 10px)") is "auto" 177 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px at center ce nter 10px)") is "none"
178 PASS getCSSText("shape-outside", "ellipse(at 10px 10px 10px)") is "" 178 PASS getCSSText("shape-outside", "ellipse(at 10px 10px 10px)") is ""
179 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px 10px)") is "au to" 179 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px 10px)") is "no ne"
180 PASS getCSSText("shape-outside", "ellipse(at 10px 10px at center)") is "" 180 PASS getCSSText("shape-outside", "ellipse(at 10px 10px at center)") is ""
181 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px at center)") i s "auto" 181 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px at center)") i s "none"
182 PASS getCSSText("shape-outside", "ellipse(at center center 10px)") is "" 182 PASS getCSSText("shape-outside", "ellipse(at center center 10px)") is ""
183 PASS getComputedStyleValue("shape-outside", "ellipse(at center center 10px)") is "auto" 183 PASS getComputedStyleValue("shape-outside", "ellipse(at center center 10px)") is "none"
184 PASS getCSSText("shape-outside", "polygon()") is "" 184 PASS getCSSText("shape-outside", "polygon()") is ""
185 PASS getComputedStyleValue("shape-outside", "polygon()") is "auto" 185 PASS getComputedStyleValue("shape-outside", "polygon()") is "none"
186 PASS getCSSText("shape-outside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50p x)") is "" 186 PASS getCSSText("shape-outside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50p x)") is ""
187 PASS getComputedStyleValue("shape-outside", "polygon(evenodd 10px 20px, 30px 40p x, 40px 50px)") is "auto" 187 PASS getComputedStyleValue("shape-outside", "polygon(evenodd 10px 20px, 30px 40p x, 40px 50px)") is "none"
188 PASS getCSSText("shape-outside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50p x)") is "" 188 PASS getCSSText("shape-outside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50p x)") is ""
189 PASS getComputedStyleValue("shape-outside", "polygon(nonzero 10px 20px, 30px 40p x, 40px 50px)") is "auto" 189 PASS getComputedStyleValue("shape-outside", "polygon(nonzero 10px 20px, 30px 40p x, 40px 50px)") is "none"
190 PASS getCSSText("shape-outside", "polygon(nonzero)") is "" 190 PASS getCSSText("shape-outside", "polygon(nonzero)") is ""
191 PASS getComputedStyleValue("shape-outside", "polygon(nonzero)") is "auto" 191 PASS getComputedStyleValue("shape-outside", "polygon(nonzero)") is "none"
192 PASS getCSSText("shape-outside", "polygon(evenodd)") is "" 192 PASS getCSSText("shape-outside", "polygon(evenodd)") is ""
193 PASS getComputedStyleValue("shape-outside", "polygon(evenodd)") is "auto" 193 PASS getComputedStyleValue("shape-outside", "polygon(evenodd)") is "none"
194 PASS getCSSText("shape-outside", "polygon(10px)") is "" 194 PASS getCSSText("shape-outside", "polygon(10px)") is ""
195 PASS getComputedStyleValue("shape-outside", "polygon(10px)") is "auto" 195 PASS getComputedStyleValue("shape-outside", "polygon(10px)") is "none"
196 PASS getCSSText("shape-outside", "polygon(nonzero,10px)") is "" 196 PASS getCSSText("shape-outside", "polygon(nonzero,10px)") is ""
197 PASS getComputedStyleValue("shape-outside", "polygon(nonzero,10px)") is "auto" 197 PASS getComputedStyleValue("shape-outside", "polygon(nonzero,10px)") is "none"
198 PASS getCSSText("shape-outside", "polygon(evenodd,12px)") is "" 198 PASS getCSSText("shape-outside", "polygon(evenodd,12px)") is ""
199 PASS getComputedStyleValue("shape-outside", "polygon(evenodd,12px)") is "auto" 199 PASS getComputedStyleValue("shape-outside", "polygon(evenodd,12px)") is "none"
200 PASS getCSSText("shape-outside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "" 200 PASS getCSSText("shape-outside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") is ""
201 PASS getComputedStyleValue("shape-outside", "polygon(10px, 20px, 30px, 40px, 40p x, 50px)") is "auto" 201 PASS getComputedStyleValue("shape-outside", "polygon(10px, 20px, 30px, 40px, 40p x, 50px)") is "none"
202 PASS getCSSText("shape-outside", "content-box content-box") is "" 202 PASS getCSSText("shape-outside", "content-box content-box") is ""
203 PASS getComputedStyleValue("shape-outside", "content-box content-box") is "auto" 203 PASS getComputedStyleValue("shape-outside", "content-box content-box") is "none"
204 PASS getCSSText("shape-outside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polyg on(nonzero, 0 0, 10px 10px, 10px 0)") is "" 204 PASS getCSSText("shape-outside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polyg on(nonzero, 0 0, 10px 10px, 10px 0)") is ""
205 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 0 0 ,10px 10px, 10 px 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "auto" 205 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 0 0 ,10px 10px, 10 px 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none"
206 PASS getCSSText("shape-outside", "auto content-box") is "" 206 PASS getCSSText("shape-outside", "none content-box") is ""
207 PASS getComputedStyleValue("shape-outside", "auto content-box") is "auto" 207 PASS getComputedStyleValue("shape-outside", "none content-box") is "none"
208 PASS getCSSText("shape-outside", "content-box auto") is "" 208 PASS getCSSText("shape-outside", "content-box none") is ""
209 PASS getComputedStyleValue("shape-outside", "content-box auto") is "auto" 209 PASS getComputedStyleValue("shape-outside", "content-box none") is "none"
210 PASS getCSSText("shape-outside", "polygon(auto) content-box") is "" 210 PASS getCSSText("shape-outside", "polygon(none) content-box") is ""
211 PASS getComputedStyleValue("shape-outside", "polygon(auto) content-box") is "aut o" 211 PASS getComputedStyleValue("shape-outside", "polygon(none) content-box") is "non e"
212 PASS getCSSText("shape-outside", "content-box polygon(auto)") is "" 212 PASS getCSSText("shape-outside", "content-box polygon(none)") is ""
213 PASS getComputedStyleValue("shape-outside", "content-box polygon(auto)") is "aut o" 213 PASS getComputedStyleValue("shape-outside", "content-box polygon(none)") is "non e"
214 PASS getCSSText("shape-outside", "circle(50px) auto") is "" 214 PASS getCSSText("shape-outside", "circle(50px) none") is ""
215 PASS getComputedStyleValue("shape-outside", "circle(50px) auto") is "auto" 215 PASS getComputedStyleValue("shape-outside", "circle(50px) none") is "none"
216 PASS getCSSText("shape-outside", "auto circle(50px)") is "" 216 PASS getCSSText("shape-outside", "none circle(50px)") is ""
217 PASS getComputedStyleValue("shape-outside", "auto circle(50px)") is "auto" 217 PASS getComputedStyleValue("shape-outside", "none circle(50px)") is "none"
218 PASS getCSSText("shape-outside", "url('shape.svg') content-box") is "" 218 PASS getCSSText("shape-outside", "url('shape.svg') content-box") is ""
219 PASS getComputedStyleValue("shape-outside", "url('shape.svg') content-box") is " auto" 219 PASS getComputedStyleValue("shape-outside", "url('shape.svg') content-box") is " none"
220 PASS getCSSText("shape-outside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10 px, 10px 0)") is "" 220 PASS getCSSText("shape-outside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10 px, 10px 0)") is ""
221 PASS getComputedStyleValue("shape-outside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "auto" 221 PASS getComputedStyleValue("shape-outside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none"
222 PASS getCSSText("shape-outside", "outside-shape") is "" 222 PASS getCSSText("shape-outside", "outside-shape") is ""
223 PASS getComputedStyleValue("shape-outside", "outside-shape") is "auto" 223 PASS getComputedStyleValue("shape-outside", "outside-shape") is "none"
224 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", "none", "rectangle(1 0px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40 px, 0px, 0px)"
225 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: none"
226 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: none"
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)" 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)"
228 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: auto, child: auto" 228 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: none, child: none"
229 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "inherit") i s "parent: auto, child: auto" 229 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i s "parent: none, child: none"
230 PASS successfullyParsed is true 230 PASS successfullyParsed is true
231 231
232 TEST COMPLETE 232 TEST COMPLETE
233 233
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698