Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: LayoutTests/inspector-protocol/shadow-dom-rules-in-styleSheetAddedEvent.html

Issue 653263004: DevTools: CSSAgent::enable should report an error if DOM agent hasn't been enabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698