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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-links-1-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 inserting a new property.
2
3 Red text here.
4
5 Running: selectInitialNode
6
7 Running: testInsertProperty
8 [expanded]
9 element.style { ()
10
11 [expanded]
12 @media (min-device-width: 1px)
13 .should-change { (styles-update-links.css:11 -> styles-update-links.css:11:5)
14 font-family: monospace;
15
16 [expanded]
17 .should-change { (styles-update-links.css:7 -> styles-update-links.css:7:63)
18 position: relative;
19 margin: 1em;
20
21 [expanded]
22 .should-change { (styles-update-links.css:7 -> styles-update-links.css:7:19)
23 border: 1px solid black;
24
25 [expanded]
26 .should-change { (styles-update-links.css:6 -> styles-update-links.css:6:3)
27 color: red;
28
29 [expanded]
30 .left-intact { (styles-update-links.css:4 -> styles-update-links.css:4:1)
31 padding: 1em;
32
33 [expanded]
34 .left-intact { (styles-update-links.css:1 -> styles-update-links.css:1:1)
35 box-sizing: border-box;
36
37 [expanded]
38 .left-intact { (styles-update-links-2.css:19 -> styles-update-links-2.css:19:1)
39 line-height: 1;
40
41 [expanded]
42 div { (user agent stylesheet)
43 display: block;
44
45
46
47 #### AFTER PROPERTY INSERTION ####
48
49
50 [expanded]
51 element.style { ()
52
53 [expanded]
54 @media (min-device-width: 1px)
55 .should-change { (styles-update-links.css:13 -> styles-update-links.css:13:5)
56 font-family: monospace;
57
58 [expanded]
59 .should-change { (styles-update-links.css:9 -> styles-update-links.css:9:51)
60 position: relative;
61 margin: 1em;
62
63 [expanded]
64 .should-change { (styles-update-links.css:9 -> styles-update-links.css:9:7)
65 border: 1px solid black;
66
67 [expanded]
68 .should-change { (styles-update-links.css:6 -> styles-update-links.css:6:3)
69 color: red;
70 /-- overloaded --/ PROPERTY: INSERTED;
71
72 [expanded]
73 .left-intact { (styles-update-links.css:4 -> styles-update-links.css:4:1)
74 padding: 1em;
75
76 [expanded]
77 .left-intact { (styles-update-links.css:1 -> styles-update-links.css:1:1)
78 box-sizing: border-box;
79
80 [expanded]
81 .left-intact { (styles-update-links-2.css:19 -> styles-update-links-2.css:19:1)
82 line-height: 1;
83
84 [expanded]
85 div { (user agent stylesheet)
86 display: block;
87
88 4 rule ranges are equal.
89 4 rule ranges are equal.
90 3 rule ranges are equal.
91 4 rule ranges are equal.
92 3 rule ranges are equal.
93 3 rule ranges are equal.
94 3 rule ranges are equal.
95 0 rule ranges are equal.
96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698