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

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

Issue 2717853002: DevTools: iterate on object preview style (Closed)
Patch Set: rebased Created 3 years, 7 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 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 (...) {stack: "Error: An exception↵ at innerFunction (... )", message: "An exception"} 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 (makeClosure) 18 Closure (makeClosure)
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