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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-2-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698