Index: LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html |
diff --git a/LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html b/LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html |
index b3be764d7c5d887989d475da9cd80081e1263944..efc2c4280b2e959d25a8ecd49bf161491ab8dbfb 100644 |
--- a/LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html |
+++ b/LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html |
@@ -14,6 +14,7 @@ function pageLoaded() |
function test() |
{ |
InspectorTest.eventHandler["CSS.styleSheetAdded"] = styleSheetAdded; |
+ InspectorTest.sendCommandOrDie("DOM.enable", {}); |
InspectorTest.sendCommand("CSS.enable", {}, null); |
function styleSheetAdded(msg) |