blob: 38f3747744620947d4cd8330501d84238b0618cc [file] [log] [blame]
This test passes if it does not crash.
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
in_canvas = document.body.appendChild(document.createElement('canvas'));
webgl = in_canvas.getContext('webgl', { xrCompatible: true });
</script>