Add crashtest

This commit is contained in:
jruderman@hmc.edu 2008-01-05 21:18:00 -08:00
parent 8afd62bab2
commit 424f199bac
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<html>
<head>
<script>
function foo()
{
document.getElementById("navish").style.display = "inline-block";
}
</script>
</head>
<body onload="foo()">
<div style="-moz-column-count: 2;">
<ol id="ol1" style="height: 30px;">
<li>A</li>
<li><p id="p3" style="width: 1em;">Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo</p></li>
</ol>
</div>
<p id="navish">E</p>
</body>
</html>

View File

@ -20,6 +20,7 @@ load 343206-1.xhtml
load 348991-1.xhtml
load 354458-1.html
load 354458-2.html
load 355426-1.html
load 359371-1.html
load 359371-2.html
load 363848-1.xhtml