зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
05d62a8b18
Коммит
a5817ca003
|
@ -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>
|
|
@ -60,6 +60,7 @@ load 920987.html
|
|||
load 925619-1.html
|
||||
load 925619-2.html
|
||||
load 926619.html
|
||||
load 933151.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-2.html # intermittent B2G timeouts, bug 920338
|
||||
|
|
Загрузка…
Ссылка в новой задаче