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

Unified Diff: LayoutTests/inspector-protocol/stylesheet-tracking-restart.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/stylesheet-tracking-restart.html
diff --git a/LayoutTests/inspector-protocol/stylesheet-tracking-restart.html b/LayoutTests/inspector-protocol/stylesheet-tracking-restart.html
index 37f486194e11e493349139e68a7273efa817ba8c..f876a610ea81bd7acd47d91d11bdb14aa012f10f 100644
--- a/LayoutTests/inspector-protocol/stylesheet-tracking-restart.html
+++ b/LayoutTests/inspector-protocol/stylesheet-tracking-restart.html
@@ -77,6 +77,7 @@ function test()
}
InspectorTest.log("Enabling CSS domain.");
+ InspectorTest.sendCommandOrDie("DOM.enable", {});
InspectorTest.sendCommand("CSS.enable", {}, wasEnabled);
function wasEnabled()

Powered by Google App Engine
This is Rietveld 408576698