basic-unused-context-crash.html (451B)
1 <!DOCTYPE html> 2 <title>WebGL context that is created but not used should not cause a crash</title> 3 <link rel="author" title="Frédéric Wang" href="mailto:fwang@igalia.com"> 4 <link rel="author" title="Mukilan Thiyagarajan" href="mailto:mukilan@igalia.com" /> 5 <link rel="issue" href="https://github.com/servo/servo/issues/41082" /> 6 7 <p>Test passes if it doesn't crash.</p> 8 9 <canvas id="canvas"></canvas> 10 <script> 11 canvas.getContext("webgl"); 12 </script>