Bug 1944272 - Set content-visibility-046.html as failing on Windows swr r=aryx CLOSED...
[gecko.git] / dom / canvas / test / webgl-conf / checkout / deqp / functional / gles3 / fragmentoutput / random_02.html
blob3bcf9c5442c842c49ff896a15e1e1255c550b7a9
1 <!--
3 This file is auto-generated from fragmentoutput_test_generator.py
4 DO NOT EDIT!
6 -->
8 <html>
9 <head>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11 <title>WebGL Fragment Output 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>
16 <script src="../../../../closure-library/closure/goog/base.js"></script>
17 <script src="../../../deqp-deps.js"></script>
18 <script>goog.require('functional.gles3.es3fFragmentOutputTests');</script>
19 </head>
20 <body>
21 <div id="description"></div>
22 <div id="console"></div>
23 <canvas id="canvas" width="300" height="300"> </canvas>
24 <script>
25 var wtu = WebGLTestUtils;
26 var gl = wtu.create3DContext('canvas', null, 2);
28 functional.gles3.es3fFragmentOutputTests.run(gl, [10, 11]);
29 </script>
30 </body>
31 </html>