Bug 1185191 - Add crashtest. r=me

This commit is contained in:
Jesse Ruderman 2017-10-26 09:05:03 -04:00
Родитель a46587ea41
Коммит f8a9383a3d
2 изменённых файлов: 22 добавлений и 0 удалений

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

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var a = new AudioContext();
var b = new BroadcastChannel("x");
a.addEventListener("statechange", bye, false);
}
function bye()
{
location = "data:text/html,2";
}
</script>
</head>
<body onload="boom();"></body>
</html>

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

@ -14,6 +14,7 @@ load 855796.html
load 860143.html
load 861958.html
load 863929.html
load 1185191.html
load 1281695.html
load 1306476.html
load 1348381.html