Add crashtest

This commit is contained in:
jruderman@hmc.edu 2007-12-19 15:01:41 -08:00
parent c53af5a3e4
commit e922102a90
2 changed files with 21 additions and 0 deletions

View File

@ -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>

View File

@ -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