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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-bind-attrib-location-test-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 WebGL implementations don't allow names that start with 'gl_' when calling bindAttribLocation.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Canvas.getContext
7 PASS [object WebGLRenderingContext] is non-null.
8
9 Checking gl.bindAttribLocation.
10 PASS getError was expected value: INVALID_OPERATION : bindAttribLocation should return INVALID_OPERATION if name starts with 'gl_'
11 PASS getError was expected value: INVALID_OPERATION : bindAttribLocation should return INVALID_OPERATION if name starts with 'gl_'
12 PASS program linked successfully
13 vPosition:3
14 vColor :2
15 PASS location of vPositon should be 3
16 PASS location of vColor should be 2
17 PASS drawing is correct
18 PASS program linked successfully
19 vPosition:3
20 vColor :0
21 PASS location of vPositon should be 3
22 PASS location of vColor should be 0
23 PASS drawing is correct
24 PASS getError was expected value: NO_ERROR :
25
26 PASS successfullyParsed is true
27
28 TEST COMPLETE
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698