blob: ef88c9359740e56200f361dc5717d4aa375b8012 [file] [log] [blame]
<!DOCTYPE html>
<html class="reftest-wait">
<base ref="/gen/third_party/dawn/webgpu-cts/src/webgpu" />
<title>WebGPU canvas_colorspace_bgra8unorm</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 bgra8norm canvas with colorSpace set should be rendered correctly" />
<link rel="match" href="./ref/canvas_colorspace-ref.html" />
<script type="module">
import { runColorSpaceTest } from './canvas_colorspace.html.js';
runColorSpaceTest('bgra8unorm');
</script>
<body></body>
</html>