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

Unified Diff: LayoutTests/inspector/debugger/skip-pauses-until-reload-expected.txt

Issue 60203007: DevTools: Fix disabling all pauses on reload. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/debugger/skip-pauses-until-reload-expected.txt
diff --git a/LayoutTests/inspector/debugger/skip-pauses-until-reload-expected.txt b/LayoutTests/inspector/debugger/skip-pauses-until-reload-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f97575b586784b7a15156405e5820728d822b8d8
--- /dev/null
+++ b/LayoutTests/inspector/debugger/skip-pauses-until-reload-expected.txt
@@ -0,0 +1,27 @@
+CONSOLE MESSAGE: line 10: Begin
+CONSOLE MESSAGE: line 12: Middle: Breakpoint 1
+CONSOLE MESSAGE: line 13: Middle: Breakpoint 2
+CONSOLE ERROR: line 14: Assertion failed!
+CONSOLE ERROR: line 15: Some console.error message
+CONSOLE MESSAGE: line 25: End
+CONSOLE ERROR: line 36: Uncaught Error: error message
+Tests that 'skip all pauses' mode blocks breakpoint and gets cancelled right at page reload.
+
+Debugger was enabled.
+Script source was shown.
+Set up breakpoints.
+Set up to pause on all exceptions.
+Set up DOM breakpoints.
+Set up Event breakpoints.
+Did set up.
+Set timer for test function.
+Script execution paused.
+Call stack:
+ 0) testFunction (skip-pauses-until-reload.html:11)
+Set up to skip all pauses.
+Reloading the page...
+Script execution resumed.
+Page reloaded.
+PASS: Reloaded without hitting breakpoints.
+Debugger was disabled.
+

Powered by Google App Engine
This is Rietveld 408576698