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

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: win fixed 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
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/css/css-set-inline-style-text.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 69daa91907d52117208cd839efa0a2b53a36e81a..eddb230d441c1f98aff520aeac526b4eccbbe75b 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");
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/css/css-set-inline-style-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698