Bug 1762620 - Add a test with a wav file that has 255 audio channels. r=alwu

Differential Revision: https://phabricator.services.mozilla.com/D143624
This commit is contained in:
Paul Adenot 2022-05-13 08:35:53 +00:00
Родитель 86b699e35f
Коммит 3d44a8f8d1
3 изменённых файлов: 9 добавлений и 0 удалений

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

@ -0,0 +1,8 @@
<audio id='fuzzed' controls>
<source src='fuzzed.wav'>
</audio>
<script>
var m = document.getElementById('fuzzed')
m.addEventListener('canplay', m.play, true)
</script>

Двоичные данные
dom/media/test/crashtests/255ch.wav Normal file

Двоичный файл не отображается.

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

@ -152,4 +152,5 @@ load 1734008.html
load 1741677.html
load 1748272.html
load 1752917.html
load 1762620.html
load 1765842.html