Add crashtest for the right bug this time.

This commit is contained in:
jruderman@hmc.edu 2007-12-15 15:52:30 -08:00
parent 6ad4866ded
commit 0472842b3c
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,34 @@
<html class="reftest-wait">
<head>
<script>
function boom()
{
var d = document.getElementById("d");
d.parentNode.removeChild(d);
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 30);">
<div id="d">
<div style="float: right">
<table border="1">
<tr>
<td style="display: -moz-groupbox"><img></td>
</tr>
<tr style="position: absolute">
<td>TD2</td>
</tr>
</table>
</div>
</div>
</body>
</html>

View File

@ -12,5 +12,6 @@ load 337419-1.html
load 343540-1.html
load 349095-1.xhtml
load 350128-1.xhtml
load 364427-1.html
load 379920-1.svg
load 379920-1.svg