OLD | NEW |
1 Tests that computed styles expand and allow tracing to style rules. | 1 Tests that computed styles expand and allow tracing to style rules. |
2 | 2 |
3 ==== All styles (should be no computed) ==== | 3 ==== All styles (should be no computed) ==== |
4 [expanded] | 4 [expanded] |
5 element.style { () | 5 element.style { () |
6 | 6 |
7 [expanded] | 7 [expanded] |
8 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) | 8 #inspected { (lazy-computed-style.html:15 -> lazy-computed-style.html:15:1) |
9 background: gray; | 9 background: gray; |
10 background-image: initial; | 10 background-image: initial; |
(...skipping 14 matching lines...) Expand all Loading... |
25 | 25 |
26 [expanded] | 26 [expanded] |
27 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) | 27 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) |
28 /-- overloaded --/ background-color: green; | 28 /-- overloaded --/ background-color: green; |
29 /-- overloaded --/ font-family: Times; | 29 /-- overloaded --/ font-family: Times; |
30 | 30 |
31 [expanded] | 31 [expanded] |
32 div { (user agent stylesheet) | 32 div { (user agent stylesheet) |
33 display: block; | 33 display: block; |
34 | 34 |
35 | |
36 ==== All styles (computed should be there) ==== | 35 ==== All styles (computed should be there) ==== |
37 -webkit-background-clip: border-box; | 36 -webkit-background-clip: border-box; |
38 -webkit-background-origin: padding-box; | 37 -webkit-background-origin: padding-box; |
39 -webkit-background-size: auto; | 38 -webkit-background-size: auto; |
40 background-attachment: scroll; | 39 background-attachment: scroll; |
41 background-clip: border-box; | 40 background-clip: border-box; |
42 background-color: rgb(128, 128, 128); | 41 background-color: rgb(128, 128, 128); |
43 background-image: none; | 42 background-image: none; |
44 background-origin: padding-box; | 43 background-origin: padding-box; |
45 background-size: auto; | 44 background-size: auto; |
(...skipping 24 matching lines...) Expand all Loading... |
70 [expanded] | 69 [expanded] |
71 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) | 70 #inspected { (lazy-computed-style.html:5 -> lazy-computed-style.html:5:1) |
72 /-- overloaded --/ background-color: green; | 71 /-- overloaded --/ background-color: green; |
73 /-- overloaded --/ font-family: Times; | 72 /-- overloaded --/ font-family: Times; |
74 | 73 |
75 [expanded] | 74 [expanded] |
76 div { (user agent stylesheet) | 75 div { (user agent stylesheet) |
77 display: block; | 76 display: block; |
78 | 77 |
79 | 78 |
80 | |
OLD | NEW |