Add crashtest

This commit is contained in:
jruderman@hmc.edu 2008-03-05 20:42:55 -08:00
parent e4ddc67201
commit 7151835b7d
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<head>
<script type="text/javascript">
function boom()
{
for(var p in document.getElementById("prefs")) {
}
for(var p in window) {
}
}
</script>
</head>
<body onload="boom();">
<xul:preferences id="prefs" />
</body>
</html>

View File

@ -7,3 +7,4 @@ load 342954-2.xhtml
load 406900-1.xul
load 406904-1.xhtml
load 406904-2.xhtml
load 418133-1.xhtml