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 "Texture Complete" texture conformance test.</title> | 5 <title>WebGL "Texture Complete" texture conformance test.</title> |
6 <script src="../../js/resources/js-test-pre.js"></script> | 6 <script src="../../js/resources/js-test-pre.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> |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 return; | 115 return; |
116 } | 116 } |
117 } | 117 } |
118 testPassed(msg); | 118 testPassed(msg); |
119 } | 119 } |
120 } | 120 } |
121 | 121 |
122 init(); | 122 init(); |
123 </script> | 123 </script> |
124 | 124 |
125 <script src="../../js/resources/js-test-post.js"></script> | |
126 | 125 |
127 </body> | 126 </body> |
128 </html> | 127 </html> |
129 | 128 |
OLD | NEW |