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

Unified Diff: LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html

Issue 1181213007: DevTools: introduce CSS.setStyleText, we'll migrate setPropertyText to it later. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed 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/inspector-protocol/css/css-set-inline-styleSheetText.html
diff --git a/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html b/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html
index f6adbcff1dea1584c9a6f7a5194e61e798d72ca9..914f627deba25b6e14f7fea8162eb3ac7ab5557f 100644
--- a/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html
+++ b/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html
@@ -6,7 +6,8 @@
function test()
{
var inlineStyleSheetId;
- function sendCommand(command, properties, callback) {
+ function sendCommand(command, properties, callback)
lushnikov 2015/06/18 13:34:49 you can remove this and use sendCommandOrDie
pfeldman 2015/06/18 16:38:55 Done.
+ {
InspectorTest.sendCommand(command, properties || {}, commandCallback);
function commandCallback(msg)
{

Powered by Google App Engine
This is Rietveld 408576698