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

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

Issue 203413006: [CSS Shapes] shape-outside: ellipse(50% 50% at) causes crash (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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", "none") is "none" 6 PASS getCSSText("shape-outside", "none") is "none"
7 PASS getComputedStyleValue("shape-outside", "none") is "none" 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)"
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is "" 238 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is ""
239 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)" ) is "none" 239 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)" ) is "none"
240 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is "" 240 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is ""
241 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "non e" 241 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "non e"
242 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is "" 242 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is ""
243 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "none" 243 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "none"
244 PASS getCSSText("shape-outside", "circle(at center center 10px)") is "" 244 PASS getCSSText("shape-outside", "circle(at center center 10px)") is ""
245 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none" 245 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none"
246 PASS getCSSText("shape-outside", "circle(at 10px 10px closest-side)") is "" 246 PASS getCSSText("shape-outside", "circle(at 10px 10px closest-side)") is ""
247 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px closest-side)") is "none" 247 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px closest-side)") is "none"
248 PASS getCSSText("shape-outside", "circle(10px at)") is ""
249 PASS getComputedStyleValue("shape-outside", "circle(10px at)") is "none"
250 PASS getCSSText("shape-outside", "circle(at)") is ""
251 PASS getComputedStyleValue("shape-outside", "circle(at)") is "none"
248 PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is "" 252 PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is ""
249 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "none" 253 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "none"
250 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is "" 254 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is ""
251 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px)") is "non e" 255 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px)") is "non e"
252 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px 40px)") is "" 256 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px 40px)") is ""
253 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px 40px)") is " none" 257 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px 40px)") is " none"
254 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px)") is "" 258 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px)") is ""
255 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px)") is "none" 259 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px)") is "none"
256 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px 10px)") is "" 260 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px 10px)") is ""
257 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px 10px)") i s "none" 261 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px 10px)") i s "none"
258 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px at center)") is "" 262 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px at center)") is ""
259 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px at center )") is "none" 263 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px at center )") is "none"
260 PASS getCSSText("shape-outside", "ellipse(10px at center center 10px)") is "" 264 PASS getCSSText("shape-outside", "ellipse(10px at center center 10px)") is ""
261 PASS getComputedStyleValue("shape-outside", "ellipse(10px at center center 10px) ") is "none" 265 PASS getComputedStyleValue("shape-outside", "ellipse(10px at center center 10px) ") is "none"
262 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px at center center 10px)" ) is "" 266 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px at center center 10px)" ) is ""
263 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px at center ce nter 10px)") is "none" 267 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px at center ce nter 10px)") is "none"
264 PASS getCSSText("shape-outside", "ellipse(at 10px 10px 10px)") is "" 268 PASS getCSSText("shape-outside", "ellipse(at 10px 10px 10px)") is ""
265 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px 10px)") is "no ne" 269 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px 10px)") is "no ne"
266 PASS getCSSText("shape-outside", "ellipse(at 10px 10px at center)") is "" 270 PASS getCSSText("shape-outside", "ellipse(at 10px 10px at center)") is ""
267 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px at center)") i s "none" 271 PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px at center)") i s "none"
268 PASS getCSSText("shape-outside", "ellipse(at center center 10px)") is "" 272 PASS getCSSText("shape-outside", "ellipse(at center center 10px)") is ""
269 PASS getComputedStyleValue("shape-outside", "ellipse(at center center 10px)") is "none" 273 PASS getComputedStyleValue("shape-outside", "ellipse(at center center 10px)") is "none"
274 PASS getCSSText("shape-outside", "ellipse(10px 20px at)") is ""
275 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at)") is "none"
276 PASS getCSSText("shape-outside", "ellipse(at)") is ""
277 PASS getComputedStyleValue("shape-outside", "ellipse(at)") is "none"
270 PASS getCSSText("shape-outside", "polygon()") is "" 278 PASS getCSSText("shape-outside", "polygon()") is ""
271 PASS getComputedStyleValue("shape-outside", "polygon()") is "none" 279 PASS getComputedStyleValue("shape-outside", "polygon()") is "none"
272 PASS getCSSText("shape-outside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50p x)") is "" 280 PASS getCSSText("shape-outside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50p x)") is ""
273 PASS getComputedStyleValue("shape-outside", "polygon(evenodd 10px 20px, 30px 40p x, 40px 50px)") is "none" 281 PASS getComputedStyleValue("shape-outside", "polygon(evenodd 10px 20px, 30px 40p x, 40px 50px)") is "none"
274 PASS getCSSText("shape-outside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50p x)") is "" 282 PASS getCSSText("shape-outside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50p x)") is ""
275 PASS getComputedStyleValue("shape-outside", "polygon(nonzero 10px 20px, 30px 40p x, 40px 50px)") is "none" 283 PASS getComputedStyleValue("shape-outside", "polygon(nonzero 10px 20px, 30px 40p x, 40px 50px)") is "none"
276 PASS getCSSText("shape-outside", "polygon(nonzero)") is "" 284 PASS getCSSText("shape-outside", "polygon(nonzero)") is ""
277 PASS getComputedStyleValue("shape-outside", "polygon(nonzero)") is "none" 285 PASS getComputedStyleValue("shape-outside", "polygon(nonzero)") is "none"
278 PASS getCSSText("shape-outside", "polygon(evenodd)") is "" 286 PASS getCSSText("shape-outside", "polygon(evenodd)") is ""
279 PASS getComputedStyleValue("shape-outside", "polygon(evenodd)") is "none" 287 PASS getComputedStyleValue("shape-outside", "polygon(evenodd)") is "none"
(...skipping 30 matching lines...) Expand all
310 PASS getParentAndChildComputedStylesString("shape-outside", "none", "rectangle(1 0px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40 px, 0px, 0px)" 318 PASS getParentAndChildComputedStylesString("shape-outside", "none", "rectangle(1 0px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40 px, 0px, 0px)"
311 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: none" 319 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: none"
312 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch ild: none" 320 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch ild: none"
313 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)" 321 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)"
314 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: none, child: none" 322 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: none, child: none"
315 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i s "parent: none, child: none" 323 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i s "parent: none, child: none"
316 PASS successfullyParsed is true 324 PASS successfullyParsed is true
317 325
318 TEST COMPLETE 326 TEST COMPLETE
319 327
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698