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

function boom()
{
    new AudioContext().createBufferSource().playbackRate.linearRampToValueAtTime(0, -1);
}

</script>
</head>
<body onload="boom();"></body>
</html>