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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt

Issue 1715513002: Move background related shorthands into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase test Created 4 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 Test that clip-path shapes accept different length units 1 Test that clip-path shapes accept different length units
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 innerStyle("-webkit-mask", "none") is "none" 6 PASS innerStyle("-webkit-mask", "none") is "none"
7 PASS innerStyle("-webkit-mask", "none, none") is "none, none" 7 PASS innerStyle("-webkit-mask", "none, none") is "none, none"
8 PASS innerStyle("-webkit-mask", "none, none, none") is "none, none, none" 8 PASS innerStyle("-webkit-mask", "none, none, none") is "none, none, none"
9 PASS innerStyle("-webkit-mask", "url(file:///image.png), none") is "url(\"file:/ //image.png\"), none" 9 PASS innerStyle("-webkit-mask", "url(file:///image.png), none") is "url(\"file:/ //image.png\"), none"
10 PASS innerStyle("-webkit-mask", "none, url(file:///image.png)") is "none, url(\" file:///image.png\")" 10 PASS innerStyle("-webkit-mask", "none, url(file:///image.png)") is "none, url(\" file:///image.png\")"
(...skipping 16 matching lines...) Expand all
27 PASS innerStyle("-webkit-mask", "left 10px top 15px") is "left 10px top 15px" 27 PASS innerStyle("-webkit-mask", "left 10px top 15px") is "left 10px top 15px"
28 PASS innerStyle("-webkit-mask", "left 10% top 30%") is "left 10% top 30%" 28 PASS innerStyle("-webkit-mask", "left 10% top 30%") is "left 10% top 30%"
29 PASS innerStyle("-webkit-mask", "right top 15px") is "right 0% top 15px" 29 PASS innerStyle("-webkit-mask", "right top 15px") is "right 0% top 15px"
30 PASS innerStyle("-webkit-mask", "left 10px center") is "left 10px top 50%" 30 PASS innerStyle("-webkit-mask", "left 10px center") is "left 10px top 50%"
31 PASS innerStyle("-webkit-mask", "center top 20px") is "left 50% top 20px" 31 PASS innerStyle("-webkit-mask", "center top 20px") is "left 50% top 20px"
32 PASS innerStyle("-webkit-mask", "center left 30px") is "left 30px top 50%" 32 PASS innerStyle("-webkit-mask", "center left 30px") is "left 30px top 50%"
33 PASS innerStyle("-webkit-mask", "left 20% top") is "left 20% top 0%" 33 PASS innerStyle("-webkit-mask", "left 20% top") is "left 20% top 0%"
34 PASS innerStyle("-webkit-mask", "center center") is "50% 50%" 34 PASS innerStyle("-webkit-mask", "center center") is "50% 50%"
35 PASS innerStyle("-webkit-mask-position", "left 10px top 15px") is "left 10px top 15px" 35 PASS innerStyle("-webkit-mask-position", "left 10px top 15px") is "left 10px top 15px"
36 PASS innerStyle("-webkit-mask-position", "left 10% top 30%") is "left 10% top 30 %" 36 PASS innerStyle("-webkit-mask-position", "left 10% top 30%") is "left 10% top 30 %"
37 PASS innerStyle("-webkit-mask-position", "right top 15px") is "right 0% top 15px " 37 PASS innerStyle("-webkit-mask-position", "right top 15px") is "right top 15px"
38 PASS innerStyle("-webkit-mask-position", "left 10px center") is "left 10px top 5 0%" 38 PASS innerStyle("-webkit-mask-position", "left 10px center") is "left 10px cente r"
39 PASS innerStyle("-webkit-mask-position", "center top 20px") is "left 50% top 20p x" 39 PASS innerStyle("-webkit-mask-position", "center top 20px") is "center top 20px"
40 PASS innerStyle("-webkit-mask-position", "center left 30px") is "left 30px top 5 0%" 40 PASS innerStyle("-webkit-mask-position", "center left 30px") is "left 30px cente r"
41 PASS innerStyle("-webkit-mask-position", "left 20% top") is "left 20% top 0%" 41 PASS innerStyle("-webkit-mask-position", "left 20% top") is "left 20% top"
42 PASS innerStyle("mask-source-type", "alpha") is "alpha" 42 PASS innerStyle("mask-source-type", "alpha") is "alpha"
43 PASS innerStyle("mask-source-type", "luminance") is "luminance" 43 PASS innerStyle("mask-source-type", "luminance") is "luminance"
44 PASS innerStyle("mask-source-type", "auto") is "auto" 44 PASS innerStyle("mask-source-type", "auto") is "auto"
45 PASS computedStyle("mask-source-type", "alpha") is "alpha" 45 PASS computedStyle("mask-source-type", "alpha") is "alpha"
46 PASS computedStyle("mask-source-type", "auto") is "alpha" 46 PASS computedStyle("mask-source-type", "auto") is "alpha"
47 PASS computedStyle("mask-source-type", "luminance") is "luminance" 47 PASS computedStyle("mask-source-type", "luminance") is "luminance"
48 PASS computedStyle("mask-source-type", "") is "alpha" 48 PASS computedStyle("mask-source-type", "") is "alpha"
49 PASS innerStyle("-webkit-mask", "repeat-x") is "repeat-x" 49 PASS innerStyle("-webkit-mask", "repeat-x") is "repeat-x"
50 PASS innerStyle("-webkit-mask", "repeat-y") is "repeat-y" 50 PASS innerStyle("-webkit-mask", "repeat-y") is "repeat-y"
51 PASS innerStyle("-webkit-mask", "repeat") is "repeat" 51 PASS innerStyle("-webkit-mask", "repeat") is "repeat"
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll b order-box border-box") is "" 118 PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll b order-box border-box") is ""
119 PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll bor der-box border-box") is "" 119 PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll bor der-box border-box") is ""
120 PASS innerStyle("mask-source-type", "rubbish") is "" 120 PASS innerStyle("mask-source-type", "rubbish") is ""
121 PASS innerStyle("mask-source-type", "") is "" 121 PASS innerStyle("mask-source-type", "") is ""
122 PASS innerStyle("mask-source-type", "center") is "" 122 PASS innerStyle("mask-source-type", "center") is ""
123 PASS innerStyle("mask-source-type", "repeat") is "" 123 PASS innerStyle("mask-source-type", "repeat") is ""
124 PASS successfullyParsed is true 124 PASS successfullyParsed is true
125 125
126 TEST COMPLETE 126 TEST COMPLETE
127 127
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698