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

Side by Side Diff: LayoutTests/inspector/sources/debugger/debugger-expand-scope-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 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 Debugger was enabled.
5 Evaluated script in console. 4 Evaluated script in console.
6 Script execution paused. 5 Script execution paused.
7 6
8 Dump scope sections: 7 Dump scope sections:
9 Catch 8 Catch
10 e: Error 9 e: Error
11 Local 10 Local
12 innerFunctionLocalVar: 2012 11 innerFunctionLocalVar: 2012
13 negInf: -Infinity 12 negInf: -Infinity
14 negZero: -0 13 negZero: -0
15 this: Window 14 this: Window
16 x: 2010 15 x: 2010
17 Closure 16 Closure
18 makeClosureLocalVar: "local.TextParam" 17 makeClosureLocalVar: "local.TextParam"
19 n: "TextParam" 18 n: "TextParam"
20 WindowGlobal 19 WindowGlobal
21 <section collapsed> 20 <section collapsed>
22 Script execution resumed. 21 Script execution resumed.
23 Debugger was disabled.
24 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698