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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-external-array-expected.txt

Issue 2667843004: DevTools: rebaseline console tests (Closed)
Patch Set: remove option to customize level Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/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/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-external-array-expected.txt
similarity index 50%
copy from third_party/WebKit/LayoutTests/inspector/console/console-external-array-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-external-array-expected.txt
index c02ce3d42e709cd1c34e620e66c4807fa3132d83..aa98b649481353067e348f2d6189f0e3cb3ce3b9 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-external-array-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-external-array-expected.txt
@@ -16,20 +16,20 @@ 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 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)
-console-external-array.html:21 Uint8Array(10)
-console-external-array.html:22 Uint16Array(10)
-console-external-array.html:23 Uint32Array(10)
-console-external-array.html:24 Float32Array(10)
-console-external-array.html:25 Float64Array(10)
+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]
+console-external-array.html:21 Uint8Array[10]
+console-external-array.html:22 Uint16Array[10]
+console-external-array.html:23 Uint32Array[10]
+console-external-array.html:24 Float32Array[10]
+console-external-array.html:25 Float64Array[10]

Powered by Google App Engine
This is Rietveld 408576698