webgl: Add tests for canvas texturing

This commit is contained in:
Emilio Cobos Álvarez 2015-09-19 18:27:24 +02:00
parent e2b7a01055
commit 5d7d745ab4
4 changed files with 235 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<!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>