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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 10: Begin
2 CONSOLE MESSAGE: line 12: Middle: Breakpoint 1
3 CONSOLE MESSAGE: line 13: Middle: Breakpoint 2
4 CONSOLE ERROR: line 14: Assertion failed!
5 CONSOLE ERROR: line 15: Some console.error message
6 CONSOLE MESSAGE: line 25: End
7 CONSOLE ERROR: line 36: Uncaught Error: error message
8 Tests that 'skip all pauses' mode blocks breakpoint and gets cancelled right at page reload.
9
10 Debugger was enabled.
11 Script source was shown.
12 Set up breakpoints.
13 Set up to pause on all exceptions.
14 Set up DOM breakpoints.
15 Set up Event breakpoints.
16 Did set up.
17 Set timer for test function.
18 Script execution paused.
19 Call stack:
20 0) testFunction (skip-pauses-until-reload.html:11)
21 Set up to skip all pauses.
22 Reloading the page...
23 Script execution resumed.
24 Page reloaded.
25 PASS: Reloaded without hitting breakpoints.
26 Debugger was disabled.
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698