Bug 1290178 - [1.2] Add crashtest for MP3 playback with invalid XING headers. r=gerald

This commit is contained in:
Eugen Sawin 2016-07-28 19:55:32 +02:00
Родитель 2bcd075f28
Коммит d4f17a5cd1
3 изменённых файлов: 10 добавлений и 0 удалений

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

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Bug 1236639: Crash on audio playback due to invalid XING headers</title>
</head>
<body>
<audio autoplay src="1236639.mp3"></audio>
</body>
</html>

Двоичные данные
dom/media/test/crashtests/1236639.mp3 Normal file

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

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

@ -95,3 +95,4 @@ load oscillator-ended-2.html
load video-replay-after-audio-end.html
# This needs to run at the end to avoid leaking busted state into other tests.
skip-if(B2G) load 691096-1.html # bug 852821
load 1236639.html