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

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

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 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
OLDNEW
1 Tests that style property disablement is propagated into the stylesheet UISource Code working copy. 1 Tests that style property disablement is propagated into the stylesheet UISource Code working copy.
2 2
3 3
4 Running: selectContainer 4 Running: selectContainer
5 5
6 Running: showEditor 6 Running: showEditor
7 ==Source frame contents start== 7 ==Source frame contents start==
8 #inspected { 8 #inspected {
9 font-weight: bold; 9 font-weight: bold;
10 } 10 }
(...skipping 14 matching lines...) Expand all
25 25
26 [expanded] 26 [expanded]
27 #inspected { (disable-propert…y-update.css:1 -> disable-property-workingcopy-up date.css:1:1) 27 #inspected { (disable-propert…y-update.css:1 -> disable-property-workingcopy-up date.css:1:1)
28 /-- overloaded --/ /-- disabled --/ /* font-weight: bold; */ 28 /-- overloaded --/ /-- disabled --/ /* font-weight: bold; */
29 29
30 [expanded] 30 [expanded]
31 div { (user agent stylesheet) 31 div { (user agent stylesheet)
32 display: block; 32 display: block;
33 33
34 34
35
36 Running: togglePropertyOn 35 Running: togglePropertyOn
37 36
38 Running: dumpEnabledText 37 Running: dumpEnabledText
39 ==Source frame contents start== 38 ==Source frame contents start==
40 #inspected { 39 #inspected {
41 font-weight: bold; 40 font-weight: bold;
42 } 41 }
43 42
44 ==Source frame contents end== 43 ==Source frame contents end==
45 [expanded] 44 [expanded]
46 element.style { () 45 element.style { ()
47 46
48 [expanded] 47 [expanded]
49 #inspected { (disable-propert…y-update.css:1 -> disable-property-workingcopy-up date.css:1:1) 48 #inspected { (disable-propert…y-update.css:1 -> disable-property-workingcopy-up date.css:1:1)
50 font-weight: bold; 49 font-weight: bold;
51 50
52 [expanded] 51 [expanded]
53 div { (user agent stylesheet) 52 div { (user agent stylesheet)
54 display: block; 53 display: block;
55 54
56 55
57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698