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 <script src="../../js/resources/js-test-pre.js"></script> | 5 <script src="../../../resources/js-test.js"></script> |
6 <script src="resources/webgl-test.js"></script> | 6 <script src="resources/webgl-test.js"></script> |
7 <script src="resources/webgl-test-utils.js"></script> | 7 <script src="resources/webgl-test-utils.js"></script> |
8 <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> |
9 <script> | 9 <script> |
10 function testPrologue(gl) { | 10 function testPrologue(gl) { |
11 return true; | 11 return true; |
12 } | 12 } |
13 </script> | 13 </script> |
14 </head> | 14 </head> |
15 <body onload='generateTest("RGB", "UNSIGNED_SHORT_5_6_5", testPrologue)()'> | 15 <body onload='generateTest("RGB", "UNSIGNED_SHORT_5_6_5", testPrologue)()'> |
16 <canvas id="example" width="32px" height="32px"></canvas> | 16 <canvas id="example" width="32px" height="32px"></canvas> |
17 <div id="description"></div> | 17 <div id="description"></div> |
18 <div id="console"></div> | 18 <div id="console"></div> |
19 <video width="640" height="228" id="vid" controls> | 19 <video width="640" height="228" id="vid" controls> |
20 <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"' /> |
21 <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"' /> |
22 <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"' /> |
23 </video> | 23 </video> |
24 </body> | 24 </body> |
25 </html> | 25 </html> |
OLD | NEW |