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

Side by Side Diff: LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt

Issue 201363002: DevTools: defer styles delta calculation to until the end of the task. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
4 After adding new rule: 3 After adding new rule:
5 [expanded] 4 [expanded]
6 element.style { () 5 element.style { ()
7 font-size: 12px;
8 6
9 [expanded] [no-affect] 7 [expanded] [no-affect]
10 inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:1) 8 inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
11 color: maroon; 9 color: maroon;
12 : ; 10 : ;
13 11
14 [expanded] 12 [expanded]
15 div { (user agent stylesheet) 13 body { (user agent stylesheet)
16 display: block; 14 display: block;
15 margin: 8px;
17 16
18 17
19 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698