tor-browser

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

sequence.html (906B)


      1 <!--
      2 
      3 This file is auto-generated from shaderoperator_test_generator.py
      4 DO NOT EDIT!
      5 
      6 -->
      7 
      8 <html>
      9 <head>
     10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     11 <title>WebGL Shader Operator Conformance Tests</title>
     12 <link rel="stylesheet" href="../../../../resources/js-test-style.css"/>
     13 <script src="../../../../js/js-test-pre.js"></script>
     14 <script src="../../../../js/webgl-test-utils.js"></script>
     15 
     16 <script src="../../../../closure-library/closure/goog/base.js"></script>
     17 <script src="../../../deqp-deps.js"></script>
     18 <script>
     19 goog.require('functional.gles3.es3fShaderOperatorTests');
     20 </script>
     21 </head>
     22 <body>
     23 <div id="description"></div>
     24 <div id="console"></div>
     25 <canvas id="canvas" width="256" height="256"> </canvas>
     26 <script>
     27 var wtu = WebGLTestUtils;
     28 var gl = wtu.create3DContext('canvas', null, 2);
     29 
     30 functional.gles3.es3fShaderOperatorTests.run(gl, [36, 37]);
     31 </script>
     32 </body>
     33 </html>