| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
| 2 "http://www.w3.org/TR/html4/loose.dtd"> | 2 "http://www.w3.org/TR/html4/loose.dtd"> |
| 3 <html> | 3 <html> |
| 4 <head> | 4 <head> |
| 5 <title>WebGL BindBuffer conformance test.</title> | 5 <title>WebGL BindBuffer conformance test.</title> |
| 6 <script src="../../js/resources/js-test-pre.js"></script> | 6 <script src="../../../resources/js-test.js"></script> |
| 7 <script src="resources/webgl-test.js"> </script> | 7 <script src="resources/webgl-test.js"> </script> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 <canvas id="example" width="40" height="40" style="width: 40px; height: 40px;"><
/canvas> | 10 <canvas id="example" width="40" height="40" style="width: 40px; height: 40px;"><
/canvas> |
| 11 <div id="description"></div> | 11 <div id="description"></div> |
| 12 <div id="console"></div> | 12 <div id="console"></div> |
| 13 <script> | 13 <script> |
| 14 description("Checks a buffer can only be bound to 1 target."); | 14 description("Checks a buffer can only be bound to 1 target."); |
| 15 | 15 |
| 16 debug(""); | 16 debug(""); |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 debug(""); | 53 debug(""); |
| 54 </script> | 54 </script> |
| 55 </body> | 55 </body> |
| 56 | 56 |
| 57 <script> | 57 <script> |
| 58 </script> | 58 </script> |
| 59 | 59 |
| 60 </body> | 60 </body> |
| 61 </html> | 61 </html> |
| 62 | 62 |
| OLD | NEW |