Add crashtest

This commit is contained in:
Jesse Ruderman 2008-09-12 17:03:43 -07:00
parent 56803f6079
commit b786745df9
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<html>
<head>
<script type="text/javascript">
function boom()
{
document.documentElement.style.MozBinding = "url('#none')";
document.body.offsetHeight;
document.removeChild(document.documentElement)
document.appendChild(document.createElement("div"));
}
</script>
</head>
<body onload="boom();"></body>
</html>

View File

@ -113,6 +113,7 @@ load 409513.html
load 410967.html
load 411870-1.html
load 412651-1.html
load 414058-1.html
load 420031-1.html
load 420213-1.html
load 423107-1.xhtml