| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 === Computed style property count for TextNode === | 140 === Computed style property count for TextNode === |
| 141 OK | 141 OK |
| 142 | 142 |
| 143 === Attributes style for table === | 143 === Attributes style for table === |
| 144 ['width':'50%'] @[undefined-undefined] style | 144 ['width':'50%'] @[undefined-undefined] style |
| 145 | 145 |
| 146 === Stylesheet-for-inline-style text === | 146 === Stylesheet-for-inline-style text === |
| 147 | 147 |
| 148 | 148 |
| 149 === Stylesheet-for-inline-style modification result === | 149 === Stylesheet-for-inline-style modification result === |
| 150 NotSupportedError | 150 null |
| 151 | 151 |
| 152 === All stylesheets === | 152 === All stylesheets === |
| 153 | 153 |
| 154 StyleSheet: '@import url(styles-new-API-2.css); | 154 StyleSheet: '@import url(styles-new-API-2.css); |
| 155 | 155 |
| 156 @page { margin: 2cm } /* All margins set to 2cm */ | 156 @page { margin: 2cm } /* All margins set to 2cm */ |
| 157 | 157 |
| 158 @page :first { | 158 @page :first { |
| 159 margin-top: 10cm /* Top margin on first page 10cm */ | 159 margin-top: 10cm /* Top margin on first page 10cm */ |
| 160 } | 160 } |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 ['border-top-color':'initial'] @[undefined-undefined] style | 503 ['border-top-color':'initial'] @[undefined-undefined] style |
| 504 ['border-right-color':'initial'] @[undefined-undefined] style | 504 ['border-right-color':'initial'] @[undefined-undefined] style |
| 505 ['border-bottom-color':'initial'] @[undefined-undefined] style | 505 ['border-bottom-color':'initial'] @[undefined-undefined] style |
| 506 ['border-left-color':'initial'] @[undefined-undefined] style | 506 ['border-left-color':'initial'] @[undefined-undefined] style |
| 507 ['border-image-source':'initial'] @[undefined-undefined] style | 507 ['border-image-source':'initial'] @[undefined-undefined] style |
| 508 ['border-image-slice':'initial'] @[undefined-undefined] style | 508 ['border-image-slice':'initial'] @[undefined-undefined] style |
| 509 ['border-image-width':'initial'] @[undefined-undefined] style | 509 ['border-image-width':'initial'] @[undefined-undefined] style |
| 510 ['border-image-outset':'initial'] @[undefined-undefined] style | 510 ['border-image-outset':'initial'] @[undefined-undefined] style |
| 511 ['border-image-repeat':'initial'] @[undefined-undefined] style | 511 ['border-image-repeat':'initial'] @[undefined-undefined] style |
| 512 | 512 |
| OLD | NEW |