mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
12 lines
239 B
HTML
12 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>
|