Backed out changeset 713114c0331a (bug 1938707) by developer request CLOSED TREE
[gecko.git] / dom / canvas / test / webgl-mochitest / test_video_fastpath_vp8.html
blobe87f6c6484fb1ff24c487a9bc270a010cd69380e
1 <html>
2 <head>
3 <meta name="timeout" content="long"/>
4 <meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
5 <title>Video Fastpath upload test</title>
6 <script src="/tests/SimpleTest/SimpleTest.js"></script>
7 <script src="test_video_fastpath.js"></script>
8 <link rel="stylesheet" href="/tests/SimpleTest/test.css">
9 </head>
10 <body>
11 <script>
13 function runTest() {
14 startTest("red-green.webmvp8.webm");
17 SimpleTest.waitForExplicitFinish();
18 SpecialPowers.pushPrefEnv({"set" : [["webgl.enable-privileged-extensions", true]]}, runTest);
19 </script>
20 </body>
21 </html>