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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-inspector-stylesheet-expected.txt

Issue 2543323003: DevTools: [SSP] make rule link to point to the style open bracket (Closed)
Patch Set: rebaseline Created 4 years 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:13)
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698