mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
I also removed flackyness of the clearColor test, hopefully it's fixed now that a lot of race conditions have disappeared thanks to @glennw.
16 lines
300 B
HTML
16 lines
300 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>WebGL drawArrays test</title>
|
|
<style>
|
|
html, body { margin: 0 }
|
|
div {
|
|
position: absolute;
|
|
left: 128px;
|
|
top: 128px;
|
|
width: 256px;
|
|
height: 256px;
|
|
/* Totally green */
|
|
background-color: rgb(0, 255, 0);
|
|
}
|
|
</style>
|
|
<div></div>
|