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

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

Issue 2644753002: DevTools: untruncate links on copy (Closed)
Patch Set: reset tests with zero width space Created 3 years, 8 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 }
11 11
12 ==Source frame contents end== 12 ==Source frame contents end==
13 13
14 Running: togglePropertyOff 14 Running: togglePropertyOff
15 15
16 Running: dumpDisabledText 16 Running: dumpDisabledText
17 ==Source frame contents start== 17 ==Source frame contents start==
18 #inspected { 18 #inspected {
19 /* font-weight: bold; */ 19 /* font-weight: bold; */
20 } 20 }
21 21
22 ==Source frame contents end== 22 ==Source frame contents end==
23 [expanded] 23 [expanded]
24 element.style { () 24 element.style { ()
25 25
26 [expanded] 26 [expanded]
27 #inspected { (disable-property-update.css:1 -> disable-property-workingcopy-upd ate.css:1:13) 27 #inspected { (disable-property-update.css:1 -> disable-property-workingcopy-upd ate.css:1:13)
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 Running: togglePropertyOn 35 Running: togglePropertyOn
36 36
37 Running: dumpEnabledText 37 Running: dumpEnabledText
38 ==Source frame contents start== 38 ==Source frame contents start==
39 #inspected { 39 #inspected {
40 font-weight: bold; 40 font-weight: bold;
41 } 41 }
42 42
43 ==Source frame contents end== 43 ==Source frame contents end==
44 [expanded] 44 [expanded]
45 element.style { () 45 element.style { ()
46 46
47 [expanded] 47 [expanded]
48 #inspected { (disable-property-update.css:1 -> disable-property-workingcopy-upd ate.css:1:13) 48 #inspected { (disable-property-update.css:1 -> disable-property-workingcopy-upd ate.css:1:13)
49 font-weight: bold; 49 font-weight: bold;
50 50
51 [expanded] 51 [expanded]
52 div { (user agent stylesheet) 52 div { (user agent stylesheet)
53 display: block; 53 display: block;
54 54
55 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698