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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 ['border-top-color':'initial'] @[undefined-undefined] | 403 ['border-top-color':'initial'] @[undefined-undefined] |
404 ['border-right-color':'initial'] @[undefined-undefined] | 404 ['border-right-color':'initial'] @[undefined-undefined] |
405 ['border-bottom-color':'initial'] @[undefined-undefined] | 405 ['border-bottom-color':'initial'] @[undefined-undefined] |
406 ['border-left-color':'initial'] @[undefined-undefined] | 406 ['border-left-color':'initial'] @[undefined-undefined] |
407 ['border-image-source':'initial'] @[undefined-undefined] | 407 ['border-image-source':'initial'] @[undefined-undefined] |
408 ['border-image-slice':'initial'] @[undefined-undefined] | 408 ['border-image-slice':'initial'] @[undefined-undefined] |
409 ['border-image-width':'initial'] @[undefined-undefined] | 409 ['border-image-width':'initial'] @[undefined-undefined] |
410 ['border-image-outset':'initial'] @[undefined-undefined] | 410 ['border-image-outset':'initial'] @[undefined-undefined] |
411 ['border-image-repeat':'initial'] @[undefined-undefined] | 411 ['border-image-repeat':'initial'] @[undefined-undefined] |
412 | 412 |
OLD | NEW |