Add crashtest

git-svn-id: svn://10.0.0.236/trunk@242403 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2008-01-05 04:39:04 +00:00
parent d7914fcb38
commit 00c0b1d84e
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,2 @@
<?xml version="1.0"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><menulist equalsize="always"><y/> <z width="-444981589286"/> </menulist></window>

View File

@ -0,0 +1,31 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
<![CDATA[
function init()
{
var textbox = document.getElementsByTagName("textbox")[0];
var hbox = document.getAnonymousNodes(textbox)[0];
var menupopup = document.getAnonymousNodes(hbox)[1];
menupopup.click();
}
window.addEventListener("load", init, false);
]]>
</script>
</head>
<body>
<textbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"/>
</body>
</html>

View File

@ -3,6 +3,7 @@ load 322786-1.xul
load 326879-1.xul
load 327776-1.html
load 328135-1.xul
load 329327-1.xul
load 329407-1.xml
load 344228-1.xul
load 346083-1.html