| Index: third_party/WebKit/LayoutTests/inspector/console/console-external-array-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-external-array-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-external-array-expected.txt
|
| index 54a1694f8146252727b1b4cc7417e5d9b5cb6219..c02ce3d42e709cd1c34e620e66c4807fa3132d83 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-external-array-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-external-array-expected.txt
|
| @@ -16,14 +16,14 @@ CONSOLE MESSAGE: line 24: [object Float32Array]
|
| CONSOLE MESSAGE: line 25: [object Float64Array]
|
| Tests that console logging detects external arrays as arrays.
|
|
|
| -console-external-array.html:9 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| -console-external-array.html:10 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| -console-external-array.html:11 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| -console-external-array.html:12 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| -console-external-array.html:13 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| -console-external-array.html:14 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| -console-external-array.html:15 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| -console-external-array.html:16 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| +console-external-array.html:9 Int8Array(10) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| +console-external-array.html:10 Int16Array(10) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| +console-external-array.html:11 Int32Array(10) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| +console-external-array.html:12 Uint8Array(10) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| +console-external-array.html:13 Uint16Array(10) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| +console-external-array.html:14 Uint32Array(10) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| +console-external-array.html:15 Float32Array(10) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| +console-external-array.html:16 Float64Array(10) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
| console-external-array.html:18 Int8Array(10)
|
| console-external-array.html:19 Int16Array(10)
|
| console-external-array.html:20 Int32Array(10)
|
|
|