OLD | NEW |
1 Tests that non-standard mixed-cased properties are displayed in the Styles pane. | 1 Tests that non-standard mixed-cased properties are displayed in the Styles pane. |
2 | 2 |
3 -webkit-font-smoothing: antialiased; | 3 -webkit-font-smoothing: antialiased |
4 color: rgb(0, 0, 0); | 4 color: rgb(0, 0, 0) |
5 display: block; | 5 display: block |
| 6 block - div user agent stylesheet |
6 [expanded] | 7 [expanded] |
7 element.style { () | 8 element.style { () |
8 | 9 |
9 [expanded] | 10 [expanded] |
10 div { (user agent stylesheet) | 11 div { (user agent stylesheet) |
11 display: block; | 12 display: block; |
12 | 13 |
13 ======== Inherited from div#container ======== | 14 ======== Inherited from div#container ======== |
14 [expanded] | 15 [expanded] |
15 Style Attribute { () | 16 Style Attribute { () |
16 CoLoR: blAck; | 17 CoLoR: blAck; |
17 | 18 |
18 [expanded] | 19 [expanded] |
19 #container { (inherited-mixed…perties.html:4 -> inherited-mixed-case-properties
.html:4:1) | 20 #container { (inherited-mixed…perties.html:4 -> inherited-mixed-case-properties
.html:4:1) |
20 -webkit-FONT-smoothing: antialiased; | 21 -webkit-FONT-smoothing: antialiased; |
21 | 22 |
22 | 23 |
OLD | NEW |