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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind-expected.txt

Issue 1601093008: Remove duplicated WebGL layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/LayoutTests/fast/canvas/webgl/texture-active-bind-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind-expected.txt
deleted file mode 100644
index 0cb069b7682847e09d2aecf3e3edcff1cca26757..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-
-Tests that glActiveTexture and glBindTexture work as expected
-Specifically texture targets are per active texture unit.
-
-PASS gl.getError() is gl.NO_ERROR
-PASS gl.getError() is gl.NO_ERROR
-PASS gl.getError() is gl.NO_ERROR
-PASS gl.getError() is gl.NO_ERROR
-PASS gl.getError() is gl.NO_ERROR
-PASS expected:0, 192, 128, 255 found: 0, 192, 128, 255
-PASS expected:128, 64, 255, 255 found: 128, 64, 255, 255
-PASS expected:192, 255, 64, 255 found: 192, 255, 64, 255
-PASS expected:200, 0, 255, 255 found: 200, 0, 255, 255
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698