OLD | NEW |
1 Tests that changes to an inline style and ancestor/sibling className from JavaSc
ript are reflected in the Styles pane and Elements tree. | 1 Tests that changes to an inline style and ancestor/sibling className from JavaSc
ript are reflected in the Styles pane and Elements tree. |
2 | 2 |
3 | 3 |
4 Running: testInit | 4 Running: testInit |
5 | 5 |
6 Running: testSetStyleAttribute | 6 Running: testSetStyleAttribute |
7 <div id="container" style="color: #daC0DE; border: 1px solid black;">…</div> | 7 <div id="container" style="color: #daC0DE; border: 1px solid black;">…</div> |
8 [expanded] | 8 [expanded] |
9 element.style { () | 9 element.style { () |
10 color: #daC0DE; | 10 color: #daC0DE; |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 [expanded] | 93 [expanded] |
94 div { (user agent stylesheet) | 94 div { (user agent stylesheet) |
95 display: block; | 95 display: block; |
96 | 96 |
97 ======== Inherited from div#container.red ======== | 97 ======== Inherited from div#container.red ======== |
98 [expanded] | 98 [expanded] |
99 Style Attribute { () | 99 Style Attribute { () |
100 color: rgb(192, 255, 238); | 100 color: rgb(192, 255, 238); |
101 | 101 |
102 | 102 |
OLD | NEW |