Backed out changeset 713114c0331a (bug 1938707) by developer request CLOSED TREE
[gecko.git] / dom / canvas / test / webgl-mochitest / test_video_fastpath_vp9.html
blobfd4a4332d0440c2b8372d8a91bd062fd488e815e
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.webmvp9.webm");
17 SimpleTest.waitForExplicitFinish();
18 SpecialPowers.pushPrefEnv({"set" : [["webgl.enable-privileged-extensions", true]]}, runTest);
19 </script>
20 </body>
21 </html>