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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/undo-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 can be undone. 1 Tests that adding a new rule can be undone.
2 2
3 Text 3 Text
4 After adding new rule: 4 After adding new rule:
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 div.foo { (inspector-stylesheet:3 -> inspector-stylesheet:3:1) 10 div.foo { (inspector-stylesheet:3 -> inspector-stylesheet:3:1)
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 [expanded] 50 [expanded]
51 div { (user agent stylesheet) 51 div { (user agent stylesheet)
52 display: block; 52 display: block;
53 53
54 ===== Style sheet text: ===== 54 ===== Style sheet text: =====
55 div.foo {} 55 div.foo {}
56 56
57 div.foo {} 57 div.foo {}
58 ============================= 58 =============================
59 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698