summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/web_platform/reftests/canvas_colorspace_rgba16float.https.html
blob: 7f57858e491eb7fc3e52cadbc05b19565064f1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html class="reftest-wait">
  <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=1;totalPixels=8192">
  <script type="module">
    import { runColorSpaceTest } from './canvas_colorspace.html.js';
    runColorSpaceTest('rgba16float');
  </script>
  <body></body>
</html>