Index: LayoutTests/inspector-protocol/css/css-set-property-text.html |
diff --git a/LayoutTests/inspector-protocol/css/css-set-property-text.html b/LayoutTests/inspector-protocol/css/css-set-property-text.html |
index bd9ba224c0c139b5c68163c6fa7f9353215075a1..0d0ddacc77a8d7a1e0b556aedbce271f08f2815e 100644 |
--- a/LayoutTests/inspector-protocol/css/css-set-property-text.html |
+++ b/LayoutTests/inspector-protocol/css/css-set-property-text.html |
@@ -6,6 +6,7 @@ |
function test() |
{ |
InspectorTest.eventHandler["CSS.styleSheetAdded"] = styleSheetAdded; |
+ InspectorTest.sendCommandOrDie("DOM.enable", {}); |
InspectorTest.sendCommandOrDie("CSS.enable", {}); |
var setPropertyText; |