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

Side by Side Diff: LayoutTests/inspector/elements/styles/undo-set-selector-text-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 setting selector text can be undone. 1 Tests that setting selector text can be undone.
2 2
3 === Before selector modification === 3 === Before selector modification ===
4 [expanded] 4 [expanded]
5 element.style { () 5 element.style { ()
6 6
7 [expanded] 7 [expanded]
8 #inspected { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:1) 8 #inspected { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:1)
9 color: green; 9 color: green;
10 10
11 [expanded] 11 [expanded]
12 div { (user agent stylesheet) 12 div { (user agent stylesheet)
13 display: block; 13 display: block;
14 14
15
16 === After selector modification === 15 === After selector modification ===
17 [expanded] 16 [expanded]
18 element.style { () 17 element.style { ()
19 18
20 [expanded] 19 [expanded]
21 #inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.h tml:4:13) 20 #inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.h tml:4:13)
22 color: green; 21 color: green;
23 22
24 [expanded] 23 [expanded]
25 div { (user agent stylesheet) 24 div { (user agent stylesheet)
26 display: block; 25 display: block;
27 26
28
29 === After undo === 27 === After undo ===
30 [expanded] 28 [expanded]
31 element.style { () 29 element.style { ()
32 30
33 [expanded] 31 [expanded]
34 #inspected { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:1) 32 #inspected { (undo-set-selector-text.html:4 -> undo-set-selector-text.html:4:1)
35 color: green; 33 color: green;
36 34
37 [expanded] 35 [expanded]
38 div { (user agent stylesheet) 36 div { (user agent stylesheet)
39 display: block; 37 display: block;
40 38
41
42 === After redo === 39 === After redo ===
43 [expanded] 40 [expanded]
44 element.style { () 41 element.style { ()
45 42
46 [expanded] 43 [expanded]
47 #inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.h tml:4:13) 44 #inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.h tml:4:13)
48 color: green; 45 color: green;
49 46
50 [expanded] 47 [expanded]
51 div { (user agent stylesheet) 48 div { (user agent stylesheet)
52 display: block; 49 display: block;
53 50
54 51
55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698