OLD | NEW |
1 Tests that renaming a selector updates element styles. Bug 70018. | 1 Tests that renaming a selector updates element styles. Bug 70018. |
2 | 2 |
3 Text | 3 Text |
4 === Before selector modification === | 4 === Before selector modification === |
5 [expanded] | 5 [expanded] |
6 element.style { () | 6 element.style { () |
7 color: red; | 7 color: red; |
8 | 8 |
9 [expanded] | 9 [expanded] |
10 #inspected { (commit-selector.html:4 -> commit-selector.html:4:1) | 10 #inspected { (commit-selector.html:4 -> commit-selector.html:4:1) |
(...skipping 23 matching lines...) Expand all Loading... |
34 | 34 |
35 [expanded] [no-affect] | 35 [expanded] [no-affect] |
36 #inspectedChanged { (commit-selector.html:4 -> commit-selector.html:4:1) | 36 #inspectedChanged { (commit-selector.html:4 -> commit-selector.html:4:1) |
37 color: green; | 37 color: green; |
38 | 38 |
39 [expanded] | 39 [expanded] |
40 div { (user agent stylesheet) | 40 div { (user agent stylesheet) |
41 display: block; | 41 display: block; |
42 | 42 |
43 | 43 |
OLD | NEW |