зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
86b699e35f
Коммит
3d44a8f8d1
|
@ -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>
|
||||
|
Двоичный файл не отображается.
|
@ -152,4 +152,5 @@ load 1734008.html
|
|||
load 1741677.html
|
||||
load 1748272.html
|
||||
load 1752917.html
|
||||
load 1762620.html
|
||||
load 1765842.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче