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

Unified Diff: LayoutTests/inspector-protocol/css/css-set-property-text.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-property-text.html
diff --git a/LayoutTests/inspector-protocol/css/css-set-property-text.html b/LayoutTests/inspector-protocol/css/css-set-property-text.html
index bd9ba224c0c139b5c68163c6fa7f9353215075a1..0d0ddacc77a8d7a1e0b556aedbce271f08f2815e 100644
--- a/LayoutTests/inspector-protocol/css/css-set-property-text.html
+++ b/LayoutTests/inspector-protocol/css/css-set-property-text.html
@@ -6,6 +6,7 @@
function test()
{
InspectorTest.eventHandler["CSS.styleSheetAdded"] = styleSheetAdded;
+ InspectorTest.sendCommandOrDie("DOM.enable", {});
InspectorTest.sendCommandOrDie("CSS.enable", {});
var setPropertyText;

Powered by Google App Engine
This is Rietveld 408576698