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 [expanded] | 4 [expanded] |
5 -webkit-background-clip: border-box; | 5 -webkit-background-clip: border-box; |
6 -webkit-background-origin: padding-box; | 6 -webkit-background-origin: padding-box; |
7 -webkit-background-size: auto; | 7 -webkit-background-size: auto; |
8 background-attachment: scroll; | 8 background-attachment: scroll; |
9 #id1 - initial styles-computed-trace.html:23 | 9 #id1 - initial styles-computed-trace.html:23 |
10 background-clip: border-box; | 10 background-clip: border-box; |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 | 65 |
66 ==== Style for ID3 ==== | 66 ==== Style for ID3 ==== |
67 [expanded] | 67 [expanded] |
68 element.style { () | 68 element.style { () |
69 | 69 |
70 [expanded] | 70 [expanded] |
71 button[Attributes Style] { () | 71 button[Attributes Style] { () |
72 display: none; | 72 display: none; |
73 | 73 |
74 | 74 |
| 75 ==== Style for ID4 (Grid Layout properties ==== |
| 76 [expanded] |
| 77 display: grid; |
| 78 #id4 - grid styles-computed-trace.html:33 |
| 79 /-- overloaded --/ div - block user agent stylesheet |
| 80 font-family: Arial; |
| 81 body - Arial styles-computed-trace.html:4 |
| 82 grid-template-areas: "a"; |
| 83 #id4 - "a" styles-computed-trace.html:33 |
| 84 text-decoration: underline solid rgb(0, 0, 0); |
| 85 div - underline styles-computed-trace.html:9 |
| 86 text-decoration-color: rgb(0, 0, 0); |
| 87 div - initial styles-computed-trace.html:9 |
| 88 text-decoration-line: underline; |
| 89 div - underline styles-computed-trace.html:9 |
| 90 text-decoration-style: solid; |
| 91 div - initial styles-computed-trace.html:9 |
75 | 92 |
| 93 [expanded] |
| 94 element.style { () |
| 95 |
| 96 |
| 97 |
OLD | NEW |