summaryrefslogtreecommitdiffstats
path: root/dom/canvas/crashtests/1443671.html
blob: 28a2fcd0a8264937998ce38f49cf3273df39207f (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
<script>
try { o1 = document.createElement('canvas') } catch (e) {}
try { o2 = o1.transferControlToOffscreen() } catch (e) {}
try { o2.getContext("webgl", { }) } catch (e) {}
</script>
</html>