Bug 727547 - Add test.

This commit is contained in:
Ms2ger 2012-08-09 09:10:43 +02:00
parent e2573fe71e
commit eb0692aef8
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<!doctype html>
<canvas></canvas>
<script>
var canvas = document.body.firstChild,
gl = canvas.getContext("experimental-webgl");
gl.texImage2D(0, 0, 0, 0, 0, { width: 10, height: 10, data: 7 });
</script>

View File

@ -2,6 +2,7 @@ load 360293-1.html
load 421715-1.html
load 553938-1.html
load 647480.html
load 727547.html
load 0px-size-font-667225.html
load texImage2D.html
load 729116.html