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

Side by Side Diff: LayoutTests/inspector/elements/styles-3/styles-add-new-rule-colon-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 10 matching lines...) Expand all
21 color: red; 21 color: red;
22 22
23 [expanded] 23 [expanded]
24 div#other { (inspector-stylesheet:5 -> inspector-stylesheet:5:1) 24 div#other { (inspector-stylesheet:5 -> inspector-stylesheet:5:1)
25 25
26 [expanded] 26 [expanded]
27 div { (user agent stylesheet) 27 div { (user agent stylesheet)
28 display: block; 28 display: block;
29 29
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698