Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /webgl/basic-unused-context-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>WebGL context that is created but not used should not cause a crash</title>
<link rel="author" title="Frédéric Wang" href="mailto:fwang@igalia.com">
<link rel="author" title="Mukilan Thiyagarajan" href="mailto:mukilan@igalia.com" />
<p>Test passes if it doesn't crash.</p>
<canvas id="canvas"></canvas>
<script>
canvas.getContext("webgl");
</script>