tor-browser

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

negativestateapi.html (781B)


      1 <html>
      2 <head>
      3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      4 <title>WebGL Negative State API 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 <script src="../../../closure-library/closure/goog/base.js"></script>
      9 <script src="../../deqp-deps.js"></script>
     10 <script>goog.require('functional.gles3.es3fNegativeStateApiTests');</script>
     11 </head>
     12 <body>
     13 <div id="description"></div>
     14 <div id="console"></div>
     15 <canvas id="canvas" width="320" height="240"></canvas>
     16 <script>
     17 var wtu = WebGLTestUtils;
     18 var gl = wtu.create3DContext('canvas', null, 2);
     19 
     20 functional.gles3.es3fNegativeStateApiTests.run(gl);
     21 </script>
     22 </body>
     23 </html>