Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /webgpu/cts/web_platform/reftests/delay_get_texture.https.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html class="reftest-wait">
<title>WebGPU delay getCurrentTexture</title>
<meta charset="utf-8" />
<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>