summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/1489160.html
blob: c4f643700c33c8f6e6ef0d3d4a711fadf782b057 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<script>
audio = new AudioContext()
audio.close()
audio.close()
</script>
</head>
</html>