blob: 379a84471766fc1f94da24fb195f08b6c7787a29 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
canvas {
width: 200px;
height: 200px;
}
</style>
</head>
<body>
<canvas width="400" height="400"></canvas>
<p>The above canvas should be completely blank shortly after page load.</p>
</body>
</html>