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

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: Added protocol test 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/css2.1/20110323/support/at-import-001.css b/LayoutTests/inspector-protocol/css/resources/stylesheet.css
similarity index 53%
copy from LayoutTests/css2.1/20110323/support/at-import-001.css
copy to LayoutTests/inspector-protocol/css/resources/stylesheet.css
index 6d6f9cbea9ac0987b23bfa8ec53aff77c602c2c8..a23a51cf71372a21222e1e6f6695c475b4470d8d 100644
--- a/LayoutTests/css2.1/20110323/support/at-import-001.css
+++ b/LayoutTests/inspector-protocol/css/resources/stylesheet.css
@@ -1,4 +1,3 @@
-div
-{
- color: red;
+#inspected {
+ color: red;
}

Powered by Google App Engine
This is Rietveld 408576698