mirror of
https://github.com/servo/servo.git
synced 2025-07-17 20:33:40 +01:00
11 lines
239 B
HTML
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>
|