summaryrefslogtreecommitdiffstats
path: root/dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html')
-rw-r--r--dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html b/dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html
deleted file mode 100644
index 4f4fbab88b..0000000000
--- a/dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
- <head>
- <meta name="timeout" content="long"/>
- <meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
- <title>Video Fastpath upload test</title>
- <script src="/tests/SimpleTest/SimpleTest.js"></script>
- <script src="test_video_fastpath.js"></script>
- <link rel="stylesheet" href="/tests/SimpleTest/test.css">
- </head>
- <body>
- <script>
-
- function runTest() {
- startTest("red-green.theora.ogv");
- }
-
- SimpleTest.waitForExplicitFinish();
- SpecialPowers.pushPrefEnv({"set" : [["webgl.enable-privileged-extensions", true]]}, runTest);
- </script>
- </body>
-</html>