diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html deleted file mode 100644 index 8a8eec3..0000000 --- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -<meta charset="utf-8"> -<script src="../../../resources/js-test.js"></script> -<script src="resources/webgl-test.js"></script> -<script src="resources/webgl-test-utils.js"></script> -<script src="resources/tex-image-and-sub-image-2d-with-canvas.js"></script> -<script> -function testPrologue(gl) { - return true; -} -</script> -</head> -<body onload='generateTest("RGBA", "UNSIGNED_SHORT_5_5_5_1", testPrologue)()'> -<canvas id="example" width="32px" height="32px"></canvas> -<div id="description"></div> -<div id="console"></div> -</body> -</html> |