| Index: LayoutTests/inspector/console/console-dir-expected.txt
|
| diff --git a/LayoutTests/inspector/console/console-dir-expected.txt b/LayoutTests/inspector/console/console-dir-expected.txt
|
| index 8b7acc712f6b5529fa2b3ca8a7765e2c69934c38..78bec65c302e5d554622e4f9d86cc915a7360180 100644
|
| --- a/LayoutTests/inspector/console/console-dir-expected.txt
|
| +++ b/LayoutTests/inspector/console/console-dir-expected.txt
|
| @@ -10,20 +10,20 @@ CONSOLE MESSAGE: line 34: function get __proto__() { [native code] }
|
| CONSOLE MESSAGE: line 39: [object Uint8Array]
|
| Tests that console logging dumps proper messages.
|
|
|
| -console-dir.html:9 Array[2]
|
| +console-dir.html:4 Array[2]
|
| 0: "test1"
|
| 1: "test2"
|
| length: 2
|
| __proto__: Array[0]
|
| -console-dir.html:10 NodeList[1]
|
| +console-dir.html:5 NodeList[1]
|
| 0: html
|
| length: 1
|
| __proto__: NodeList
|
| -console-dir.html:11 XPathResult
|
| +console-dir.html:6 XPathResult
|
| invalidIteratorState: false
|
| resultType: 4
|
| __proto__: XPathResult
|
| -console-dir.html:21 Object
|
| +console-dir.html:16 Object
|
| "": ""
|
| " ": " "
|
| " a b ": " a b "
|
| @@ -32,7 +32,7 @@ console-dir.html:21 Object
|
| c d: "c d"
|
| negZero: -0
|
| __proto__: Object
|
| -console-dir.html:24 anonymous()
|
| +console-dir.html:19 anonymous()
|
| arguments: null
|
| caller: null
|
| length: 0
|
| @@ -41,15 +41,15 @@ console-dir.html:24 anonymous()
|
| __proto__: ()
|
| <function scope>
|
| Global: Window
|
| -console-dir.html:28 outer.inner
|
| +console-dir.html:23 outer.inner
|
| __proto__: outer.inner
|
| -console-dir.html:31 Object
|
| +console-dir.html:26 Object
|
| No Properties
|
| -console-dir.html:32 Object
|
| +console-dir.html:27 Object
|
| foo: Object
|
| No Properties
|
| __proto__: Object
|
| -console-dir.html:34 get __proto__()
|
| +console-dir.html:29 get __proto__()
|
| arguments: null
|
| caller: null
|
| length: 0
|
| @@ -57,7 +57,7 @@ console-dir.html:34 get __proto__()
|
| __proto__: ()
|
| <function scope>
|
| No Scopes
|
| -console-dir.html:39 Uint8Array[400000000]
|
| +console-dir.html:34 Uint8Array[400000000]
|
| [0 … 99999999]
|
| [100000000 … 199999999]
|
| [200000000 … 299999999]
|
|
|