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

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

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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]
(...skipping 30 matching lines...) Expand all
41 element.style { () 41 element.style { ()
42 42
43 [expanded] 43 [expanded]
44 .class-1.class-2.class-3 { (inspector-stylesheet:9 -> inspector-stylesheet:9:1) 44 .class-1.class-2.class-3 { (inspector-stylesheet:9 -> inspector-stylesheet:9: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 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698