OLD | NEW |
1 Tests that adding a new rule creates inspector stylesheet resource and allows it
s live editing. | 1 Tests that adding a new rule creates inspector stylesheet resource and allows it
s live editing. |
2 | 2 |
3 Text | 3 Text |
4 Inspector stylesheet URL: inspector-stylesheet | 4 Inspector stylesheet URL: inspector-stylesheet |
5 Inspector stylesheet content: | 5 Inspector stylesheet content: |
6 #inspected {} | 6 #inspected {} |
7 | 7 |
8 Setting new content | 8 Setting new content |
9 Inspector stylesheet content: | 9 Inspector stylesheet content: |
10 #inspected { background-color: green; } | 10 #inspected { background-color: green; } |
11 [expanded] | 11 [expanded] |
12 element.style { () | 12 element.style { () |
13 | 13 |
14 [expanded] | 14 [expanded] |
15 #inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:1) | 15 #inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:1) |
16 background-color: green; | 16 background-color: green; |
17 | 17 |
18 [expanded] | 18 [expanded] |
19 div { (user agent stylesheet) | 19 div { (user agent stylesheet) |
20 display: block; | 20 display: block; |
21 | 21 |
22 | 22 |
23 | |
OLD | NEW |