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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2-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 links are updated properly when editing selector. 1 Tests that links are updated properly when editing selector.
2 2
3 Red text here. 3 Red text here.
4 4
5 Running: selectInitialNode 5 Running: selectInitialNode
6 6
7 Running: testEditSelector 7 Running: testEditSelector
8 8
9 9
10 #### AFTER SELECTOR EDIT #### 10 #### AFTER SELECTOR EDIT ####
11 11
12 12
13 [expanded] 13 [expanded]
14 element.style { () 14 element.style { ()
15 15
16 [expanded] 16 [expanded]
17 @media (min-device-width: 1px) 17 @media (min-device-width: 1px)
18 .should-change { (styles-update-links.css:11 -> styles-update-links.css:11:5) 18 .should-change { (styles-update-links.css:11 -> styles-update-links.css:11:21)
19 font-family: monospace; 19 font-family: monospace;
20 20
21 [expanded] 21 [expanded]
22 .should-change { (styles-update-links.css:7 -> styles-update-links.css:7:89) 22 .should-change { (styles-update-links.css:7 -> styles-update-links.css:7:105)
23 position: relative; 23 position: relative;
24 margin: 1em; 24 margin: 1em;
25 25
26 [expanded] 26 [expanded]
27 .should-change, .INSERTED-OTHER-SELECTOR { (styles-update-links.css:7 -> styles- update-links.css:7:19) 27 .should-change, .INSERTED-OTHER-SELECTOR { (styles-update-links.css:7 -> styles- update-links.css:7:61)
28 border: 1px solid black; 28 border: 1px solid black;
29 29
30 [expanded] 30 [expanded]
31 .should-change { (styles-update-links.css:6 -> styles-update-links.css:6:3) 31 .should-change { (styles-update-links.css:6 -> styles-update-links.css:6:19)
32 color: red; 32 color: red;
33 33
34 [expanded] 34 [expanded]
35 .left-intact { (styles-update-links.css:4 -> styles-update-links.css:4:1) 35 .left-intact { (styles-update-links.css:4 -> styles-update-links.css:4:15)
36 padding: 1em; 36 padding: 1em;
37 37
38 [expanded] 38 [expanded]
39 .left-intact { (styles-update-links.css:1 -> styles-update-links.css:1:1) 39 .left-intact { (styles-update-links.css:1 -> styles-update-links.css:1:15)
40 box-sizing: border-box; 40 box-sizing: border-box;
41 41
42 [expanded] 42 [expanded]
43 .left-intact { (styles-update-links-2.css:19 -> styles-update-links-2.css:19:1) 43 .left-intact { (styles-update-links-2.css:19 -> styles-update-links-2.css:19:15)
44 line-height: 1; 44 line-height: 1;
45 45
46 [expanded] 46 [expanded]
47 div { (user agent stylesheet) 47 div { (user agent stylesheet)
48 display: block; 48 display: block;
49 49
50 4 rule ranges are equal. 50 4 rule ranges are equal.
51 4 rule ranges are equal. 51 4 rule ranges are equal.
52 4 rule ranges are equal. 52 4 rule ranges are equal.
53 3 rule ranges are equal. 53 3 rule ranges are equal.
54 3 rule ranges are equal. 54 3 rule ranges are equal.
55 3 rule ranges are equal. 55 3 rule ranges are equal.
56 3 rule ranges are equal. 56 3 rule ranges are equal.
57 0 rule ranges are equal. 57 0 rule ranges are equal.
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698