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

Unified Diff: LayoutTests/inspector-protocol/css/css-replace-range-expected.txt

Issue 172593003: DevTools: [CSS] Add CSS.editRangeInStyleSheetText() to the protocol (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-replace-range-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-replace-range-expected.txt b/LayoutTests/inspector-protocol/css/css-replace-range-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6d93be9fbf98fb467a41981e60869882af6ad6b7
--- /dev/null
+++ b/LayoutTests/inspector-protocol/css/css-replace-range-expected.txt
@@ -0,0 +1,17 @@
+==== Initial style sheet text ====
+
+div {
+ color: red;
+}
+
+
+==== Changed style sheet text ====
+* { border: 1px }
+p, span:hover {
+ background-color: blue;
+ font-size: 12px;
+}
+* { box-sizing: border-box; }
+
+
+

Powered by Google App Engine
This is Rietveld 408576698