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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
2 PASS getError was expected value: INVALID_VALUE : gl.texImage2D with NPOT textur e with level > 0 should return INVALID_VALUE
3 PASS getError was expected value: NO_ERROR : gl.texImage2D with NPOT texture at level 0 should succeed
4 PASS getError was expected value: INVALID_OPERATION : gl.generateMipmap with NPO T texture should return INVALID_OPERATION
5 PASS NPOT texture with TEXTURE_WRAP set to REPEAT should draw with 0,0,0,255
6 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
7 PASS NPOT texture with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw with 0,0,0,255
8 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
9 PASS NPOT texture with TEXTURE_MIN_FILTER set to LINEAR should draw.
10 PASS getError was expected value: INVALID_VALUE : copyTexImage2D with NPOT textu re with level > 0 should return INVALID_VALUE.
11 PASS getError was expected value: NO_ERROR : gl.texImage2D and gl.generateMipmap with POT texture at level 0 should succeed
12 PASS POT texture with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw .
13 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
14
15 check using cubemap
16 PASS getError was expected value: INVALID_VALUE : gl.texImage2D with NPOT textur e with level > 0 should return INVALID_VALUE
17 PASS getError was expected value: NO_ERROR : gl.texImage2D with NPOT texture at level 0 should succeed
18 PASS getError was expected value: INVALID_OPERATION : gl.generateMipmap with NPO T texture should return INVALID_OPERATION
19 PASS NPOT cubemap with TEXTURE_WRAP set to REPEAT should draw with 0,0,0,255
20 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
21 PASS NPOT cubemap with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw with 0,0,0,255
22 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
23 PASS NPOT cubemap with TEXTURE_MIN_FILTER set to LINEAR should draw.
24 PASS getError was expected value: NO_ERROR : gl.texImage2D with POT texture at l evel 0 should succeed
25 PASS POT cubemap with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR but no mips draw with 0,0,0,255
26 PASS getError was expected value: NO_ERROR : gl.generateMipmap with POT texture should return succeed
27 PASS POT cubemap with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw .
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698