Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / commit-selector-expected.txt
1 Tests that renaming a selector updates element styles. Bug 70018.
2
3 Text
4 === Before selector modification ===
5 [expanded] 
6 element.style  { ()
7 color: red;
8
9 [expanded] 
10 #inspected  { (commit-selector.html:4 -> commit-selector.html:4:1)
11 /-- overloaded --/ color: green;
12
13 [expanded] 
14 div  { (user agent stylesheet)
15 display: block;
16
17
18 === After non-affecting selector modification ===
19 [expanded] 
20 element.style  { ()
21 color: red;
22
23 [expanded] 
24 hr, #inspected  { (commit-selector.html:4 -> commit-selector.html:4:5)
25 /-- overloaded --/ color: green;
26
27 [expanded] 
28 div  { (user agent stylesheet)
29 display: block;
30
31
32 === After affecting selector modification ===
33 [expanded] 
34 element.style  { ()
35 color: red;
36
37 [expanded] [no-affect] 
38 #inspectedChanged  { (commit-selector.html:4 -> commit-selector.html:4:1)
39 color: green;
40
41 [expanded] 
42 div  { (user agent stylesheet)
43 display: block;
44
45
46