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, 21 insertions, 0 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
new file mode 100644
index 0000000000..4f4fbab88b
--- /dev/null
+++ b/dom/canvas/test/webgl-mochitest/test_video_fastpath_theora.html
@@ -0,0 +1,21 @@
+<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>