karnaze%netscape.com 4fdfe1e0ea new regression test not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@82645 18797224-902f-48f8-a5cc-f745e15eee43
2000-11-15 19:47:30 +00:00

32 lines
611 B
HTML

<HTML>
<HEAD>
<TITLE>from bug 51037...</TITLE>
<script>
function showp()
{
document.getElementById("popup").style.visibility="visible";
/* if bug 34240's fixed kills this testcase, try adding the following:
* document.getElementById("popup").style.backgroundColor = "lightgreen";
*/
}
</script>
</HEAD>
<BODY onload="showp()">
The cell padding should not disappear
<table style="position:absolute;left:120px;top:120px;" id="popup" border="1" cellpadding="10">
<tr>
<td>S&eacute;lection</td>
</tr>
<tr>
<td>Suppression</td>
</tr>
</table>
</BODY>
</HTML>