OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title>WebGL OES_element_index_uint Conformance Tests</title> | 5 <title>WebGL OES_element_index_uint Conformance Tests</title> |
6 <script src="resources/desktop-gl-constants.js" type="text/javascript"></script> | 6 <script src="resources/desktop-gl-constants.js" type="text/javascript"></script> |
7 <script src="../../js/resources/js-test-pre.js"></script> | 7 <script src="../../../resources/js-test.js"></script> |
8 <script src="resources/webgl-test.js"></script> | 8 <script src="resources/webgl-test.js"></script> |
9 <script src="resources/webgl-test-utils.js"></script> | 9 <script src="resources/webgl-test-utils.js"></script> |
10 </head> | 10 </head> |
11 <body> | 11 <body> |
12 <div id="description"></div> | 12 <div id="description"></div> |
13 <canvas id="canvas" style="width: 50px; height: 50px;"> </canvas> | 13 <canvas id="canvas" style="width: 50px; height: 50px;"> </canvas> |
14 <div id="console"></div> | 14 <div id="console"></div> |
15 <script id="vs" type="x-shader/x-vertex"> | 15 <script id="vs" type="x-shader/x-vertex"> |
16 attribute vec4 vPosition; | 16 attribute vec4 vPosition; |
17 attribute vec4 vColor; | 17 attribute vec4 vColor; |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 testPassed("bufferSubData, when buffer object was initialized with null, did
not crash"); | 412 testPassed("bufferSubData, when buffer object was initialized with null, did
not crash"); |
413 } | 413 } |
414 | 414 |
415 debug(""); | 415 debug(""); |
416 successfullyParsed = true; | 416 successfullyParsed = true; |
417 isSuccessfullyParsed(); | 417 isSuccessfullyParsed(); |
418 | 418 |
419 </script> | 419 </script> |
420 </body> | 420 </body> |
421 </html> | 421 </html> |
OLD | NEW |