chromium/third_party/blink/web_tests/wpt_internal/webgpu/web_platform/reftests/canvas_colorspace_bgra8unorm.https.html

<!DOCTYPE html>
<html class="reftest-wait">
  <base href="/gen/third_party/webgpu-cts/src/webgpu/web_platform/reftests/" />
  <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" />
  <meta name=fuzzy content="maxDifference=0-2;totalPixels=0-9999999">
  <script type="module">
    import { runColorSpaceTest } from './canvas_colorspace.html.js';
    runColorSpaceTest('bgra8unorm');
  </script>
  <body></body>
</html>