tor-browser

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

conversions.template (826B)


      1 <html>
      2 <head>
      3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      4 <title>WebGL Shader Conformance Tests</title>
      5 <link rel="stylesheet" href="../../../../resources/js-test-style.css"/>
      6 <script src="../../../../js/js-test-pre.js"></script>
      7 <script src="../../../../js/webgl-test-utils.js"></script>
      8 
      9 <script src="../../../../closure-library/closure/goog/base.js"></script>
     10 <script src="../../../deqp-deps.js"></script>
     11 <script>goog.require('modules.shared.glsShaderLibrary');</script>
     12 </head>
     13 <body>
     14 <div id="description"></div>
     15 <div id="console"></div>
     16 <canvas id="canvas" width="200" height="100"> </canvas>
     17 <script>
     18 testName = 'conversions';
     19 description("Shader test: " + testName + ".");
     20 WebGLTestUtils.setDefault3DContextVersion(2);
     21 
     22 modules.shared.glsShaderLibrary.run(testName);
     23 </script>
     24 </body>
     25 </html>