Add crashtest

This commit is contained in:
jruderman@hmc.edu 2007-12-16 14:10:22 -08:00
parent 87a923acb3
commit 3d0e339d2d
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script><![CDATA[
function init()
{
var select = document.getElementsByTagName("select")[0];
select.parentNode.removeChild(select);
}
window.addEventListener("load", init, 0);
]]></script>
</head>
<body><select><input/></select></body>
</html>

View File

@ -1,4 +1,5 @@
load 310426-1.xhtml load 310426-1.xhtml
load 310520-1.xhtml
load 315752-1.xhtml load 315752-1.xhtml
load 363696-1.xul load 363696-1.xul
load 363696-2.html load 363696-2.html