Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-ui / debugger-expand-scope-expected.txt
blob7e52b3293ddb5032c82b61cdbbf505857f4a458d
2 Test that sections representing scopes of the current call frame are expandable and contain correct data.
4 Set timer for test function.
5 Script execution paused.
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.