diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind-expected.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind-expected.txt deleted file mode 100644 index 0cb069b..0000000 --- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/texture-active-bind-expected.txt +++ /dev/null @@ -1,17 +0,0 @@ - -Tests that glActiveTexture and glBindTexture work as expected -Specifically texture targets are per active texture unit. - -PASS gl.getError() is gl.NO_ERROR -PASS gl.getError() is gl.NO_ERROR -PASS gl.getError() is gl.NO_ERROR -PASS gl.getError() is gl.NO_ERROR -PASS gl.getError() is gl.NO_ERROR -PASS expected:0, 192, 128, 255 found: 0, 192, 128, 255 -PASS expected:128, 64, 255, 255 found: 128, 64, 255, 255 -PASS expected:192, 255, 64, 255 found: 192, 255, 64, 255 -PASS expected:200, 0, 255, 255 found: 200, 0, 255, 255 -PASS successfullyParsed is true - -TEST COMPLETE - |