mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
crashtest for bug 944851
based on testcase by Jesse Ruderman <jruderman@gmail.com> --HG-- extra : rebase_source : f9bbe6e23afac15180a91e7c6d276483e4320d3a
This commit is contained in:
parent
39582dd9ce
commit
f19e56d843
17
content/media/test/crashtests/944851.html
Normal file
17
content/media/test/crashtests/944851.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user