Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/devtools/console/console-external-array-expected.txt

Issue 2982263002: DevTools: prepare migration for a batch of console tests (Closed)
Patch Set: update test expects Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 9: [object Int8Array] 1 CONSOLE MESSAGE: line 9: [object Int8Array]
2 CONSOLE MESSAGE: line 10: [object Int16Array] 2 CONSOLE MESSAGE: line 10: [object Int16Array]
3 CONSOLE MESSAGE: line 11: [object Int32Array] 3 CONSOLE MESSAGE: line 11: [object Int32Array]
4 CONSOLE MESSAGE: line 12: [object Uint8Array] 4 CONSOLE MESSAGE: line 12: [object Uint8Array]
5 CONSOLE MESSAGE: line 13: [object Uint16Array] 5 CONSOLE MESSAGE: line 13: [object Uint16Array]
6 CONSOLE MESSAGE: line 14: [object Uint32Array] 6 CONSOLE MESSAGE: line 14: [object Uint32Array]
7 CONSOLE MESSAGE: line 15: [object Float32Array] 7 CONSOLE MESSAGE: line 15: [object Float32Array]
8 CONSOLE MESSAGE: line 16: [object Float64Array] 8 CONSOLE MESSAGE: line 16: [object Float64Array]
9 CONSOLE MESSAGE: line 18: [object Int8Array] 9 CONSOLE MESSAGE: line 18: [object Int8Array]
10 CONSOLE MESSAGE: line 19: [object Int16Array] 10 CONSOLE MESSAGE: line 19: [object Int16Array]
(...skipping 15 matching lines...) Expand all
26 console-external-array.html:16 Float64Array(10) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] 26 console-external-array.html:16 Float64Array(10) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
27 console-external-array.html:18 Int8Array(10) 27 console-external-array.html:18 Int8Array(10)
28 console-external-array.html:19 Int16Array(10) 28 console-external-array.html:19 Int16Array(10)
29 console-external-array.html:20 Int32Array(10) 29 console-external-array.html:20 Int32Array(10)
30 console-external-array.html:21 Uint8Array(10) 30 console-external-array.html:21 Uint8Array(10)
31 console-external-array.html:22 Uint16Array(10) 31 console-external-array.html:22 Uint16Array(10)
32 console-external-array.html:23 Uint32Array(10) 32 console-external-array.html:23 Uint32Array(10)
33 console-external-array.html:24 Float32Array(10) 33 console-external-array.html:24 Float32Array(10)
34 console-external-array.html:25 Float64Array(10) 34 console-external-array.html:25 Float64Array(10)
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698