haikuwebkit/LayoutTests/webgl/webgl-oom-paint-document-no...

17 lines
398 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebGL canvas "image buffer" OOM during document paint test reference image</title>
</head>
<body>
<div style="position: absolute; width: 300px; height: 150px; border:55px solid green;"></div>
<script>
"use strict";
// Printing adjusts the size of the result.
if (window.testRunner)
testRunner.setPrinting();
</script>
</body>
</html>