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

Unified Diff: LayoutTests/inspector-protocol/css/css-set-rule-selector.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/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;

Powered by Google App Engine
This is Rietveld 408576698