Backed out changeset 7272b7396c78 (bug 1932758) for causing fenix debug failures...
[gecko.git] / dom / canvas / test / webgl-conf / checkout / deqp / functional / gles3 / fbodepthbuffer.html
blobe74b8285c0c5e8685c425d5ee1470915af3ac693
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>WebGL FBO Depthbuffer 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>
9 <script src="../../../closure-library/closure/goog/base.js"></script>
10 <script src="../../deqp-deps.js"></script>
11 <script>goog.require('functional.gles3.es3fFboDepthbufferTests');</script>
12 </head>
13 <body>
14 <div id="description"></div>
15 <div id="console"></div>
16 <canvas id="canvas" width="256" height="256"> </canvas>
17 <script>
18 var wtu = WebGLTestUtils;
19 var gl = wtu.create3DContextWithWrapperThatThrowsOnGLError('canvas', null, 2);
22 try {
23 functional.gles3.es3fFboDepthbufferTests.run(gl);
25 catch(err)
27 bufferedLogToConsole(err);
30 </script>
31 </body>
32 </html>