Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: LayoutTests/inspector/elements/styles/disable-property-workingcopy-update-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698