tor-browser

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

tex-image-with-video-test.html (701B)


      1 <!--
      2 Copyright (c) 2019 The Khronos Group Inc.
      3 Use of this source code is governed by an MIT-style license that can be
      4 found in the LICENSE.txt file.
      5 -->
      6 
      7 <!DOCTYPE html>
      8 <html>
      9 <head>
     10 <meta charset="utf-8">
     11 <link rel="stylesheet" href="../resources/js-test-style.css"/>
     12 <script src="../js/js-test-pre.js"></script>
     13 <script src="../js/webgl-test-utils.js"></script>
     14 <script src="tex-image-with-video-test.js"></script>
     15 <script>
     16 "use strict";
     17 function testPrologue(gl) {
     18    return true;
     19 }
     20 </script>
     21 </head>
     22 <body onload='generateTest("RGBA", "UNSIGNED_BYTE", testPrologue)()'>
     23 <canvas id="example" width="32" height="32"></canvas>
     24 <div id="description"></div>
     25 <div id="console"></div>
     26 </body>
     27 </html>