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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-vertex-attrib-zero-issues-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 Test some of the issues of the difference between attrib 0 on OpenGL vs WebGL
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS g_attribLocation is gl.getAttribLocation(g_program, 'vPosition')
7 PASS g_attribLocation is gl.getAttribLocation(g_program, 'vPosition')
8 PASS getError was expected value: NO_ERROR : drawing using attrib 0 with 3 verts
9 PASS getError was expected value: NO_ERROR : drawing using attrib 3 with 60000 v erts
10 PASS getError was expected value: NO_ERROR : drawing using attrib 0 with 3 verts
11 PASS getError was expected value: NO_ERROR : drawing using attrib 3 with 60000 v erts
12 PASS getError was expected value: NO_ERROR : drawing using attrib 0 with 3 verts
13 PASS getError was expected value: NO_ERROR : drawing using attrib 3 with 60000 v erts
14 PASS getError was expected value: NO_ERROR : drawing using attrib 0 with 3 verts
15 PASS getError was expected value: NO_ERROR : drawing using attrib 3 with 60000 v erts
16 PASS getError was expected value: NO_ERROR : drawing using attrib 0 with 3 verts
17 PASS getError was expected value: NO_ERROR : drawing using attrib 3 with 60000 v erts
18 PASS canvas should be 0, 0, 0, 0
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698