Index: LayoutTests/fast/canvas/webgl/array-large-array-tests-expected.txt |
diff --git a/LayoutTests/fast/canvas/webgl/array-large-array-tests-expected.txt b/LayoutTests/fast/canvas/webgl/array-large-array-tests-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..66b8bcb0e5a546b980b0957501d93bdfe5e88e2b |
--- /dev/null |
+++ b/LayoutTests/fast/canvas/webgl/array-large-array-tests-expected.txt |
@@ -0,0 +1,14 @@ |
+Verifies allocation of large array buffers |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+PASS Construction of huge Float32Array threw exception |
+PASS Construction of huge Float64Array threw exception |
+PASS Construction of huge Int16Array threw exception |
+PASS Construction of huge Int32Array threw exception |
+PASS Construction of huge Uint16Array threw exception |
+PASS Construction of huge Uint32Array threw exception |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |