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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-resource-referred-by-multiple-styletags-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-resource-referred-by-multiple-styletags-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-resource-referred-by-multiple-styletags-expected.txt
index d10a39872e2ecfd8612b539e85d4989293aafc0a..392ad45de907a7e260ec72f6bcdaec4d1d4f31b3 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-resource-referred-by-multiple-styletags-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-resource-referred-by-multiple-styletags-expected.txt
@@ -1,23 +1,15 @@
Tests that editing sourcecode which is referred by multiple stylesheets (via sourceURL comment) updates all stylesheets.
Inspected node
-[expanded]
-element.style { ()
-[expanded]
-#inspected { (stylesheet.css:2 -> stylesheet.css:2:13)
- font-size: 2em;
+Headers count: 3
-[expanded]
-#inspected { (stylesheet.css:2 -> stylesheet.css:2:13)
-/-- overloaded --/ font-size: 2em;
+Running: Make edits with Sources Panel
+Both headers and uiSourceCode content:
+div{color:EDITED;}
-[expanded]
-#inspected { (stylesheet.css:2 -> stylesheet.css:2:13)
-/-- overloaded --/ font-size: 2em;
-
-[expanded]
-div { (user agent stylesheet)
- display: block;
+Running: Make edits via css model
+Both headers and uiSourceCode content:
+* { --foo: "bar" }

Powered by Google App Engine
This is Rietveld 408576698