Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / disable-property-workingcopy-update-expected.txt
1 Tests that style property disablement is propagated into the stylesheet UISourceCode working copy.
2
3
4 Running: selectContainer
5
6 Running: showEditor
7 ==Source frame contents start==
8 #inspected {
9     font-weight: bold;
10 }
11
12 ==Source frame contents end==
13
14 Running: togglePropertyOff
15
16 Running: dumpDisabledText
17 ==Source frame contents start==
18 #inspected {
19     /* font-weight: bold; */
20 }
21
22 ==Source frame contents end==
23 [expanded] 
24 element.style  { ()
25
26 [expanded] 
27 #inspected  { (disable-propert…y-update.css:1 -> disable-property-workingcopy-update.css:1:1)
28 /-- overloaded --/ /-- disabled --/ /* font-weight: bold; */
29
30 [expanded] 
31 div  { (user agent stylesheet)
32 display: block;
33
34
35
36 Running: togglePropertyOn
37
38 Running: dumpEnabledText
39 ==Source frame contents start==
40 #inspected {
41     font-weight: bold;
42 }
43
44 ==Source frame contents end==
45 [expanded] 
46 element.style  { ()
47
48 [expanded] 
49 #inspected  { (disable-propert…y-update.css:1 -> disable-property-workingcopy-update.css:1:1)
50 font-weight: bold;
51
52 [expanded] 
53 div  { (user agent stylesheet)
54 display: block;
55
56
57