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/sources/debugger-async/async-callstack-scopes-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 Set timer for test function. 4 Set timer for test function.
5 Dumping call frames with scope chains: 5 Dumping call frames with scope chains:
6 6
7 1) innerTimeout2 async-callstack-scopes.html:51 7 1) innerTimeout2 async-callstack-scopes.html:51
8 Scope variables sidebar pane: 8 Scope variables sidebar pane:
9 Local 9 Local
10 localInInnerTimeout2: "innerTimeout2" 10 localInInnerTimeout2: "innerTimeout2"
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 78
79 7) testFunction async-callstack-scopes.html:31 79 7) testFunction async-callstack-scopes.html:31
80 Scope variables sidebar pane: 80 Scope variables sidebar pane:
81 Local 81 Local
82 delay1: 0 82 delay1: 0
83 this: Window 83 this: Window
84 WindowGlobal 84 WindowGlobal
85 <section collapsed> 85 <section collapsed>
86 86
87 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698