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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-enum-tests-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 This test ensures various WebGL functions fail when passed non OpenGL ES 2.0 enu ms.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Canvas.getContext
7 PASS context exists
8
9 Checking gl enums.
10 PASS getError was expected value: NO_ERROR :
11 PASS getError was expected value: INVALID_ENUM : gl.bindTexture(desktopGL['TEXTU RE_3D'], tex) should return INVALID_ENUM.
12 PASS getError was expected value: INVALID_ENUM : gl.blendEquation(desktopGL['MIN ']) should return INVALID_ENUM.
13 PASS getError was expected value: INVALID_ENUM : gl.blendEquation(desktopGL['MAX ']) should return INVALID_ENUM.
14 PASS getError was expected value: INVALID_ENUM : gl.blendEquationSeparate(deskto pGL['MIN'], gl.FUNC_ADD) should return INVALID_ENUM.
15 PASS getError was expected value: INVALID_ENUM : gl.blendEquationSeparate(deskto pGL['MAX'], gl.FUNC_ADD) should return INVALID_ENUM.
16 PASS getError was expected value: INVALID_ENUM : gl.blendEquationSeparate(gl.FUN C_ADD, desktopGL['MIN']) should return INVALID_ENUM.
17 PASS getError was expected value: INVALID_ENUM : gl.blendEquationSeparate(gl.FUN C_ADD, desktopGL['MAX']) should return INVALID_ENUM.
18 PASS getError was expected value: INVALID_ENUM : gl.bufferData(gl.ARRAY_BUFFER, 3, desktopGL['STATIC_READ']) should return INVALID_ENUM.
19 PASS getError was expected value: INVALID_ENUM : gl.disable(desktopGL['CLIP_PLAN E0']) should return INVALID_ENUM.
20 PASS getError was expected value: INVALID_ENUM : gl.disable(desktopGL['POINT_SPR ITE']) should return INVALID_ENUM.
21 PASS getError was expected value: INVALID_ENUM : gl.getBufferParameter(gl.ARRAY_ BUFFER, desktopGL['PIXEL_PACK_BUFFER']) should return INVALID_ENUM.
22 PASS getError was expected value: INVALID_ENUM : gl.hint(desktopGL['PERSPECTIVE_ CORRECTION_HINT'], gl.FASTEST) should return INVALID_ENUM.
23 PASS getError was expected value: INVALID_ENUM : gl.isEnabled(desktopGL['CLIP_PL ANE0']) should return INVALID_ENUM.
24 PASS getError was expected value: INVALID_ENUM : gl.isEnabled(desktopGL['POINT_S PRITE']) should return INVALID_ENUM.
25 PASS getError was expected value: INVALID_ENUM : gl.pixelStorei(desktopGL['PACK_ SWAP_BYTES'], 1) should return INVALID_ENUM.
26 PASS getError was expected value: INVALID_ENUM : gl.readPixels(0, 0, 1, 1, gl.AL PHA, gl.SHORT, buf) should return INVALID_ENUM.
27 PASS getError was expected value: NO_ERROR :
28 PASS getError was expected value: INVALID_ENUM : gl.getTexParameter(gl.TEXTURE_2 D, desktopGL['GENERATE_MIPMAP']) should return INVALID_ENUM.
29 PASS getError was expected value: INVALID_ENUM : gl.texParameteri(desktopGL['TEX TURE_3D'], gl.TEXTURE_MAG_FILTER, gl.NEAREST) should return INVALID_ENUM.
30 PASS getError was expected value: INVALID_ENUM : gl.texParameteri(gl.TEXTURE_2D, desktopGL['GENERATE_MIPMAP'], 1) should return INVALID_ENUM.
31
32 PASS successfullyParsed is true
33
34 TEST COMPLETE
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698