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

Side by Side Diff: LayoutTests/inspector/elements/styles-1/add-new-rule-with-style-after-body-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 when there is a STYLE element after BODY. TIM EOUT SHOULD NOT OCCUR! Bug 111299 1 Tests that adding a new rule works when there is a STYLE element after BODY. TIM EOUT SHOULD NOT OCCUR! Bug 111299
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] [no-affect] 9 [expanded] [no-affect]
10 inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:1) 10 inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
11 color: maroon; 11 color: maroon;
12 : ; 12 : ;
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698