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

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

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 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(fi le:///image.png)" 10 PASS innerStyle("-webkit-mask", "none, url(file:///image.png)") is "none, url(fi le:///image.png)"
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 PASS innerStyle("-webkit-mask", "none left 20px top / contain") is "none left 20 px top 0% / contain" 79 PASS innerStyle("-webkit-mask", "none left 20px top / contain") is "none left 20 px top 0% / contain"
80 PASS innerStyle("-webkit-mask", "none padding-box content-box") is "none padding -box content-box" 80 PASS innerStyle("-webkit-mask", "none padding-box content-box") is "none padding -box content-box"
81 PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding -box" 81 PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding -box"
82 PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%" 82 PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%"
83 PASS innerStyle("-webkit-mask", "none center right 20px") is "none right 20px to p 50%" 83 PASS innerStyle("-webkit-mask", "none center right 20px") is "none right 20px to p 50%"
84 PASS innerStyle("-webkit-mask", "none border-box left top") is "none 0% 0% borde r-box border-box" 84 PASS innerStyle("-webkit-mask", "none border-box left top") is "none 0% 0% borde r-box border-box"
85 PASS innerStyle("-webkit-mask", "none border-box left top 20px") is "none left 0 % top 20px border-box border-box" 85 PASS innerStyle("-webkit-mask", "none border-box left top 20px") is "none left 0 % top 20px border-box border-box"
86 PASS innerStyle("-webkit-mask", "none border-box content-box left top repeat-x") is "none 0% 0% repeat-x border-box content-box" 86 PASS innerStyle("-webkit-mask", "none border-box content-box left top repeat-x") is "none 0% 0% repeat-x border-box content-box"
87 PASS innerStyle("-webkit-mask", "none border-box content-box left top / auto rep eat-x") is "none 0% 0% / auto repeat-x border-box content-box" 87 PASS innerStyle("-webkit-mask", "none border-box content-box left top / auto rep eat-x") is "none 0% 0% / auto repeat-x border-box content-box"
88 PASS innerStyle("-webkit-mask", "none border-box content-box right 0px center / auto repeat-x") is "none right 0px top 50% / auto repeat-x border-box content-bo x" 88 PASS innerStyle("-webkit-mask", "none border-box content-box right 0px center / auto repeat-x") is "none right 0px top 50% / auto repeat-x border-box content-bo x"
89 PASS innerStyle("-webkit-mask", "top none left") is null 89 PASS innerStyle("-webkit-mask", "top none left") is ""
90 PASS innerStyle("-webkit-mask", "right none bottom") is null 90 PASS innerStyle("-webkit-mask", "right none bottom") is ""
91 PASS innerStyle("-webkit-mask", "right right") is null 91 PASS innerStyle("-webkit-mask", "right right") is ""
92 PASS innerStyle("-webkit-mask", "left left") is null 92 PASS innerStyle("-webkit-mask", "left left") is ""
93 PASS innerStyle("-webkit-mask", "top top") is null 93 PASS innerStyle("-webkit-mask", "top top") is ""
94 PASS innerStyle("-webkit-mask", "bottom bottom") is null 94 PASS innerStyle("-webkit-mask", "bottom bottom") is ""
95 PASS innerStyle("-webkit-mask", "50% none 50%") is null 95 PASS innerStyle("-webkit-mask", "50% none 50%") is ""
96 PASS innerStyle("-webkit-mask", "repeat-x repeat-x") is null 96 PASS innerStyle("-webkit-mask", "repeat-x repeat-x") is ""
97 PASS innerStyle("-webkit-mask", "space repeat-y") is null 97 PASS innerStyle("-webkit-mask", "space repeat-y") is ""
98 PASS innerStyle("-webkit-mask", "repeat space space") is null 98 PASS innerStyle("-webkit-mask", "repeat space space") is ""
99 PASS innerStyle("-webkit-mask", "padding-box border-box content-box") is null 99 PASS innerStyle("-webkit-mask", "padding-box border-box content-box") is ""
100 PASS innerStyle("-webkit-mask", "none / auto") is null 100 PASS innerStyle("-webkit-mask", "none / auto") is ""
101 PASS innerStyle("-webkit-mask", "none repeat-x / auto") is null 101 PASS innerStyle("-webkit-mask", "none repeat-x / auto") is ""
102 PASS innerStyle("-webkit-mask", "none border-box / auto") is null 102 PASS innerStyle("-webkit-mask", "none border-box / auto") is ""
103 PASS innerStyle("-webkit-mask", "none top left / cover 100%") is null 103 PASS innerStyle("-webkit-mask", "none top left / cover 100%") is ""
104 PASS innerStyle("-webkit-mask", "scroll") is null 104 PASS innerStyle("-webkit-mask", "scroll") is ""
105 PASS innerStyle("-webkit-mask", "fixed") is null 105 PASS innerStyle("-webkit-mask", "fixed") is ""
106 PASS innerStyle("-webkit-mask", "local") is null 106 PASS innerStyle("-webkit-mask", "local") is ""
107 PASS innerStyle("-webkit-mask", "space scroll") is null 107 PASS innerStyle("-webkit-mask", "space scroll") is ""
108 PASS innerStyle("-webkit-mask", "none scroll") is null 108 PASS innerStyle("-webkit-mask", "none scroll") is ""
109 PASS innerStyle("-webkit-mask", "none top left / auto repeat-x scroll border-box border-box") is null 109 PASS innerStyle("-webkit-mask", "none top left / auto repeat-x scroll border-box border-box") is ""
110 PASS innerStyle("-webkit-mask", "right top left") is null 110 PASS innerStyle("-webkit-mask", "right top left") is ""
111 PASS innerStyle("-webkit-mask", "center left center") is null 111 PASS innerStyle("-webkit-mask", "center left center") is ""
112 PASS innerStyle("-webkit-mask", "center top center") is null 112 PASS innerStyle("-webkit-mask", "center top center") is ""
113 PASS innerStyle("-webkit-mask", "center right bottom") is null 113 PASS innerStyle("-webkit-mask", "center right bottom") is ""
114 PASS innerStyle("-webkit-mask", "top solid bottom") is null 114 PASS innerStyle("-webkit-mask", "top solid bottom") is ""
115 PASS innerStyle("-webkit-mask", "none top left right center top / auto repeat-x scroll border-box border-box") is null 115 PASS innerStyle("-webkit-mask", "none top left right center top / auto repeat-x scroll border-box border-box") is ""
116 PASS innerStyle("-webkit-mask", "none center center 20px / auto repeat-x scroll border-box border-box") is null 116 PASS innerStyle("-webkit-mask", "none center center 20px / auto repeat-x scroll border-box border-box") is ""
117 PASS innerStyle("-webkit-mask", "none top 20px right 30px center / auto repeat-x scroll border-box border-box") is null 117 PASS innerStyle("-webkit-mask", "none top 20px right 30px center / auto repeat-x scroll border-box border-box") is ""
118 PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll b order-box border-box") is null 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 null 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 null 120 PASS innerStyle("mask-source-type", "rubbish") is ""
121 PASS innerStyle("mask-source-type", "") is null 121 PASS innerStyle("mask-source-type", "") is ""
122 PASS innerStyle("mask-source-type", "center") is null 122 PASS innerStyle("mask-source-type", "center") is ""
123 PASS innerStyle("mask-source-type", "repeat") is null 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