summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/1228484.html
blob: 2b2e9b0f9e8958bdb68de2fecb8db07358493075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<script>

var htmlAudio = new Audio(URL.createObjectURL(new window.MediaSource()));

(new window.AudioContext("ringer")).createMediaElementSource(htmlAudio);
(new window.AudioContext("alarm")).createMediaElementSource(htmlAudio);

</script>
</head>
</html>