tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test_video_fastpath_mp4.html (700B)


      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>
     12 
     13            function runTest() {
     14                startTest("red-green.mp4");
     15            }
     16 
     17            SimpleTest.waitForExplicitFinish();
     18            SpecialPowers.pushPrefEnv({"set" : [["webgl.enable-privileged-extensions", true]]}, runTest);
     19        </script>
     20    </body>
     21 </html>