Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html |
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html b/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html |
deleted file mode 100644 |
index f10b7f35afc839c645c8bc5c8fc6fc21254f0d16..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html |
+++ /dev/null |
@@ -1,25 +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-video.js"></script> |
-<script> |
-function testPrologue(gl) { |
- return true; |
-} |
-</script> |
-</head> |
-<body onload='generateTest("RGB", "UNSIGNED_SHORT_5_6_5", testPrologue)()'> |
-<canvas id="example" width="32px" height="32px"></canvas> |
-<div id="description"></div> |
-<div id="console"></div> |
-<video width="640" height="228" id="vid" controls> |
- <source src="resources/red-green.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' /> |
- <source src="resources/red-green.webmvp8.webm" type='video/webm; codecs="vp8, vorbis"' /> |
- <source src="resources/red-green.theora.ogv" type='video/ogg; codecs="theora, vorbis"' /> |
-</video> |
-</body> |
-</html> |