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 ==== Computed style for ID1 ==== | 3 ==== Computed style for ID1 ==== |
4 background-attachment: scroll; | 4 background-attachment: scroll; |
5 background-clip: border-box; | 5 background-clip: border-box; |
6 background-color: rgb(128, 128, 128); | 6 background-color: rgb(128, 128, 128); |
7 background-image: none; | 7 background-image: none; |
8 background-origin: padding-box; | 8 background-origin: padding-box; |
9 background-size: auto; | 9 background-size: auto; |
10 display: block; | 10 display: block; |
(...skipping 18 matching lines...) Expand all Loading... |
29 | 29 |
30 ==== Style for ID3 ==== | 30 ==== Style for ID3 ==== |
31 [expanded] | 31 [expanded] |
32 element.style { () | 32 element.style { () |
33 | 33 |
34 [expanded] | 34 [expanded] |
35 button[Attributes Style] { () | 35 button[Attributes Style] { () |
36 display: none; | 36 display: none; |
37 | 37 |
38 | 38 |
OLD | NEW |