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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-new-API-expected.txt

Issue 1676513003: Move background/webkit-mask shorthands into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review issues 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 Tests that InspectorCSSAgent API methods work as expected. 1 Tests that InspectorCSSAgent API methods work as expected.
2 2
3 H1 3 H1
4 4
5 5
6 Running: test_styles 6 Running: test_styles
7 7
8 === Computed style property count for body === 8 === Computed style property count for body ===
9 OK 9 OK
10 10
(...skipping 22 matching lines...) Expand all
33 ['color':'yellow'] @[17:4-17:18] 33 ['color':'yellow'] @[17:4-17:18]
34 ['color':'"badcolor" ! important /* good property with strange value */' is- important non-parsed] @[18:4-18:73] 34 ['color':'"badcolor" ! important /* good property with strange value */' is- important non-parsed] @[18:4-18:73]
35 } 35 }
36 body.main1: [regular, 21:29-21:67] { 36 body.main1: [regular, 21:29-21:67] {
37 ['color':'#F00BAA'] @[21:81-21:96] 37 ['color':'#F00BAA'] @[21:81-21:96]
38 ['zoo':'moo /* not an !important unrecognized property */' non-parsed] @[21: 96-21:149] 38 ['zoo':'moo /* not an !important unrecognized property */' non-parsed] @[21: 96-21:149]
39 } 39 }
40 body.main2: [regular, 23:0-23:10] { 40 body.main2: [regular, 23:0-23:10] {
41 ['background':'green /* value !important comment */ !important /* no semicol on, very !important */' is-important] @[23:11-23:106] 41 ['background':'green /* value !important comment */ !important /* no semicol on, very !important */' is-important] @[23:11-23:106]
42 ['background-image':'initial' is-important] @[undefined-undefined] 42 ['background-image':'initial' is-important] @[undefined-undefined]
43 ['background-position-x':'initial' is-important] @[undefined-undefined]
44 ['background-position-y':'initial' is-important] @[undefined-undefined]
45 ['background-size':'initial' is-important] @[undefined-undefined]
43 ['background-repeat-x':'initial' is-important] @[undefined-undefined] 46 ['background-repeat-x':'initial' is-important] @[undefined-undefined]
44 ['background-repeat-y':'initial' is-important] @[undefined-undefined] 47 ['background-repeat-y':'initial' is-important] @[undefined-undefined]
45 ['background-attachment':'initial' is-important] @[undefined-undefined] 48 ['background-attachment':'initial' is-important] @[undefined-undefined]
46 ['background-position-x':'initial' is-important] @[undefined-undefined]
47 ['background-position-y':'initial' is-important] @[undefined-undefined]
48 ['background-origin':'initial' is-important] @[undefined-undefined] 49 ['background-origin':'initial' is-important] @[undefined-undefined]
49 ['background-clip':'initial' is-important] @[undefined-undefined] 50 ['background-clip':'initial' is-important] @[undefined-undefined]
50 ['background-color':'green' is-important] @[undefined-undefined] 51 ['background-color':'green' is-important] @[undefined-undefined]
51 ['background-size':'initial' is-important] @[undefined-undefined]
52 } 52 }
53 body.mainpage: [regular, 3:0-3:13] { 53 body.mainpage: [regular, 3:0-3:13] {
54 ['text-decoration':'none'] @[4:4-4:26] 54 ['text-decoration':'none'] @[4:4-4:26]
55 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] 55 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29]
56 ['text-decoration-line':'none'] @[undefined-undefined] 56 ['text-decoration-line':'none'] @[undefined-undefined]
57 ['text-decoration-style':'initial'] @[undefined-undefined] 57 ['text-decoration-style':'initial'] @[undefined-undefined]
58 ['text-decoration-color':'initial'] @[undefined-undefined] 58 ['text-decoration-color':'initial'] @[undefined-undefined]
59 } 59 }
60 body.mainpage: [regular, 8:0-8:13] { 60 body.mainpage: [regular, 8:0-8:13] {
61 ['prop1':'val1' non-parsed] @[9:4-9:16] 61 ['prop1':'val1' non-parsed] @[9:4-9:16]
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 ['color':'yellow'] @[17:4-17:18] 109 ['color':'yellow'] @[17:4-17:18]
110 ['color':'"badcolor" ! important /* good property with strange value */' is- important non-parsed] @[18:4-18:73] 110 ['color':'"badcolor" ! important /* good property with strange value */' is- important non-parsed] @[18:4-18:73]
111 } 111 }
112 body.main1: [regular, 21:29-21:67] { 112 body.main1: [regular, 21:29-21:67] {
113 ['color':'#F00BAA'] @[21:81-21:96] 113 ['color':'#F00BAA'] @[21:81-21:96]
114 ['zoo':'moo /* not an !important unrecognized property */' non-parsed] @[21: 96-21:149] 114 ['zoo':'moo /* not an !important unrecognized property */' non-parsed] @[21: 96-21:149]
115 } 115 }
116 body.main2: [regular, 23:0-23:10] { 116 body.main2: [regular, 23:0-23:10] {
117 ['background':'green /* value !important comment */ !important /* no semicol on, very !important */' is-important] @[23:11-23:106] 117 ['background':'green /* value !important comment */ !important /* no semicol on, very !important */' is-important] @[23:11-23:106]
118 ['background-image':'initial' is-important] @[undefined-undefined] 118 ['background-image':'initial' is-important] @[undefined-undefined]
119 ['background-position-x':'initial' is-important] @[undefined-undefined]
120 ['background-position-y':'initial' is-important] @[undefined-undefined]
121 ['background-size':'initial' is-important] @[undefined-undefined]
119 ['background-repeat-x':'initial' is-important] @[undefined-undefined] 122 ['background-repeat-x':'initial' is-important] @[undefined-undefined]
120 ['background-repeat-y':'initial' is-important] @[undefined-undefined] 123 ['background-repeat-y':'initial' is-important] @[undefined-undefined]
121 ['background-attachment':'initial' is-important] @[undefined-undefined] 124 ['background-attachment':'initial' is-important] @[undefined-undefined]
122 ['background-position-x':'initial' is-important] @[undefined-undefined]
123 ['background-position-y':'initial' is-important] @[undefined-undefined]
124 ['background-origin':'initial' is-important] @[undefined-undefined] 125 ['background-origin':'initial' is-important] @[undefined-undefined]
125 ['background-clip':'initial' is-important] @[undefined-undefined] 126 ['background-clip':'initial' is-important] @[undefined-undefined]
126 ['background-color':'green' is-important] @[undefined-undefined] 127 ['background-color':'green' is-important] @[undefined-undefined]
127 ['background-size':'initial' is-important] @[undefined-undefined]
128 } 128 }
129 body.mainpage: [regular, 3:0-3:13] { 129 body.mainpage: [regular, 3:0-3:13] {
130 ['text-decoration':'none'] @[4:4-4:26] 130 ['text-decoration':'none'] @[4:4-4:26]
131 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] 131 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29]
132 ['text-decoration-line':'none'] @[undefined-undefined] 132 ['text-decoration-line':'none'] @[undefined-undefined]
133 ['text-decoration-style':'initial'] @[undefined-undefined] 133 ['text-decoration-style':'initial'] @[undefined-undefined]
134 ['text-decoration-color':'initial'] @[undefined-undefined] 134 ['text-decoration-color':'initial'] @[undefined-undefined]
135 } 135 }
136 body.mainpage: [regular, 8:0-8:13] { 136 body.mainpage: [regular, 8:0-8:13] {
137 ['prop1':'val1' non-parsed] @[9:4-9:16] 137 ['prop1':'val1' non-parsed] @[9:4-9:16]
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 body: [inspector, 0:0-0:4] { 187 body: [inspector, 0:0-0:4] {
188 ['font-family':'serif'] @[0:6-0:25] 188 ['font-family':'serif'] @[0:6-0:25]
189 } 189 }
190 body.main1: [regular, 21:29-21:67] { 190 body.main1: [regular, 21:29-21:67] {
191 ['color':'#F00BAA'] @[21:81-21:96] 191 ['color':'#F00BAA'] @[21:81-21:96]
192 ['zoo':'moo /* not an !important unrecognized property */' non-parsed] @[21: 96-21:149] 192 ['zoo':'moo /* not an !important unrecognized property */' non-parsed] @[21: 96-21:149]
193 } 193 }
194 body.main2: [regular, 23:0-23:10] { 194 body.main2: [regular, 23:0-23:10] {
195 ['background':'green /* value !important comment */ !important /* no semicol on, very !important */' is-important] @[23:11-23:106] 195 ['background':'green /* value !important comment */ !important /* no semicol on, very !important */' is-important] @[23:11-23:106]
196 ['background-image':'initial' is-important] @[undefined-undefined] 196 ['background-image':'initial' is-important] @[undefined-undefined]
197 ['background-position-x':'initial' is-important] @[undefined-undefined]
198 ['background-position-y':'initial' is-important] @[undefined-undefined]
199 ['background-size':'initial' is-important] @[undefined-undefined]
197 ['background-repeat-x':'initial' is-important] @[undefined-undefined] 200 ['background-repeat-x':'initial' is-important] @[undefined-undefined]
198 ['background-repeat-y':'initial' is-important] @[undefined-undefined] 201 ['background-repeat-y':'initial' is-important] @[undefined-undefined]
199 ['background-attachment':'initial' is-important] @[undefined-undefined] 202 ['background-attachment':'initial' is-important] @[undefined-undefined]
200 ['background-position-x':'initial' is-important] @[undefined-undefined]
201 ['background-position-y':'initial' is-important] @[undefined-undefined]
202 ['background-origin':'initial' is-important] @[undefined-undefined] 203 ['background-origin':'initial' is-important] @[undefined-undefined]
203 ['background-clip':'initial' is-important] @[undefined-undefined] 204 ['background-clip':'initial' is-important] @[undefined-undefined]
204 ['background-color':'green' is-important] @[undefined-undefined] 205 ['background-color':'green' is-important] @[undefined-undefined]
205 ['background-size':'initial' is-important] @[undefined-undefined]
206 } 206 }
207 body.mainpage: [regular, 3:0-3:13] { 207 body.mainpage: [regular, 3:0-3:13] {
208 ['text-decoration':'none'] @[4:4-4:26] 208 ['text-decoration':'none'] @[4:4-4:26]
209 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] 209 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29]
210 ['text-decoration-line':'none'] @[undefined-undefined] 210 ['text-decoration-line':'none'] @[undefined-undefined]
211 ['text-decoration-style':'initial'] @[undefined-undefined] 211 ['text-decoration-style':'initial'] @[undefined-undefined]
212 ['text-decoration-color':'initial'] @[undefined-undefined] 212 ['text-decoration-color':'initial'] @[undefined-undefined]
213 } 213 }
214 body.mainpage: [regular, 8:0-8:13] { 214 body.mainpage: [regular, 8:0-8:13] {
215 ['prop1':'val1' non-parsed] @[9:4-9:16] 215 ['prop1':'val1' non-parsed] @[9:4-9:16]
216 ['prop2':'val2' non-parsed] @[10:4-10:16] 216 ['prop2':'val2' non-parsed] @[10:4-10:16]
217 } 217 }
218 body:hover: [regular, 13:0-13:10] { 218 body:hover: [regular, 13:0-13:10] {
219 ['color':'#CDE'] @[14:2-14:14] 219 ['color':'#CDE'] @[14:2-14:14]
220 } 220 }
221 221
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698