- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / data / gpu / functional_webgl.html
1 <html>
2 <script type="text/javascript" src="./functional_files/context.js"></script>
3 <body onload="startWebGLContext()">
4   <canvas id="glcanvas" width="640" height="480">
5     Your browser doesn't appear to support the HTML5 <code>&lt;canvas&gt;</code> element.
6   </canvas>
7 </body>
8 </html>