| Index: LayoutTests/fast/canvas/webgl/compressed-tex-image.html
|
| diff --git a/LayoutTests/fast/canvas/webgl/compressed-tex-image.html b/LayoutTests/fast/canvas/webgl/compressed-tex-image.html
|
| index ab1950d409fce75dc94b4601bda2cddeffd2971d..ab4b901dd7be1633225f800b1486d56e98b08903 100644
|
| --- a/LayoutTests/fast/canvas/webgl/compressed-tex-image.html
|
| +++ b/LayoutTests/fast/canvas/webgl/compressed-tex-image.html
|
| @@ -45,7 +45,6 @@ if (!gl) {
|
| shouldGenerateGLError(gl, gl.INVALID_ENUM, "gl.compressedTexImage2D(gl.TEXTURE_2D, 0, COMPRESSED_RGBA_PVRTC_4BPPV1_IMG, 8, 8, 0, new Uint8Array(8))");
|
| }
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|
|
|