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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal-expected.txt

Issue 2447493002: Removed some duplicate layout tests under fast/canvas/webgl (Closed)
Patch Set: Created 4 years, 2 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/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
-

Powered by Google App Engine
This is Rietveld 408576698