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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind-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
2 Tests that glActiveTexture and glBindTexture work as expected
3 Specifically texture targets are per active texture unit.
4
5 PASS gl.getError() is gl.NO_ERROR
6 PASS gl.getError() is gl.NO_ERROR
7 PASS gl.getError() is gl.NO_ERROR
8 PASS gl.getError() is gl.NO_ERROR
9 PASS gl.getError() is gl.NO_ERROR
10 PASS expected:0, 192, 128, 255 found: 0, 192, 128, 255
11 PASS expected:128, 64, 255, 255 found: 128, 64, 255, 255
12 PASS expected:192, 255, 64, 255 found: 192, 255, 64, 255
13 PASS expected:200, 0, 255, 255 found: 200, 0, 255, 255
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698