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

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

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 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
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
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698