Add crashtest.

git-svn-id: svn://10.0.0.236/trunk@241424 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2007-12-16 02:40:51 +00:00
parent 34de6b8fd8
commit 61dbb13e3e
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var s = document.getElementById("s");
var t = document.getElementById("t");
s.parentNode.removeChild(s);
t.style.display = "none";
}
</script>
<style id="s">
.float { float: right; height: 1em; }
</style>
<style>
#t { border: 1px solid green; }
</style>
</head>
<body onload="boom();">
<div style="-moz-column-count: 2;"><div id="t" class="float"></div></div>
</body>
</html>

View File

@ -22,6 +22,7 @@ load 388709-1.html
load 390050-1.html
load 390050-2.html
load 390050-3.html
load 390762-1.html
load 393758-1.xhtml
load 393906-1.html
load 404204-1.html