[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / LayoutTests / fast / canvas / webgl / tex-image-and-sub-image-2d-with-image-data.html
1 <!DOCTYPE html>
2 <html>
3 <head>
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>
7 <script src="resources/webgl-test.js"></script>
8 <script src="resources/webgl-test-utils.js"></script>
9 <script src="resources/tex-image-and-sub-image-2d-with-image-data.js"></script>
10 <script>
11 function testPrologue(gl) {
12     return true;
13 }
14 </script>
15 </head>
16 <body onload='generateTest("RGBA", "UNSIGNED_BYTE", testPrologue)()'>
17 <canvas id="texcanvas" width="1px" height="2px"></canvas>
18 <canvas id="example" width="1px" height="2px"></canvas>
19 <div id="description"></div>
20 <div id="console"></div>
21 </body>
22 </html>