RetroZilla/layout/html/tests/table/bugs/bug133948.html

37 lines
696 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>yet another 100% problem</title>
</head>
<body>
<table bgcolor="black" height=100% width=100% summary="test1" border=1 cellpadding=10 cellspacing=0>
<tr>
<td>
<table bgcolor="orange" height=100% width=100% summary="test2" border=1 cellpadding=10 cellspacing=0>
<tr>
<td>
<table bgcolor="red" height=100% width=100% summary="test3" border=1 cellpadding=10 cellspacing=0>
<tr>
<td>
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>