blob: 86a3da939dbe94efbeec04e5d366a40736ca4560 [file] [log] [blame]
<html class="reftest-wait">
<title>WebGPU canvas_clear</title>
<meta charset="utf-8" />
<link rel="help" href="https://gpuweb.github.io/gpuweb/" />
<meta name="assert" content="WebGPU cleared canvas should be presented correctly" />
<link rel="match" href="./ref/canvas_clear-ref.html" />
<canvas id="gpucanvas" width="10" height="10"></canvas>
<script src="/common/reftest-wait.js"></script>
<script type="module" src="canvas_clear.js"></script>
</html>