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

Unified Diff: LayoutTests/inspector-protocol/css/css-get-media-queries.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-get-media-queries.html
diff --git a/LayoutTests/inspector-protocol/css/css-get-media-queries.html b/LayoutTests/inspector-protocol/css/css-get-media-queries.html
index 7299a0213a1f01de3f0eb73a74230194f6808b4f..bd653d4988c62265540d3ad0d386d7f8b8e08ada 100644
--- a/LayoutTests/inspector-protocol/css/css-get-media-queries.html
+++ b/LayoutTests/inspector-protocol/css/css-get-media-queries.html
@@ -4,6 +4,7 @@
<script type="text/javascript">
function test()
{
+ InspectorTest.sendCommandOrDie("DOM.enable", {});
InspectorTest.sendCommandOrDie("CSS.enable", {}, onCSSEnabled);
function onCSSEnabled()

Powered by Google App Engine
This is Rietveld 408576698