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

Side by Side Diff: LayoutTests/inspector/elements/styles/edit-inspector-stylesheet-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 creates inspector stylesheet resource and allows it s live editing. 1 Tests that adding a new rule creates inspector stylesheet resource and allows it s live editing.
2 2
3 Text 3 Text
4 Inspector stylesheet URL: inspector-stylesheet 4 Inspector stylesheet URL: inspector-stylesheet
5 Inspector stylesheet content: 5 Inspector stylesheet content:
6 #inspected {} 6 #inspected {}
7 7
8 Setting new content 8 Setting new content
9 Inspector stylesheet content: 9 Inspector stylesheet content:
10 #inspected { background-color: green; } 10 #inspected { background-color: green; }
11 [expanded] 11 [expanded]
12 element.style { () 12 element.style { ()
13 13
14 [expanded] 14 [expanded]
15 #inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:1) 15 #inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
16 background-color: green; 16 background-color: green;
17 17
18 [expanded] 18 [expanded]
19 div { (user agent stylesheet) 19 div { (user agent stylesheet)
20 display: block; 20 display: block;
21 21
22 22
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698