Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / css / css-set-rule-selector.html
index ab01109..753de01 100644 (file)
@@ -6,6 +6,7 @@
 function test()
 {
     InspectorTest.eventHandler["CSS.styleSheetAdded"] = styleSheetAdded;
+    InspectorTest.sendCommandOrDie("DOM.enable", {});
     InspectorTest.sendCommandOrDie("CSS.enable", {});
 
     var setRuleSelector;