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

Unified Diff: LayoutTests/http/tests/inspector-protocol/css-protocol-test.js

Issue 1181213007: DevTools: introduce CSS.setStyleText, we'll migrate setPropertyText to it later. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/http/tests/inspector-protocol/css-protocol-test.js
diff --git a/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js b/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
index b5c7f14346efef0898c88863f2a70ef29ac284a9..d74e6860d090458fc52d3a9b2276a98edd6a9ec6 100644
--- a/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
+++ b/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
@@ -39,6 +39,7 @@ function updateStyleSheetRange(command, styleSheetId, expectError, options, call
InspectorTest.setPropertyText = updateStyleSheetRange.bind(null, "CSS.setPropertyText");
InspectorTest.setRuleSelector = updateStyleSheetRange.bind(null, "CSS.setRuleSelector");
+InspectorTest.setStyleText = updateStyleSheetRange.bind(null, "CSS.setStyleText");
InspectorTest.setMediaText = updateStyleSheetRange.bind(null, "CSS.setMediaText");
InspectorTest.addRule = updateStyleSheetRange.bind(null, "CSS.addRule");

Powered by Google App Engine
This is Rietveld 408576698