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

Unified Diff: LayoutTests/inspector/agents-enable-disable-expected.txt

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/agents-enable-disable-expected.txt
diff --git a/LayoutTests/inspector/agents-enable-disable-expected.txt b/LayoutTests/inspector/agents-enable-disable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..44b4f087036c4a68c7e8a68e932f3d206c5c8597
--- /dev/null
+++ b/LayoutTests/inspector/agents-enable-disable-expected.txt
@@ -0,0 +1,75 @@
+Test that each agent could be enabled/disabled separately.
+
+CSS.disable finished successfully
+Canvas.disable finished successfully
+Console.disable finished successfully
+DOM.disable finished successfully
+DOMStorage.disable finished successfully
+Database.disable finished successfully
+Debugger.disable finished successfully
+FileSystem.disable finished successfully
+HeapProfiler.disable finished successfully
+IndexedDB.disable finished successfully
+Inspector.disable finished successfully
+LayerTree.disable finished successfully
+Network.disable finished successfully
+Page.disable finished successfully
+Profiler.disable finished successfully
+Runtime.disable finished successfully
+Timeline.disable finished successfully
+Worker.disable finished successfully
+
+CSS.enable finished with error DOM agent needs to be enabled first.
+CSS.disable finished successfully
+
+Canvas.enable finished successfully
+Canvas.disable finished successfully
+
+Console.enable finished successfully
+Console.disable finished successfully
+
+DOM.enable finished successfully
+DOM.disable finished successfully
+
+DOMStorage.enable finished successfully
+DOMStorage.disable finished successfully
+
+Database.enable finished successfully
+Database.disable finished successfully
+
+Debugger.enable finished successfully
+Debugger.disable finished successfully
+
+FileSystem.enable finished successfully
+FileSystem.disable finished successfully
+
+HeapProfiler.enable finished successfully
+HeapProfiler.disable finished successfully
+
+IndexedDB.enable finished successfully
+IndexedDB.disable finished successfully
+
+Inspector.enable finished successfully
+Inspector.disable finished successfully
+
+LayerTree.enable finished successfully
+LayerTree.disable finished successfully
+
+Network.enable finished successfully
+Network.disable finished successfully
+
+Page.enable finished successfully
+Page.disable finished successfully
+
+Profiler.enable finished successfully
+Profiler.disable finished successfully
+
+Runtime.enable finished successfully
+Runtime.disable finished successfully
+
+Timeline.enable finished successfully
+Timeline.disable finished successfully
+
+Worker.enable finished successfully
+Worker.disable finished successfully
+

Powered by Google App Engine
This is Rietveld 408576698