crashtest for bug 944851

based on testcase by Jesse Ruderman <jruderman@gmail.com>

--HG--
extra : rebase_source : f9bbe6e23afac15180a91e7c6d276483e4320d3a
This commit is contained in:
Karl Tomlinson 2014-07-30 13:33:32 +12:00
parent 39582dd9ce
commit f19e56d843
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
var ac = new AudioContext(1, 1354, 44100);
var shaper = ac.createWaveShaper();
var biquad = ac.createBiquadFilter();
shaper.connect(biquad.frequency);
biquad.getFrequencyResponse(new Float32Array(55785),
new Float32Array(62876),
new Float32Array(45111));
</script>
</head>
</html>

View File

@ -63,6 +63,7 @@ load 925619-2.html
load 926619.html
load 933151.html
load 933156.html
load 944851.html
load 952756.html
load 986901.html
load buffer-source-ended-1.html