Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfercontrol.to.offscreen-crash.html - WPT Dashboard Interop Dashboard
<title>Transfer Canvas without Context</title>
<canvas id="canvas"></canvas>
<script>
canvas.transferControlToOffscreen();
canvas.toBlob(_ => {});
</script>