OLD | NEW |
1 Tests that effectively inactive properties are displayed correctly in the sideba
r. | 1 Tests that effectively inactive properties are displayed correctly in the sideba
r. |
2 | 2 |
3 Test | 3 Test |
4 display: block; | 4 display: block |
5 text-align: right; | 5 block - div user agent stylesheet |
| 6 text-align: right |
| 7 right - #inspected inactive-properties.html:20 -> inactive-properties.html:2
0:1 |
| 8 OVERLOADED -webkit-left - element.style |
6 [expanded] | 9 [expanded] |
7 element.style { () | 10 element.style { () |
8 | 11 |
9 [expanded] | 12 [expanded] |
10 #inspected { (inactive-properties.html:20 -> inactive-properties.html:20:1) | 13 #inspected { (inactive-properties.html:20 -> inactive-properties.html:20:1) |
11 /-- overloaded --/ text-align: left; | 14 /-- overloaded --/ text-align: left; |
12 /-- overloaded --/ text-align: bar; | 15 /-- overloaded --/ text-align: bar; |
13 text-align: right; | 16 text-align: right; |
14 | 17 |
15 [expanded] | 18 [expanded] |
16 div[Attributes Style] { () | 19 div[Attributes Style] { () |
17 /-- overloaded --/ text-align: -webkit-left; | 20 /-- overloaded --/ text-align: -webkit-left; |
18 | 21 |
19 [expanded] | 22 [expanded] |
20 div { (user agent stylesheet) | 23 div { (user agent stylesheet) |
21 display: block; | 24 display: block; |
22 | 25 |
23 | 26 |
OLD | NEW |