summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/852838.html
blob: 0bea29351b790478b038a61e422d45cc5a492274 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
    <head>
        <script>
            var o0 = new window.AudioContext();
            var o1 = o0.createBuffer(536870912, 1, 8192);
        </script>
    </head>
    <body>
    </body>
</html>