OLD | NEW |
1 Tests that webkit css variables can be loaded correctly. | 1 Tests that webkit css variables can be loaded correctly. |
2 | 2 |
3 Text | 3 Text |
4 [expanded] | 4 [expanded] |
5 color: rgb(0, 128, 0); | 5 color: rgb(0, 128, 0); |
6 #inspected - -webkit-var(a) css-variables.html:4 | 6 #inspected - -webkit-var(a) css-variables.html:7 |
7 display: block; | 7 display: block; |
8 div - block user agent stylesheet | 8 div - block user agent stylesheet |
9 | 9 |
10 [expanded] | 10 [expanded] |
11 element.style { () | 11 element.style { () |
12 | 12 |
13 ======== Matched CSS Rules ======== | 13 ======== Matched CSS Rules ======== |
14 [expanded] | 14 [expanded] |
15 #inspected { (css-variables.html:4) | 15 #inspected { (css-variables.html:7) |
16 -webkit-var-a: green; | 16 -webkit-var-a: green; |
17 color: -webkit-var(a); | 17 color: -webkit-var(a); |
18 | 18 |
19 [expanded] | 19 [expanded] |
20 div { (user agent stylesheet) | 20 div { (user agent stylesheet) |
21 display: block; | 21 display: block; |
22 | 22 |
23 | 23 |
24 | 24 |
OLD | NEW |