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

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

Issue 401843002: DevTools: Change RemoteObject._describe method for Errors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
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 Evaluated script in console. 4 Evaluated script in console.
5 Script execution paused. 5 Script execution paused.
6 6
7 Dump scope sections: 7 Dump scope sections:
8 Catch 8 Catch
9 e: Error 9 e: Error: An exception
10 Local 10 Local
11 innerFunctionLocalVar: 2012 11 innerFunctionLocalVar: 2012
12 negInf: -Infinity 12 negInf: -Infinity
13 negZero: -0 13 negZero: -0
14 this: Window 14 this: Window
15 x: 2010 15 x: 2010
16 Closure 16 Closure
17 makeClosureLocalVar: "local.TextParam" 17 makeClosureLocalVar: "local.TextParam"
18 n: "TextParam" 18 n: "TextParam"
19 WindowGlobal 19 WindowGlobal
20 <section collapsed> 20 <section collapsed>
21 Script execution resumed. 21 Script execution resumed.
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698