зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1185191 - Add crashtest. r=me
This commit is contained in:
Родитель
a46587ea41
Коммит
f8a9383a3d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче