Elvis has left the crashtest.

This commit is contained in:
jruderman@hmc.edu 2007-12-16 21:52:57 -08:00
parent dad42fe2aa
commit fa003590dc
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<html>
<head>
<script>
function boom()
{
var tbody = document.getElementById("tbody");
tbody.style.overflow = "auto";
document.body.offsetWidth;
tbody.style.overflow = "";
}
</script>
</head>
<body onload="boom();">
<table border="1">
<tbody id="tbody">
<tr>
<td>
<p>A</p>
<p style="height: 18000000px">B</p>
</td>
</tr>
</tbody>
</table>
</body>
</html>

View File

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