Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal-expected.txt |
deleted file mode 100644 |
index bc13270314697aa58a65a8592d680042b786613e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal-expected.txt |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-Verifies that the get method, and the set method for individual elements, on the WebGLArray types no longer exist. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
-Regression test for https://bugs.webkit.org/show_bug.cgi?id=38039 |
-PASS webGLArray.get is undefined. |
-PASS webGLArray.set(0, 1) threw exception. |
-PASS webGLArray.get is undefined. |
-PASS webGLArray.set(0, 1) threw exception. |
-PASS webGLArray.get is undefined. |
-PASS webGLArray.set(0, 1) threw exception. |
-PASS webGLArray.get is undefined. |
-PASS webGLArray.set(0, 1) threw exception. |
-PASS webGLArray.get is undefined. |
-PASS webGLArray.set(0, 1) threw exception. |
-PASS webGLArray.get is undefined. |
-PASS webGLArray.set(0, 1) threw exception. |
-PASS webGLArray.get is undefined. |
-PASS webGLArray.set(0, 1) threw exception. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |