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

Side by Side Diff: LayoutTests/inspector/sources/debugger-ui/debugger-expand-scope-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 of the current call frame are expandable and contain correct data. 2 Test that sections representing scopes of the current call frame are expandable and contain correct data.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Script execution paused. 5 Script execution paused.
6 6
7 Scope variables sidebar pane: 7 Scope variables sidebar pane:
8 Catch 8 Catch
9 e: Error: An exception 9 e: Error: An exception
10 at innerFunction (...) 10 at innerFunction (...)
11 at testFunction (...) 11 at testFunction (...)
12 Local 12 Local
13 innerFunctionLocalVar: 2012 13 innerFunctionLocalVar: 2012
14 negInf: -Infinity 14 negInf: -Infinity
15 negZero: -0 15 negZero: -0
16 this: Window 16 this: Window
17 x: 2010 17 x: 2010
18 Closure 18 Closure
19 makeClosureLocalVar: "local.TextParam" 19 makeClosureLocalVar: "local.TextParam"
20 n: "TextParam" 20 n: "TextParam"
21 WindowGlobal 21 WindowGlobal
22 <section collapsed> 22 <section collapsed>
23 Script execution resumed. 23 Script execution resumed.
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698