summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/webgpu/cts/web_platform/reftests/delay_get_texture.https.html
blob: 054c352ac23a7af23f3d3ef913b5a79d9dee1c57 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html class="reftest-wait">
  <title>WebGPU delay getCurrentTexture</title>
  <meta charset="utf-8" />
  <link rel="help" href="https://gpuweb.github.io/gpuweb/" />
  <meta name="assert" content="WebGPU delay calling getCurrentTexture should be presented correctly" />
  <link rel="match" href="./ref/delay_get_texture-ref.html" />
  <canvas id="cvs0" width="20" height="20" style="width: 20px; height: 20px;"></canvas>
  <script type="module" src="delay_get_texture.html.js"></script>
</html>