| Index: third_party/WebKit/LayoutTests/inspector/console/console-big-array-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-big-array-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-big-array-expected.txt
|
| index f5ce3e21fab5bd7d03e87a17991e43f9eb4614a2..72600e68f75fc463df3efc4a03b39f78c439a937 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-big-array-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-big-array-expected.txt
|
| @@ -7,7 +7,7 @@ CONSOLE MESSAGE: line 52: %O
|
| CONSOLE MESSAGE: line 55: [object Uint8Array]
|
| Tests that console logging dumps large arrays properly.
|
|
|
| -console-big-array.html:13 Array[101]
|
| +console-big-array.html:13 Array(101)
|
| [0 … 19]
|
| 0: 0
|
| 1: 1
|
| @@ -55,8 +55,8 @@ console-big-array.html:13 Array[101]
|
| 41: 41
|
| 100: 100
|
| length: 101
|
| - __proto__: Array[0]
|
| -console-big-array.html:18 Array[10]
|
| + __proto__: Array(0)
|
| +console-big-array.html:18 Array(10)
|
| 0: undefined
|
| 1: undefined
|
| 2: undefined
|
| @@ -68,8 +68,8 @@ console-big-array.html:18 Array[10]
|
| 8: undefined
|
| 9: undefined
|
| length: 10
|
| - __proto__: Array[0]
|
| -console-big-array.html:24 Array[101]
|
| + __proto__: Array(0)
|
| +console-big-array.html:24 Array(101)
|
| 0: 0
|
| 1: 1
|
| 2: 2
|
| @@ -82,8 +82,8 @@ console-big-array.html:24 Array[101]
|
| 9: 9
|
| 100: 100
|
| length: 101
|
| - __proto__: Array[0]
|
| -console-big-array.html:29 Array[405]
|
| + __proto__: Array(0)
|
| +console-big-array.html:29 Array(405)
|
| [0 … 399]
|
| [0 … 19]
|
| [20 … 39]
|
| @@ -112,8 +112,8 @@ console-big-array.html:29 Array[405]
|
| 403: 403
|
| 404: 404
|
| length: 405
|
| - __proto__: Array[0]
|
| -console-big-array.html:42 Array[124]
|
| + __proto__: Array(0)
|
| +console-big-array.html:42 Array(124)
|
| 0: 0
|
| 1: 1
|
| 2: 2
|
| @@ -133,8 +133,8 @@ console-big-array.html:42 Array[124]
|
| -123: -123
|
| NaN: NaN
|
| length: 124
|
| - __proto__: Array[0]
|
| -console-big-array.html:52 Array[4294967295]
|
| + __proto__: Array(0)
|
| +console-big-array.html:52 Array(4294967295)
|
| [0 … 19]
|
| 0: 0
|
| 1: 1
|
| @@ -190,8 +190,8 @@ console-big-array.html:52 Array[4294967295]
|
| 4294967296: 4294967296
|
| 8589934592: 8589934592
|
| length: 4294967295
|
| - __proto__: Array[0]
|
| -console-big-array.html:55 Uint8Array[64160003]
|
| + __proto__: Array(0)
|
| +console-big-array.html:55 Uint8Array(64160003)
|
| [0 … 63999999]
|
| [0 … 3199999]
|
| [3200000 … 6399999]
|
|
|