[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / inspector / 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 ======== Matched CSS Rules ========
10 [expanded] 
11 #inspected  { (commit-selector.html:4)
12 /-- overloaded --/ color: green;
13
14 [expanded] 
15 div  { (user agent stylesheet)
16 display: block;
17
18
19 === After non-affecting selector modification ===
20 [expanded] 
21 element.style  { ()
22 color: red;
23
24 ======== Matched CSS Rules ========
25 [expanded] 
26 hr, #inspected  { (commit-selector.html:4)
27 /-- overloaded --/ color: green;
28
29 [expanded] 
30 div  { (user agent stylesheet)
31 display: block;
32
33
34 === After affecting selector modification ===
35 [expanded] 
36 element.style  { ()
37 color: red;
38
39 ======== Matched CSS Rules ========
40 [expanded] 
41 div  { (user agent stylesheet)
42 display: block;
43
44
45