crashtest for bug 933151

--HG--
extra : transplant_source : %E5%D0%FB%18H%E3%7Dl%C8o%10m%BD%B6%E1%A0v8%12%AE
This commit is contained in:
Jesse Ruderman 2013-11-05 13:02:55 +13:00
parent e19072ca3d
commit 9edb6de6a6
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var ac = new window.AudioContext();
var buffer = ac.createBuffer(1, 24313, 47250);
buffer.copyFromChannel(buffer.getChannelData(0), '');
}
</script>
</head>
<body onload="boom();"></body>
</html>

View File

@ -60,6 +60,7 @@ load 920987.html
load 925619-1.html load 925619-1.html
load 925619-2.html load 925619-2.html
load 926619.html load 926619.html
load 933151.html
load offline-buffer-source-ended-1.html load offline-buffer-source-ended-1.html
skip-if(B2G) load oscillator-ended-1.html # intermittent B2G timeouts, bug 920338 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 skip-if(B2G) load oscillator-ended-2.html # intermittent B2G timeouts, bug 920338