Backed out changeset 7272b7396c78 (bug 1932758) for causing fenix debug failures...
[gecko.git] / dom / canvas / test / webgl-conf / checkout / conformance / rendering / draw-arrays-out-of-bounds.html
blob6577fa0b0ada06277b373abb750b072bbdbccba0
1 <!--
2 Copyright (c) 2019 The Khronos Group Inc.
3 Use of this source code is governed by an MIT-style license that can be
4 found in the LICENSE.txt file.
5 -->
7 <!DOCTYPE html>
8 <html>
9 <head>
10 <meta charset="utf-8">
11 <link rel="stylesheet" href="../../resources/js-test-style.css"/>
12 <script src="../../js/js-test-pre.js"></script>
13 <script src="../../js/webgl-test-utils.js"></script>
14 <script src="../../js/tests/out-of-bounds-test.js"></script>
15 </head>
16 <body>
17 <div id="description"></div>
18 <div id="console"></div>
20 <script>
21 "use strict";
22 description("Test of drawArrays with out-of-bounds parameters");
24 OutOfBoundsTest.runDrawArraysTest('gl.drawArrays(gl.TRIANGLES, $(offset), $(count))',
25 WebGLTestUtils.create3DContext(), WebGLTestUtils);
27 debug("")
28 var successfullyParsed = true;
29 </script>
31 <script src="../../js/js-test-post.js"></script>
32 </body>
33 </html>