| Index: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/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/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
|
| similarity index 96%
|
| copy from third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
|
| copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
|
| index 348399ed97a75ff5d300ab58ba640c0ca534b816..0794d3d03539d41a201ab0c996068ac9dd60b056 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
|
| +++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
|
| @@ -16,7 +16,7 @@ globalObject: Object
|
| __proto__: Object
|
| __proto__: Object
|
| windowAlias: Window
|
| -array: Array(300)
|
| +array: Array[300]
|
| [0 .. 99]
|
| [100 .. 199]
|
| [200 .. 299]
|
| @@ -121,14 +121,14 @@ array: Array(300)
|
| 298: 298
|
| 299: 299
|
| length: 300
|
| - __proto__: Array(0)
|
| + __proto__: Array[0]
|
| func: function () {return a + b;}
|
| arguments: null
|
| caller: null
|
| length: 0
|
| name:
|
| prototype: Object
|
| - __proto__: function () { [native code] }
|
| + __proto__: function () {}
|
| [[FunctionLocation]]: Object
|
| [[Scopes]]: Scopes[2]
|
| 0: Closure
|
| @@ -143,7 +143,7 @@ globalObject: Object
|
| __proto__: Object
|
| __proto__: Object
|
| windowAlias: Window
|
| -array: Array(300)
|
| +array: Array[300]
|
| [0 .. 99]
|
| [100 .. 199]
|
| [200 .. 299]
|
| @@ -248,14 +248,14 @@ array: Array(300)
|
| 298: 298
|
| 299: 299
|
| length: 300
|
| - __proto__: Array(0)
|
| + __proto__: Array[0]
|
| func: function () {return a + b;}
|
| arguments: null
|
| caller: null
|
| length: 0
|
| name:
|
| prototype: Object
|
| - __proto__: function () { [native code] }
|
| + __proto__: function () {}
|
| [[FunctionLocation]]: Object
|
| [[Scopes]]: Scopes[2]
|
| 0: Closure
|
|
|