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

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

Issue 2755513002: [DevTools] rebased tests for V8 roll (Closed)
Patch Set: better! Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 Tests that debugger StepOver will stop inside next timeout handler. 1 Tests that debugger StepOver will stop inside next timeout handler.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Call stack: 4 Call stack:
5 0) callback1 (debugger-step-over-across-timeouts.html:15) 5 0) callback1 (debugger-step-over-across-timeouts.html:15)
6 6
7 Executing StepOver... 7 Executing StepOver...
8 Executing StepOver... 8 Executing StepOver...
9 Call stack: 9 Call stack:
10 0) callback2 (debugger-step-over-across-timeouts.html:18) 10 0) callback2 (debugger-step-over-across-timeouts.html:20)
11 11
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698