Backed out changeset 8c366a73988c (bug 1087560)

This commit is contained in:
Carsten "Tomcat" Book 2014-10-24 08:12:56 +02:00
parent 0102c02ede
commit 4a5eae3ecd
3 changed files with 4 additions and 4 deletions

View File

@ -4,11 +4,11 @@ support-files =
webgl-mochitest/webgl-util.js
[webgl-mochitest/test_backbuffer_channels.html]
[webgl-mochitest/test_hidden_alpha.html]
[webgl-mochitest/test_depth_readpixels.html]
[webgl-mochitest/test_draw.html]
[webgl-mochitest/test_fb_param.html]
[webgl-mochitest/test_fb_param_crash.html]
[webgl-mochitest/test_hidden_alpha.html]
[webgl-mochitest/test_highp_fs.html]
[webgl-mochitest/test_no_arr_points.html]
[webgl-mochitest/test_noprog_draw.html]

View File

@ -8,7 +8,7 @@
<script>
function TestAttribs(attribs) {
ok(true, 'Testing attribs: ' + JSON.stringify(attribs));
debug('Testing attribs: ' + JSON.stringify(attribs));
var canvas = document.createElement('canvas');
var gl = canvas.getContext('experimental-webgl', attribs);
ok(gl, 'No tested attribs should result in failure to create a context');

View File

@ -77,7 +77,7 @@ function Test(gl, prog) {
//////////////////
ok(true, 'clear(R,G,B,0)');
debug('clear(R,G,B,0)');
Reset(gl);
@ -102,7 +102,7 @@ function Test(gl, prog) {
//////////////////
ok(true, 'mask(R,G,B,0), clear(R,G,B,1)');
debug('mask(R,G,B,0), clear(R,G,B,1)');
Reset(gl);