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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-npot-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-npot-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-npot-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-npot-expected.txt
deleted file mode 100644
index 32dedd2df860f74659b5bc256246da1c88ed7237..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-npot-expected.txt
+++ /dev/null
@@ -1,31 +0,0 @@
- PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS getError was expected value: INVALID_VALUE : gl.texImage2D with NPOT texture with level > 0 should return INVALID_VALUE
-PASS getError was expected value: NO_ERROR : gl.texImage2D with NPOT texture at level 0 should succeed
-PASS getError was expected value: INVALID_OPERATION : gl.generateMipmap with NPOT texture should return INVALID_OPERATION
-PASS NPOT texture with TEXTURE_WRAP set to REPEAT should draw with 0,0,0,255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS NPOT texture with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw with 0,0,0,255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS NPOT texture with TEXTURE_MIN_FILTER set to LINEAR should draw.
-PASS getError was expected value: INVALID_VALUE : copyTexImage2D with NPOT texture with level > 0 should return INVALID_VALUE.
-PASS getError was expected value: NO_ERROR : gl.texImage2D and gl.generateMipmap with POT texture at level 0 should succeed
-PASS POT texture with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw.
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-
-check using cubemap
-PASS getError was expected value: INVALID_VALUE : gl.texImage2D with NPOT texture with level > 0 should return INVALID_VALUE
-PASS getError was expected value: NO_ERROR : gl.texImage2D with NPOT texture at level 0 should succeed
-PASS getError was expected value: INVALID_OPERATION : gl.generateMipmap with NPOT texture should return INVALID_OPERATION
-PASS NPOT cubemap with TEXTURE_WRAP set to REPEAT should draw with 0,0,0,255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS NPOT cubemap with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw with 0,0,0,255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS NPOT cubemap with TEXTURE_MIN_FILTER set to LINEAR should draw.
-PASS getError was expected value: NO_ERROR : gl.texImage2D with POT texture at level 0 should succeed
-PASS POT cubemap with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR but no mips draw with 0,0,0,255
-PASS getError was expected value: NO_ERROR : gl.generateMipmap with POT texture should return succeed
-PASS POT cubemap with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698