OLD | NEW |
| (Empty) |
1 Tests that style property disablement is propagated into the stylesheet UISource
Code 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-up
date.css:1:1) | |
28 /-- overloaded --/ /-- disabled --/ /* font-weight: bold; */ | |
29 | |
30 [expanded] | |
31 div { (user agent stylesheet) | |
32 display: block; | |
33 | |
34 | |
35 Running: togglePropertyOn | |
36 | |
37 Running: dumpEnabledText | |
38 ==Source frame contents start== | |
39 #inspected { | |
40 font-weight: bold; | |
41 } | |
42 | |
43 ==Source frame contents end== | |
44 [expanded] | |
45 element.style { () | |
46 | |
47 [expanded] | |
48 #inspected { (disable-propert…y-update.css:1 -> disable-property-workingcopy-up
date.css:1:1) | |
49 font-weight: bold; | |
50 | |
51 [expanded] | |
52 div { (user agent stylesheet) | |
53 display: block; | |
54 | |
55 | |
OLD | NEW |