Add a crashtest

This commit is contained in:
jruderman@hmc.edu 2008-01-06 15:09:10 -08:00
parent a839548755
commit 67fc631e98
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
document.getElementById("k").style.display = "-moz-inline-stack";
}
</script>
<body onload="boom();">
<div style="display: table;"><div id="k" style="height: 18000000px;">x</div></div>
</body>
</html>

View File

@ -40,6 +40,7 @@ load 370794-1.html
load 371348-1.xhtml
load 371566-1.xhtml
load 372376-1.xhtml
load 373859-1.html
load 382199-1.html
load 382396-1.xhtml
load 385265-1.xhtml