mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 8c366a73988c (bug 1087560)
This commit is contained in:
parent
0102c02ede
commit
4a5eae3ecd
@ -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]
|
||||
|
@ -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');
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user