Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / stylesheet-tracking-restart.html
index 37f4861..f876a61 100644 (file)
@@ -77,6 +77,7 @@ function test()
         }
 
         InspectorTest.log("Enabling CSS domain.");
+        InspectorTest.sendCommandOrDie("DOM.enable", {});
         InspectorTest.sendCommand("CSS.enable", {}, wasEnabled);
 
         function wasEnabled()