Add crashtest

git-svn-id: svn://10.0.0.236/trunk@241521 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2007-12-17 05:51:36 +00:00
parent efb828c638
commit 3845e0e3e2
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html>
<head>
<script>
function boom()
{
document.getElementById("a").style.clear = "right";
}
</script>
</head>
<body onload="boom();">
<div style="display: table;">
<div id="a">a</div>
<div id="b" style="height: 18000000px;">b</div>
<div id="c">c c c</div>
</div>
</body>
</html>

View File

@ -15,6 +15,7 @@ load 364512-1.html
load 367673-1.xhtml
load 368166-1.xhtml
load 370876-1.html
load 373611-1.html
load 379687-1.html
load 387051-1.html
load 391898-1.html