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

Side by Side Diff: LayoutTests/fast/shapes/parsing/parsing-shape-inside-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-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", "none") is "none" 6 PASS getCSSText("shape-inside", "none") is "none"
7 PASS getComputedStyleValue("shape-inside", "none") is "none" 7 PASS getComputedStyleValue("shape-inside", "none") is "none"
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)"
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 PASS getCSSText("shape-inside", "circle(10px at 10px 10px at center)") is "" 234 PASS getCSSText("shape-inside", "circle(10px at 10px 10px at center)") is ""
235 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px at center)" ) is "none" 235 PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px at center)" ) is "none"
236 PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is "" 236 PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is ""
237 PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "none" 237 PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "none"
238 PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is "" 238 PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is ""
239 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "none " 239 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "none "
240 PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is "" 240 PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is ""
241 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "none" 241 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "none"
242 PASS getCSSText("shape-inside", "circle(at center center 10px)") is "" 242 PASS getCSSText("shape-inside", "circle(at center center 10px)") is ""
243 PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is " none" 243 PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is " none"
244 PASS getCSSText("shape-inside", "circle(at 10px 10px closest-side)") is ""
245 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px closest-side)") is "none"
244 PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is "" 246 PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is ""
245 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "none" 247 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "none"
246 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is "" 248 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is ""
247 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "none " 249 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "none "
248 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is "" 250 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is ""
249 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "n one" 251 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "n one"
250 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is "" 252 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is ""
251 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none" 253 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none"
252 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is "" 254 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is ""
253 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is "none" 255 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is "none"
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 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)" 307 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)"
306 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: none" 308 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p x), child: none"
307 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi ld: none" 309 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px , 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi ld: none"
308 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)" 310 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)"
309 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa rent: none, child: none" 311 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa rent: none, child: none"
310 PASS getParentAndChildComputedStylesString("shape-inside", "none", "inherit") is "parent: none, child: none" 312 PASS getParentAndChildComputedStylesString("shape-inside", "none", "inherit") is "parent: none, child: none"
311 PASS successfullyParsed is true 313 PASS successfullyParsed is true
312 314
313 TEST COMPLETE 315 TEST COMPLETE
314 316
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698