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

Unified Diff: LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt

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/css-create-stylesheet-and-add-rule-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt b/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4a4e46bbaee0908645b30696771c2097c509d433
--- /dev/null
+++ b/LayoutTests/inspector-protocol/css/css-create-stylesheet-and-add-rule-expected.txt
@@ -0,0 +1,25 @@
+Inspected contents
+Style sheet added: regular (stylesheet.css)
+Dumping matched rules:
+*#inspected* { regular (stylesheet.css)
+ color: red;
+}
+Adding a rule to the existing stylesheet.
+Dumping matched rules:
+*#inspected* { regular (stylesheet.css)
+ color: red;
+}
+*#inspected* { regular (stylesheet.css)
+}
+Creating inspector stylesheet.
+Style sheet added: inspector
+Adding a rule to the inspector stylesheet.
+Dumping matched rules:
+*#inspected* { regular (stylesheet.css)
+ color: red;
+}
+*#inspected* { regular (stylesheet.css)
+}
+*#inspected* { inspector
+}
+

Powered by Google App Engine
This is Rietveld 408576698