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

Unified Diff: LayoutTests/inspector-protocol/css/resources/stylesheet.css

Issue 177963004: DevTools: Split creating inspector stylesheet and adding a new rule into stylesheet in protocol. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 10 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: LayoutTests/inspector-protocol/css/resources/stylesheet.css
diff --git a/LayoutTests/http/tests/inspector/elements/styles/resources/import-added-through-js-crash.css b/LayoutTests/inspector-protocol/css/resources/stylesheet.css
similarity index 58%
copy from LayoutTests/http/tests/inspector/elements/styles/resources/import-added-through-js-crash.css
copy to LayoutTests/inspector-protocol/css/resources/stylesheet.css
index de5afa64732cffd4dcf2a4f1a952cd8ef6cad4ff..ecb910178c67a8899378da1633b45a3be76a8447 100644
--- a/LayoutTests/http/tests/inspector/elements/styles/resources/import-added-through-js-crash.css
+++ b/LayoutTests/inspector-protocol/css/resources/stylesheet.css
@@ -1,3 +1,3 @@
-#imported {
+#inspected {
color: red;
}

Powered by Google App Engine
This is Rietveld 408576698