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

Side by Side Diff: LayoutTests/inspector/debugger/debugger-expand-scope-expected.txt

Issue 82553008: DevTools: Show -0 for negative zero in console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 7 years 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. 4 Debugger was enabled.
5 Evaluated script in console. 5 Evaluated script in console.
6 Script execution paused. 6 Script execution paused.
7 7
8 Dump scope sections: 8 Dump scope sections:
9 Catch 9 Catch
10 e: Error 10 e: Error
11 Local 11 Local
12 innerFunctionLocalVar: 2012 12 innerFunctionLocalVar: 2012
13 negInf: -Infinity
14 negZero: -0
13 this: Window 15 this: Window
14 x: 2010 16 x: 2010
15 Closure 17 Closure
16 makeClosureLocalVar: "local.TextParam" 18 makeClosureLocalVar: "local.TextParam"
17 n: "TextParam" 19 n: "TextParam"
18 WindowGlobal 20 WindowGlobal
19 <section collapsed> 21 <section collapsed>
20 Script execution resumed. 22 Script execution resumed.
21 Debugger was disabled. 23 Debugger was disabled.
22 24
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/debugger-expand-scope.html ('k') | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698