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

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

Issue 2612733002: Don't check implicit flag for serializing background and -webkit-mask (Closed)
Patch Set: Created 3 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
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"
52 PASS innerStyle("-webkit-mask", "space") is "space" 52 PASS innerStyle("-webkit-mask", "space") is "space"
53 PASS innerStyle("-webkit-mask", "no-repeat") is "no-repeat" 53 PASS innerStyle("-webkit-mask", "no-repeat") is "no-repeat"
54 PASS innerStyle("-webkit-mask", "repeat space") is "repeat space" 54 PASS innerStyle("-webkit-mask", "repeat space") is "repeat space"
55 PASS innerStyle("-webkit-mask", "repeat round") is "repeat round" 55 PASS innerStyle("-webkit-mask", "repeat round") is "repeat round"
56 PASS innerStyle("-webkit-mask", "repeat no-repeat") is "repeat no-repeat" 56 PASS innerStyle("-webkit-mask", "repeat no-repeat") is "repeat-x"
57 PASS innerStyle("-webkit-mask", "repeat space, repeat-x") is "repeat space, repe at-x" 57 PASS innerStyle("-webkit-mask", "repeat space, repeat-x") is "repeat space, repe at-x"
58 PASS innerStyle("-webkit-mask", "repeat none") is "none repeat" 58 PASS innerStyle("-webkit-mask", "repeat none") is "none repeat"
59 PASS innerStyle("-webkit-mask", "none repeat") is "none repeat" 59 PASS innerStyle("-webkit-mask", "none repeat") is "none repeat"
60 PASS innerStyle("-webkit-mask", "padding-box") is "padding-box padding-box" 60 PASS innerStyle("-webkit-mask", "padding-box") is "padding-box padding-box"
61 PASS innerStyle("-webkit-mask", "border-box") is "border-box border-box" 61 PASS innerStyle("-webkit-mask", "border-box") is "border-box border-box"
62 PASS innerStyle("-webkit-mask", "content-box") is "content-box content-box" 62 PASS innerStyle("-webkit-mask", "content-box") is "content-box content-box"
63 PASS innerStyle("-webkit-mask", "padding-box none") is "none padding-box padding -box" 63 PASS innerStyle("-webkit-mask", "padding-box none") is "none padding-box padding -box"
64 PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding -box" 64 PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding -box"
65 PASS innerStyle("-webkit-mask", "padding-box content-box") is "padding-box conte nt-box" 65 PASS innerStyle("-webkit-mask", "padding-box content-box") is "padding-box conte nt-box"
66 PASS innerStyle("-webkit-mask", "content-box content-box") is "content-box conte nt-box" 66 PASS innerStyle("-webkit-mask", "content-box content-box") is "content-box conte nt-box"
(...skipping 51 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