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

Side by Side Diff: LayoutTests/fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 Verify WebGLContextAttributes are working as specified, including alpha, depth, stencil, antialias, but not premultipliedAlpha 1 Verify WebGLContextAttributes are working as specified, including alpha, depth, stencil, antialias, but not premultipliedAlpha
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS successfullyParsed is true
6
7 TEST COMPLETE
5 Testing alpha = true 8 Testing alpha = true
6 PASS getError was expected value: NO_ERROR : should be no errors 9 PASS getError was expected value: NO_ERROR : should be no errors
7 PASS gl = getWebGL(1, 1, { alpha: true, depth: false, stencil: false, antialias: false }, [ 0, 0, 0, 0 ], 1, 0) is non-null. 10 PASS gl = getWebGL(1, 1, { alpha: true, depth: false, stencil: false, antialias: false }, [ 0, 0, 0, 0 ], 1, 0) is non-null.
8 PASS gl.getParameter(gl.ALPHA_BITS) >= 8 is true 11 PASS gl.getParameter(gl.ALPHA_BITS) >= 8 is true
9 PASS gl.getParameter(gl.RED_BITS) >= 8 is true 12 PASS gl.getParameter(gl.RED_BITS) >= 8 is true
10 PASS gl.getParameter(gl.GREEN_BITS) >= 8 is true 13 PASS gl.getParameter(gl.GREEN_BITS) >= 8 is true
11 PASS gl.getParameter(gl.BLUE_BITS) >= 8 is true 14 PASS gl.getParameter(gl.BLUE_BITS) >= 8 is true
12 PASS gl.getParameter(gl.DEPTH_BITS) == 0 is true 15 PASS gl.getParameter(gl.DEPTH_BITS) == 0 is true
13 PASS gl.getParameter(gl.STENCIL_BITS) == 0 is true 16 PASS gl.getParameter(gl.STENCIL_BITS) == 0 is true
14 PASS contextAttribs = gl.getContextAttributes() is non-null. 17 PASS contextAttribs = gl.getContextAttributes() is non-null.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 PASS contextAttribs = gl.getContextAttributes() is non-null. 107 PASS contextAttribs = gl.getContextAttributes() is non-null.
105 PASS pixel[0] != 255 && pixel[0] != 0 is contextAttribs.antialias 108 PASS pixel[0] != 255 && pixel[0] != 0 is contextAttribs.antialias
106 Testing antialias = false 109 Testing antialias = false
107 PASS getError was expected value: NO_ERROR : should be no errors 110 PASS getError was expected value: NO_ERROR : should be no errors
108 PASS gl = getWebGL(2, 2, { depth: false, stencil: false, alpha: false, antialias : false }, [ 0, 0, 0, 1 ], 1, 0) is non-null. 111 PASS gl = getWebGL(2, 2, { depth: false, stencil: false, alpha: false, antialias : false }, [ 0, 0, 0, 1 ], 1, 0) is non-null.
109 PASS contextAttribs = gl.getContextAttributes() is non-null. 112 PASS contextAttribs = gl.getContextAttributes() is non-null.
110 PASS pixel[0] != 255 && pixel[0] != 0 is contextAttribs.antialias 113 PASS pixel[0] != 255 && pixel[0] != 0 is contextAttribs.antialias
111 PASS successfullyParsed is true 114 PASS successfullyParsed is true
112 115
113 TEST COMPLETE 116 TEST COMPLETE
114 PASS successfullyParsed is true
115
116 TEST COMPLETE
117 117
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/WebGLContextEvent-expected.txt ('k') | LayoutTests/fast/canvas/webgl/context-lost.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698