crashtest for bug 1228484 r=karlt

--HG--
extra : rebase_source : 0721ac827d904e07d1c64145eaf7c36f545c54da
This commit is contained in:
Jesse Ruderman 2015-12-04 12:45:47 +13:00
Родитель 63528b5b3f
Коммит 554d619f84
2 изменённых файлов: 14 добавлений и 0 удалений

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

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<script>
var htmlAudio = new Audio(URL.createObjectURL(new window.MediaSource()));
(new window.AudioContext("ringer")).createMediaElementSource(htmlAudio);
(new window.AudioContext("alarm")).createMediaElementSource(htmlAudio);
</script>
</head>
</html>

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

@ -81,6 +81,7 @@ load 1157994.html
load 1158427.html
load 1185176.html
load 1185192.html
load 1228484.html
load analyser-channels-1.html
load audiocontext-double-suspend.html
load buffer-source-duration-1.html