servo/tests/ref/webgl-context/tex_image_2d_canvas_ref.html
2015-09-25 16:20:31 +02:00

11 lines
239 B
HTML

<!doctype html>
<meta charset="utf-8">
<title>WebGL texture test</title>
<!--
This test should show a 256x256 red square
-->
<style>
html, body { margin: 0 }
div { width: 256px; height: 256px; background: red; }
</style>
<div></div>