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

Side by Side Diff: LayoutTests/inspector/sources/debugger/debugger-step-into-across-timeouts-expected.txt

Issue 732593002: DevTools: Make StepInto work across script boundaries and Blink process tasks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added new test debugger-step-into-document-write.html Created 6 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 Tests that debugger StepInto will stop inside next timeout handler.
2
3 Set timer for test function.
4 Call stack:
5 0) callback1 (debugger-step-into-across-timeouts.html:15)
6
7 Executing StepInto...
8 Executing StepInto...
9 Call stack:
10 0) callback2 (debugger-step-into-across-timeouts.html:18)
11
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698