OLD | NEW |
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 === Computed style property count for body === | 6 === Computed style property count for body === |
7 OK | 7 OK |
8 | 8 |
9 === Matched rules for body === | 9 === Matched rules for body === |
10 body: [user-agent] { | 10 body: [user-agent] { |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 ['background-position-x':'initial' is-important] @[undefined-undefined] styl
e | 44 ['background-position-x':'initial' is-important] @[undefined-undefined] styl
e |
45 ['background-position-y':'initial' is-important] @[undefined-undefined] styl
e | 45 ['background-position-y':'initial' is-important] @[undefined-undefined] styl
e |
46 ['background-origin':'initial' is-important] @[undefined-undefined] style | 46 ['background-origin':'initial' is-important] @[undefined-undefined] style |
47 ['background-clip':'initial' is-important] @[undefined-undefined] style | 47 ['background-clip':'initial' is-important] @[undefined-undefined] style |
48 ['background-color':'green' is-important] @[undefined-undefined] style | 48 ['background-color':'green' is-important] @[undefined-undefined] style |
49 ['background-size':'initial' is-important] @[undefined-undefined] style | 49 ['background-size':'initial' is-important] @[undefined-undefined] style |
50 } | 50 } |
51 body.mainpage: [regular, 3:0-3:13] { | 51 body.mainpage: [regular, 3:0-3:13] { |
52 ['text-decoration':'none'] @[4:4-4:26] active | 52 ['text-decoration':'none'] @[4:4-4:26] active |
53 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active | 53 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active |
| 54 ['text-decoration-line':'none'] @[undefined-undefined] style |
| 55 ['text-decoration-style':'initial'] @[undefined-undefined] style |
| 56 ['text-decoration-color':'initial'] @[undefined-undefined] style |
54 } | 57 } |
55 body.mainpage: [regular, 8:0-8:13] { | 58 body.mainpage: [regular, 8:0-8:13] { |
56 ['prop1':'val1' non-parsed] @[9:4-9:16] active | 59 ['prop1':'val1' non-parsed] @[9:4-9:16] active |
57 ['prop2':'val2' non-parsed] @[10:4-10:16] active | 60 ['prop2':'val2' non-parsed] @[10:4-10:16] active |
58 } | 61 } |
59 | 62 |
60 === Pseudo rules for body === | 63 === Pseudo rules for body === |
61 PseudoId=4 | 64 PseudoId=4 |
62 body::after: [regular, 26:0-26:11] { | 65 body::after: [regular, 26:0-26:11] { |
63 ['content':'"After body"'] @[27:4-27:26] active | 66 ['content':'"After body"'] @[27:4-27:26] active |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 ['background-position-x':'initial' is-important] @[undefined-undefined] styl
e | 118 ['background-position-x':'initial' is-important] @[undefined-undefined] styl
e |
116 ['background-position-y':'initial' is-important] @[undefined-undefined] styl
e | 119 ['background-position-y':'initial' is-important] @[undefined-undefined] styl
e |
117 ['background-origin':'initial' is-important] @[undefined-undefined] style | 120 ['background-origin':'initial' is-important] @[undefined-undefined] style |
118 ['background-clip':'initial' is-important] @[undefined-undefined] style | 121 ['background-clip':'initial' is-important] @[undefined-undefined] style |
119 ['background-color':'green' is-important] @[undefined-undefined] style | 122 ['background-color':'green' is-important] @[undefined-undefined] style |
120 ['background-size':'initial' is-important] @[undefined-undefined] style | 123 ['background-size':'initial' is-important] @[undefined-undefined] style |
121 } | 124 } |
122 body.mainpage: [regular, 3:0-3:13] { | 125 body.mainpage: [regular, 3:0-3:13] { |
123 ['text-decoration':'none'] @[4:4-4:26] active | 126 ['text-decoration':'none'] @[4:4-4:26] active |
124 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active | 127 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active |
| 128 ['text-decoration-line':'none'] @[undefined-undefined] style |
| 129 ['text-decoration-style':'initial'] @[undefined-undefined] style |
| 130 ['text-decoration-color':'initial'] @[undefined-undefined] style |
125 } | 131 } |
126 body.mainpage: [regular, 8:0-8:13] { | 132 body.mainpage: [regular, 8:0-8:13] { |
127 ['prop1':'val1' non-parsed] @[9:4-9:16] active | 133 ['prop1':'val1' non-parsed] @[9:4-9:16] active |
128 ['prop2':'val2' non-parsed] @[10:4-10:16] active | 134 ['prop2':'val2' non-parsed] @[10:4-10:16] active |
129 } | 135 } |
130 body:hover: [regular, 13:0-13:10] { | 136 body:hover: [regular, 13:0-13:10] { |
131 ['color':'#CDE'] @[14:2-14:14] active | 137 ['color':'#CDE'] @[14:2-14:14] active |
132 } | 138 } |
133 | 139 |
134 === Attributes style for table === | 140 === Attributes style for table === |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 prop2: val2; | 321 prop2: val2; |
316 } | 322 } |
317 | 323 |
318 body:hover { | 324 body:hover { |
319 color: #CDE; | 325 color: #CDE; |
320 } | 326 } |
321 ' | 327 ' |
322 body.mainpage: [regular, 3:0-3:13] { | 328 body.mainpage: [regular, 3:0-3:13] { |
323 ['text-decoration':'none'] @[4:4-4:26] active | 329 ['text-decoration':'none'] @[4:4-4:26] active |
324 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active | 330 ['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active |
| 331 ['text-decoration-line':'none'] @[undefined-undefined] style |
| 332 ['text-decoration-style':'initial'] @[undefined-undefined] style |
| 333 ['text-decoration-color':'initial'] @[undefined-undefined] style |
325 } | 334 } |
326 body.mainpage: [regular, 8:0-8:13] { | 335 body.mainpage: [regular, 8:0-8:13] { |
327 ['prop1':'val1' non-parsed] @[9:4-9:16] active | 336 ['prop1':'val1' non-parsed] @[9:4-9:16] active |
328 ['prop2':'val2' non-parsed] @[10:4-10:16] active | 337 ['prop2':'val2' non-parsed] @[10:4-10:16] active |
329 } | 338 } |
330 body:hover: [regular, 13:0-13:10] { | 339 body:hover: [regular, 13:0-13:10] { |
331 ['color':'#CDE'] @[14:2-14:14] active | 340 ['color':'#CDE'] @[14:2-14:14] active |
332 } | 341 } |
333 | 342 |
334 === Last stylesheet patched === | 343 === Last stylesheet patched === |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 ['border-top-color':'initial'] @[undefined-undefined] style | 497 ['border-top-color':'initial'] @[undefined-undefined] style |
489 ['border-right-color':'initial'] @[undefined-undefined] style | 498 ['border-right-color':'initial'] @[undefined-undefined] style |
490 ['border-bottom-color':'initial'] @[undefined-undefined] style | 499 ['border-bottom-color':'initial'] @[undefined-undefined] style |
491 ['border-left-color':'initial'] @[undefined-undefined] style | 500 ['border-left-color':'initial'] @[undefined-undefined] style |
492 ['border-image-source':'initial'] @[undefined-undefined] style | 501 ['border-image-source':'initial'] @[undefined-undefined] style |
493 ['border-image-slice':'initial'] @[undefined-undefined] style | 502 ['border-image-slice':'initial'] @[undefined-undefined] style |
494 ['border-image-width':'initial'] @[undefined-undefined] style | 503 ['border-image-width':'initial'] @[undefined-undefined] style |
495 ['border-image-outset':'initial'] @[undefined-undefined] style | 504 ['border-image-outset':'initial'] @[undefined-undefined] style |
496 ['border-image-repeat':'initial'] @[undefined-undefined] style | 505 ['border-image-repeat':'initial'] @[undefined-undefined] style |
497 | 506 |
OLD | NEW |