14 lines
743 B
HTML
14 lines
743 B
HTML
<html class="reftest-wait">
|
|
<base ref="/gen/third_party/dawn/webgpu-cts/src/webgpu" />
|
|
<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="cvs0" width="20" height="20" style="width: 20px; height: 20px;"></canvas>
|
|
<canvas id="cvs1" width="20" height="20" style="width: 20px; height: 20px;"></canvas>
|
|
<canvas id="cvs2" width="20" height="20" style="width: 20px; height: 20px;"></canvas>
|
|
<script src="/common/reftest-wait.js"></script>
|
|
<script type="module" src="canvas_clear.html.js"></script>
|
|
</html>
|