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

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

Issue 441873010: DevTools: [SSP] Implement adding new rule in user stylesheet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix compilation error Created 6 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 | Annotate | Revision Log
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 Revision added: inspector-stylesheet 4 Revision added: inspector-stylesheet
5 After adding new rule (inspected): 5 After adding new rule (inspected):
6 [expanded] 6 [expanded]
7 element.style { () 7 element.style { ()
8 font-size: 12px; 8 font-size: 12px;
9 9
10 [expanded] 10 [expanded]
11 foo, [$div#inspected$], bar { (inspector-stylesheet:1 -> inspector-stylesheet:1 :6) 11 foo, [$div#inspected$], bar { (inspector-stylesheet:1 -> inspector-stylesheet:1 :6)
12 color: maroon; 12 color: maroon;
13 13
14 [expanded] 14 [expanded]
15 [$div$] { (user agent stylesheet) 15 [$div$] { (user agent stylesheet)
16 display: block; 16 display: block;
17 17
18 18
19 After adding new rule (other): 19 After adding new rule (other):
20 [expanded] 20 [expanded]
21 element.style { () 21 element.style { ()
22 color: red; 22 color: red;
23 23
24 [expanded] 24 [expanded]
25 div#other { (inspector-stylesheet:4 -> inspector-stylesheet:4:1) 25 div#other { (inspector-stylesheet:5 -> inspector-stylesheet:5:1)
26 26
27 [expanded] 27 [expanded]
28 div { (user agent stylesheet) 28 div { (user agent stylesheet)
29 display: block; 29 display: block;
30 30
31 31
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698