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

Unified Diff: LayoutTests/inspector-protocol/debugger/debugger-setEventListenerBreakpoint-expected.txt

Issue 1129473003: DevTools: respond with error when Debugger command is sent to disabled debugger agent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 7 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/debugger/debugger-setEventListenerBreakpoint-expected.txt
diff --git a/LayoutTests/inspector-protocol/debugger/debugger-setEventListenerBreakpoint-expected.txt b/LayoutTests/inspector-protocol/debugger/debugger-setEventListenerBreakpoint-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..85cd1b91eea1112e46e1de81859406b0ff37afbf
--- /dev/null
+++ b/LayoutTests/inspector-protocol/debugger/debugger-setEventListenerBreakpoint-expected.txt
@@ -0,0 +1,7 @@
+PASS: Debugger was enabled
+Error on attempt to set event listener breakpoint when DOM is disabled: DOM domain required by DOMDebugger is not enabled
+PASS: DOM was enabled
+PASS: Listener was set.
+PASS: DOM agent was disabled successfully.
+PASS: The second attempt to disable DOM agent failed as expected.
+

Powered by Google App Engine
This is Rietveld 408576698