| 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 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/> | |
| 6 <script src="../../js/resources/js-test-pre.js"></script> | 5 <script src="../../js/resources/js-test-pre.js"></script> |
| 7 <script src="resources/webgl-test.js"></script> | 6 <script src="resources/webgl-test.js"></script> |
| 8 <script src="resources/webgl-test-utils.js"></script> | 7 <script src="resources/webgl-test-utils.js"></script> |
| 9 <script src="resources/tex-image-and-sub-image-2d-with-video.js"></script> | 8 <script src="resources/tex-image-and-sub-image-2d-with-video.js"></script> |
| 10 <script> | 9 <script> |
| 11 function testPrologue(gl) { | 10 function testPrologue(gl) { |
| 12 return true; | 11 return true; |
| 13 } | 12 } |
| 14 </script> | 13 </script> |
| 15 </head> | 14 </head> |
| 16 <body onload='generateTest("RGBA", "UNSIGNED_SHORT_5_5_5_1", testPrologue)()'> | 15 <body onload='generateTest("RGBA", "UNSIGNED_SHORT_5_5_5_1", testPrologue)()'> |
| 17 <canvas id="example" width="32px" height="32px"></canvas> | 16 <canvas id="example" width="32px" height="32px"></canvas> |
| 18 <div id="description"></div> | 17 <div id="description"></div> |
| 19 <div id="console"></div> | 18 <div id="console"></div> |
| 20 <video width="640" height="228" id="vid" controls> | 19 <video width="640" height="228" id="vid" controls> |
| 21 <source src="resources/red-green.mp4" type='video/mp4; codecs="avc1.42E01E, m
p4a.40.2"' /> | 20 <source src="resources/red-green.mp4" type='video/mp4; codecs="avc1.42E01E, m
p4a.40.2"' /> |
| 22 <source src="resources/red-green.webmvp8.webm" type='video/webm; codecs="vp8,
vorbis"' /> | 21 <source src="resources/red-green.webmvp8.webm" type='video/webm; codecs="vp8,
vorbis"' /> |
| 23 <source src="resources/red-green.theora.ogv" type='video/ogg; codecs="theora,
vorbis"' /> | 22 <source src="resources/red-green.theora.ogv" type='video/ogg; codecs="theora,
vorbis"' /> |
| 24 </video> | 23 </video> |
| 25 </body> | 24 </body> |
| 26 </html> | 25 </html> |
| OLD | NEW |