зеркало из https://github.com/mozilla/pjs.git
Add crashtest
This commit is contained in:
Родитель
ea699aa0f6
Коммит
bc2ff7cbed
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
var XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||
|
||||
function boom()
|
||||
{
|
||||
var z = document.createElementNS(XUL_NS, "window");
|
||||
document.body.appendChild(z);
|
||||
z.setAttribute("hidechrome", "true");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -3,5 +3,6 @@ load 326875-1.xul
|
|||
load 326881-1.xul
|
||||
load 329982-1.xhtml
|
||||
load 336096-1.xhtml
|
||||
load 354611-1.html
|
||||
load 360078-1.xhtml
|
||||
load 363791-1.xul
|
||||
|
|
Загрузка…
Ссылка в новой задаче