mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
6
dom/media/test/crashtests/880404.html
Normal file
6
dom/media/test/crashtests/880404.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<script>
|
||||
o1 = new window.OfflineAudioContext(2, 32, 44100);
|
||||
o12 = o1.createConvolver();
|
||||
o12.buffer = function(){var buffer = o1.createBuffer(1, 78, o1.sampleRate);for(var c=0; c<1; c++) {for(var i=0; i<78; i++) {buffer.getChannelData(c)[i] = 1;}}return buffer;}();
|
||||
o1.startRendering();
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue