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

Unified Diff: LayoutTests/inspector-protocol/css/css-edit-range-inline-attr-expected.txt

Issue 172593003: DevTools: [CSS] Add CSS.editRangeInStyleSheetText() to the protocol (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix glitch Created 6 years, 9 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-edit-range-inline-attr-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-edit-range-inline-attr-expected.txt b/LayoutTests/inspector-protocol/css/css-edit-range-inline-attr-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..27c7a513845eb87052228a7545a7f7b54117bd0b
--- /dev/null
+++ b/LayoutTests/inspector-protocol/css/css-edit-range-inline-attr-expected.txt
@@ -0,0 +1,31 @@
+Some red text goes here
+==== Initial style sheet text ====
+color: red; border: 0px;
+
+Running test: testEditProperty
+=== updated STYLE ===
+content: 'EDITED PROPERTY'
+border: 0px
+
+Running test: testBreakingCommentEditProperty
+Expected protocol error: NotFoundError Rule property edit should not damage more then one property.
+
+Running test: testInsertFirstProperty
+=== updated STYLE ===
+content: 'INSERTED PROPERTY'
+color: red
+border: 0px
+
+Running test: testInsertLastProperty
+=== updated STYLE ===
+color: red
+border: 0px
+content: 'INSERTED PROPERTY'
+
+Running test: testInsertMultipleProperties
+=== updated STYLE ===
+color: red
+content: 'INSERTED #1'
+content: 'INSERTED #2'
+border: 0px
+

Powered by Google App Engine
This is Rietveld 408576698