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

Side by Side Diff: LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 1
2 Test that sections representing scopes are expandable and contain correct data f or async call frames. 2 Test that sections representing scopes are expandable and contain correct data f or async call frames.
3 3
4 Debugger was enabled.
5 Set timer for test function. 4 Set timer for test function.
6 Dumping call frames with scope chains: 5 Dumping call frames with scope chains:
7 6
8 1) innerTimeout2 async-callstack-scopes.html:51 7 1) innerTimeout2 async-callstack-scopes.html:51
9 Local 8 Local
10 localInInnerTimeout2: "innerTimeout2" 9 localInInnerTimeout2: "innerTimeout2"
11 this: Window 10 this: Window
12 WindowGlobal 11 WindowGlobal
13 <section collapsed> 12 <section collapsed>
14 13
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 WindowGlobal 68 WindowGlobal
70 <section collapsed> 69 <section collapsed>
71 70
72 7) testFunction async-callstack-scopes.html:31 71 7) testFunction async-callstack-scopes.html:31
73 Local 72 Local
74 delay1: 0 73 delay1: 0
75 this: Window 74 this: Window
76 WindowGlobal 75 WindowGlobal
77 <section collapsed> 76 <section collapsed>
78 77
79 Debugger was disabled.
80 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698