Adding a crashtest.

This commit is contained in:
jruderman@hmc.edu 2008-03-26 19:57:55 -07:00
parent daae248002
commit 1732cb4d46
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,37 @@
<html>
<head>
<script type="text/javascript">
function boom()
{
var img = document.createElement("img");
document.getElementById("g").appendChild(img);
img.width = 1;
}
</script>
<style type="text/css">
.margin {
margin: 1em 0;
}
.dd:before {
white-space: pre;
line-height: 0;
content: "b";
}
</style>
</head>
<body onload="boom();">
<div style="-moz-column-count: 2;">
X
<div class="margin">y</div>
<span><span id="g"></span>&shy;<div class="margin"></div><span class="dd"><div></div></span></span>
</div>
</body>
</html>

View File

@ -87,6 +87,7 @@ load 394237-1.html
load 394820-1.html
load 395316-1.html
load 395450-1.xhtml
load 397007-1.html
load 397187-1.html
load 397852-1.xhtml
load 398181-1.html