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

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

Powered by Google App Engine
This is Rietveld 408576698