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 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 body::after: [regular, 26:0-26:11] { | 67 body::after: [regular, 26:0-26:11] { |
68 ['content':'"After body"'] @[27:4-27:26] | 68 ['content':'"After body"'] @[27:4-27:26] |
69 } | 69 } |
70 | 70 |
71 === Inherited styles for body === | 71 === Inherited styles for body === |
72 Level=1 | 72 Level=1 |
73 [NO STYLE] | 73 [NO STYLE] |
74 html: [user-agent] { | 74 html: [user-agent] { |
75 ['display':'block'] @[undefined-undefined] | 75 ['display':'block'] @[undefined-undefined] |
76 } | 76 } |
77 :root: [user-agent] { | |
78 ['scroll-blocks-on':'start-touch wheel-event'] @[undefined-undefined] | |
79 } | |
80 html: [regular, 4:0-4:4] { | 77 html: [regular, 4:0-4:4] { |
81 ['font-weight':'400'] @[5:4-5:21] | 78 ['font-weight':'400'] @[5:4-5:21] |
82 } | 79 } |
83 | 80 |
84 === Inline style for body === | 81 === Inline style for body === |
85 ['font-weight':'normal'] @[0:0-0:20] | 82 ['font-weight':'normal'] @[0:0-0:20] |
86 ['width':'85%'] @[0:21-0:32] | 83 ['width':'85%'] @[0:21-0:32] |
87 ['background-image':'url(bar.png)'] @[0:33-0:63] | 84 ['background-image':'url(bar.png)'] @[0:33-0:63] |
88 | 85 |
89 Running: test_forcedState | 86 Running: test_forcedState |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 ['text-decoration-color':'initial'] @[undefined-undefined] | 212 ['text-decoration-color':'initial'] @[undefined-undefined] |
216 } | 213 } |
217 body.mainpage: [regular, 8:0-8:13] { | 214 body.mainpage: [regular, 8:0-8:13] { |
218 ['prop1':'val1' non-parsed] @[9:4-9:16] | 215 ['prop1':'val1' non-parsed] @[9:4-9:16] |
219 ['prop2':'val2' non-parsed] @[10:4-10:16] | 216 ['prop2':'val2' non-parsed] @[10:4-10:16] |
220 } | 217 } |
221 body:hover: [regular, 13:0-13:10] { | 218 body:hover: [regular, 13:0-13:10] { |
222 ['color':'#CDE'] @[14:2-14:14] | 219 ['color':'#CDE'] @[14:2-14:14] |
223 } | 220 } |
224 | 221 |
OLD | NEW |