| Index: LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html
|
| diff --git a/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html b/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html
|
| index de88bbea1c8bcb3b3aa013fd3a13088f45f7f179..5e1240530d2f9958b0150bfd3fe9272ff10b8ed3 100644
|
| --- a/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html
|
| +++ b/LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html
|
| @@ -64,6 +64,5 @@ glErrorShouldBe(gl, gl.INVALID_OPERATION, "format not same as original RGBA 4_4_
|
| gl.texSubImage2D(gl.TEXTURE_2D, 0, 0,0, gl.RGBA, gl.UNSIGNED_BYTE, c);
|
| glErrorShouldBe(gl, gl.INVALID_OPERATION, "type not same as original RGBA 4_4_4_4");
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|