Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt |
| index aef0c356424ab1cf14e961cbdb85c63d899caa64..87a9c6cb73e5eda54ec39dc455b90b910bf5fc71 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt |
| @@ -4,8 +4,8 @@ Bug 99304 |
| Watch expressions added. |
| expanded foo [object Object] |
| expanded bar [object Object] |
| -expanded <function scope> |
| -expanded Closure |
| +expanded [[Scopes]] [object Object] |
|
dgozman
2016/07/07 19:59:23
Isn't it an array?
kozy
2016/07/07 22:59:07
Array is object and it's part of test addResult ou
|
| +expanded 0 [object Object] |
| expanded a [object Object] |
| expanded [200 .. 299] |
| expanded 299 [object Object] |
| @@ -129,11 +129,15 @@ func: function () {return a + b;} |
| name: |
| prototype: Object |
| __proto__: function () {} |
| - <function scope> |
| - Closure |
| + [[FunctionLocation]]: Object |
| + [[FunctionName]]: window.func |
| + [[Scopes]]: Scopes[2] |
| + 0: Closure |
| a: 10 |
| b: 100 |
| - Global: Window |
| + 1: Global |
| + length: 2 |
| + [[IsGenerator]]: false |
| Page reloaded. |
| Watch expressions after page reload: |
| globalObject: Object |
| @@ -255,9 +259,13 @@ func: function () {return a + b;} |
| name: |
| prototype: Object |
| __proto__: function () {} |
| - <function scope> |
| - Closure |
| + [[FunctionLocation]]: Object |
| + [[FunctionName]]: window.func |
| + [[Scopes]]: Scopes[2] |
| + 0: Closure |
| a: 10 |
| b: 100 |
| - Global: Window |
| + 1: Global |
| + length: 2 |
| + [[IsGenerator]]: false |