--HG--
extra : rebase_source : 0e049c2e25f60bfff2dd45869a770ed9055c9de2
This commit is contained in:
Karl Tomlinson 2013-10-01 09:49:31 +13:00
Родитель 6e22b00095
Коммит 78889ff332
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,6 @@
<script>
var ctx = new AudioContext();
var buffer = ctx.createBuffer(1, 1000, ctx.sampleRate);
var array = new Float32Array(900);
buffer.copyToChannel(array, 0, 0xfffffff8);
</script>

Просмотреть файл

@ -56,5 +56,6 @@ load 907986-2.html
load 907986-3.html load 907986-3.html
load 907986-4.html load 907986-4.html
load 910171-1.html load 910171-1.html
load 920987.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