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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-resource-referred-by-multiple-styletags-expected.txt

Issue 2893523002: DevTools: make StyleSourceMapping in charge of managing UISourceCodes (Closed)
Patch Set: address comments Created 3 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
OLDNEW
1 Tests that editing sourcecode which is referred by multiple stylesheets (via sou rceURL comment) updates all stylesheets. 1 Tests that editing sourcecode which is referred by multiple stylesheets (via sou rceURL comment) updates all stylesheets.
2 2
3 Inspected node 3 Inspected node
4 [expanded]
5 element.style { ()
6 4
7 [expanded] 5 Headers count: 3
8 #inspected { (stylesheet.css:2 -> stylesheet.css:2:13)
9 font-size: 2em;
10 6
11 [expanded] 7 Running: Make edits with Sources Panel
12 #inspected { (stylesheet.css:2 -> stylesheet.css:2:13) 8 Both headers and uiSourceCode content:
13 /-- overloaded --/ font-size: 2em; 9 div{color:EDITED;}
14
15 [expanded]
16 #inspected { (stylesheet.css:2 -> stylesheet.css:2:13)
17 /-- overloaded --/ font-size: 2em;
18
19 [expanded]
20 div { (user agent stylesheet)
21 display: block;
22 10
23 11
12 Running: Make edits via css model
13 Both headers and uiSourceCode content:
14 * { --foo: "bar" }
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698