summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/web_platform/reftests/ref/canvas_colorspace-ref.html
blob: a6da9f6748a4f8d7fd75d78c1ad1b55159b2db7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <title>WebGPU canvas_colorspace (ref)</title>
  <meta charset="utf-8" />
  <link rel="help" href="https://gpuweb.github.io/gpuweb/" />
  <style>
    canvas {
      width: 128px;
      height: 128px;
      margin-right: 5px;
      image-rendering: pixelated;
      image-rendering: crisp-edges;
    }
  </style>
  <body></body>
  <script type="module" src="canvas_colorspace-ref.html.js"></script>
</html>