crashtest for bug 944851
authorKarl Tomlinson <karlt+@karlt.net>
Wed, 30 Jul 2014 13:33:32 +1200
changeset 196781 bbd6da0400ff9b674d438f82e71fc9385007b8b1
parent 196780 98d22b0455f6cb8ef51d0d3288dd5c03f128da74
child 196782 356dda972163234039a727b5208dc3a2939406d9
push id1
push userroot
push dateMon, 20 Oct 2014 17:29:22 +0000
bugs944851
milestone34.0a1
crashtest for bug 944851 based on testcase by Jesse Ruderman <jruderman@gmail.com>
content/media/test/crashtests/944851.html
content/media/test/crashtests/crashtests.list
new file mode 100644
--- /dev/null
+++ b/content/media/test/crashtests/944851.html
@@ -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>
--- a/content/media/test/crashtests/crashtests.list
+++ b/content/media/test/crashtests/crashtests.list
@@ -58,16 +58,17 @@ load 907986-3.html
 load 907986-4.html
 load 910171-1.html
 load 920987.html
 load 925619-1.html
 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
 load offline-buffer-source-ended-1.html
 HTTP load media-element-source-seek-1.html
 skip-if(B2G) load oscillator-ended-1.html # intermittent B2G timeouts, bug 920338
 skip-if(B2G) load oscillator-ended-2.html # intermittent B2G timeouts, bug 920338
 load 1015662.html