Bug 844563 - Crash [@ mozilla::MediaDecoder::SetPreservesPitch], add tests. r=kinetik

This commit is contained in:
Paul Adenot 2013-02-26 09:52:11 +01:00
Родитель c4507b89e8
Коммит e305b42bab
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -0,0 +1,5 @@
<script>
var a = document.createElementNS("http://www.w3.org/1999/xhtml", "audio");
a.mozPreservesPitch = a;
</script>

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

@ -12,3 +12,4 @@ skip-if(Android) load 691096-1.html # Android sound API can't handle playing lar
load 752784-1.html
skip-if(Android||B2G) HTTP load 795892-1.html # load failed, bug 833371 for B2G
skip-if(Android||B2G) load 789075-1.html # load failed, bug 833371 for B2G
load 844563.html