blob: 78c9f60064eb8b42d5bb50852a56651e4842cf8b [file] [log] [blame]
<!DOCTYPE html>
<html class="reftest-wait">
<base ref="/gen/third_party/dawn/webgpu-cts/src/webgpu" />
<title>WebGPU canvas_colorspace_rgba16float</title>
<meta charset="utf-8" />
<style>
canvas {
width: 128px;
height: 128px;
margin-right: 5px;
image-rendering: pixelated;
image-rendering: crisp-edges;
}
</style>
<link rel="help" href="https://gpuweb.github.io/gpuweb/" />
<meta name="assert" content="WebGPU rgba16float canvas with colorSpace set should be rendered correctly" />
<link rel="match" href="./ref/canvas_colorspace-ref.html" />
<meta name=fuzzy content="maxDifference=0-2;totalPixels=0-9999999">
<script type="module">
import { runColorSpaceTest } from './canvas_colorspace.html.js';
runColorSpaceTest('rgba16float');
</script>
<body></body>
</html>