| Index: LayoutTests/inspector-protocol/css/css-set-rule-selector.html
|
| diff --git a/LayoutTests/inspector-protocol/css/css-set-rule-selector.html b/LayoutTests/inspector-protocol/css/css-set-rule-selector.html
|
| index ab0110931cb2868282a61d8d6187f583a30d6f39..753de015cab86ceac877d1dfaab4f361dfdbc95a 100644
|
| --- a/LayoutTests/inspector-protocol/css/css-set-rule-selector.html
|
| +++ b/LayoutTests/inspector-protocol/css/css-set-rule-selector.html
|
| @@ -6,6 +6,7 @@
|
| function test()
|
| {
|
| InspectorTest.eventHandler["CSS.styleSheetAdded"] = styleSheetAdded;
|
| + InspectorTest.sendCommandOrDie("DOM.enable", {});
|
| InspectorTest.sendCommandOrDie("CSS.enable", {});
|
|
|
| var setRuleSelector;
|
|
|