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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-add-new-rule-expected.txt

Issue 2146233003: DevTools: [SSP] render selectors effectively (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename method Created 4 years, 5 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 adding a new rule works after switching nodes. 1 Tests that adding a new rule works after switching nodes.
2 2
3 Text 3 Text
4 After adding new rule (inspected): 4 After adding new rule (inspected):
5 [expanded] 5 [expanded]
6 element.style { () 6 element.style { ()
7 font-size: 12px; 7 font-size: 12px;
8 8
9 [expanded] 9 [expanded]
10 foo, [$div#inspected$], bar { (inspector-stylesheet:1 -> inspector-stylesheet:1: 6) 10 foo, [$div#inspected, $]bar { (inspector-stylesheet:1 -> inspector-stylesheet:1: 6)
11 color: maroon; 11 color: maroon;
12 12
13 [expanded] 13 [expanded]
14 [$div$] { (user agent stylesheet) 14 [$div$] { (user agent stylesheet)
15 display: block; 15 display: block;
16 16
17 After adding new rule (other): 17 After adding new rule (other):
18 [expanded] 18 [expanded]
19 element.style { () 19 element.style { ()
20 color: red; 20 color: red;
(...skipping 20 matching lines...) Expand all
41 41
42 [expanded] 42 [expanded]
43 .class-1.class-2.class-3 { (inspector-stylesheet:9 -> inspector-stylesheet:9:1) 43 .class-1.class-2.class-3 { (inspector-stylesheet:9 -> inspector-stylesheet:9:1)
44 44
45 [expanded] 45 [expanded]
46 div { (user agent stylesheet) 46 div { (user agent stylesheet)
47 display: block; 47 display: block;
48 48
49 Revision added: inspector-stylesheet 49 Revision added: inspector-stylesheet
50 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698