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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles/undo-set-selector-text-expected.txt

Issue 2543323003: DevTools: [SSP] make rule link to point to the style open bracket (Closed)
Patch Set: rebaseline Created 4 years 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:13)
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 === After selector modification === 15 === After selector modification ===
16 [expanded] 16 [expanded]
17 element.style { () 17 element.style { ()
18 18
19 [expanded] 19 [expanded]
20 #inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.ht ml:4:13) 20 #inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.ht ml:4:21)
21 color: green; 21 color: green;
22 22
23 [expanded] 23 [expanded]
24 div { (user agent stylesheet) 24 div { (user agent stylesheet)
25 display: block; 25 display: block;
26 26
27 === After undo === 27 === After undo ===
28 [expanded] 28 [expanded]
29 element.style { () 29 element.style { ()
30 30
31 [expanded] 31 [expanded]
32 #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:13)
33 color: green; 33 color: green;
34 34
35 [expanded] 35 [expanded]
36 div { (user agent stylesheet) 36 div { (user agent stylesheet)
37 display: block; 37 display: block;
38 38
39 === After redo === 39 === After redo ===
40 [expanded] 40 [expanded]
41 element.style { () 41 element.style { ()
42 42
43 [expanded] 43 [expanded]
44 #inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.ht ml:4:13) 44 #inspected, #other { (undo-set-selector-text.html:4 -> undo-set-selector-text.ht ml:4:21)
45 color: green; 45 color: green;
46 46
47 [expanded] 47 [expanded]
48 div { (user agent stylesheet) 48 div { (user agent stylesheet)
49 display: block; 49 display: block;
50 50
51 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698