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

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

Issue 191553003: [CSS Shapes] CSS parser accepts trailing position arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Upload first version 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 PASS getCSSText("shape-outside", "circle(10px at 10px 10px at center)") is "" 232 PASS getCSSText("shape-outside", "circle(10px at 10px 10px at center)") is ""
233 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px at center) ") is "none" 233 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px at center) ") is "none"
234 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is "" 234 PASS getCSSText("shape-outside", "circle(10px at center center 10px)") is ""
235 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)" ) is "none" 235 PASS getComputedStyleValue("shape-outside", "circle(10px at center center 10px)" ) is "none"
236 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is "" 236 PASS getCSSText("shape-outside", "circle(at 10px 10px 10px)") is ""
237 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "non e" 237 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px 10px)") is "non e"
238 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is "" 238 PASS getCSSText("shape-outside", "circle(at 10px 10px at center)") is ""
239 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "none" 239 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px at center)") is "none"
240 PASS getCSSText("shape-outside", "circle(at center center 10px)") is "" 240 PASS getCSSText("shape-outside", "circle(at center center 10px)") is ""
241 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none" 241 PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none"
242 PASS getCSSText("shape-outside", "circle(at 10px 10px closest-side)") is ""
243 PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px closest-side)") is "none"
242 PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is "" 244 PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is ""
243 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "none" 245 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "none"
244 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is "" 246 PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is ""
245 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px)") is "non e" 247 PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px, 30px)") is "non e"
246 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px 40px)") is "" 248 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px 40px)") is ""
247 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px 40px)") is " none" 249 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px 40px)") is " none"
248 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px)") is "" 250 PASS getCSSText("shape-outside", "ellipse(10px 20px 30px)") is ""
249 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px)") is "none" 251 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px 30px)") is "none"
250 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px 10px)") is "" 252 PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px 10px)") is ""
251 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px 10px)") i s "none" 253 PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px 10px)") i s "none"
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 PASS getParentAndChildComputedStylesString("shape-outside", "none", "rectangle(1 0px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40 px, 0px, 0px)" 306 PASS getParentAndChildComputedStylesString("shape-outside", "none", "rectangle(1 0px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40 px, 0px, 0px)"
305 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: none" 307 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0 px), child: none"
306 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch ild: none" 308 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch ild: none"
307 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)" 309 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)"
308 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: none, child: none" 310 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p arent: none, child: none"
309 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i s "parent: none, child: none" 311 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i s "parent: none, child: none"
310 PASS successfullyParsed is true 312 PASS successfullyParsed is true
311 313
312 TEST COMPLETE 314 TEST COMPLETE
313 315
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698