haikuwebkit/LayoutTests/tables/mozilla/bugs/bug106158-2.html

30 lines
434 B
HTML

<html>
<body>
<table width="450">
<tr>
<td>
<table bgcolor="#ffff00" align="right" cellpadding="2" cellspacing="0" border="0" width="100%">
<tr>
<td>
<font face="arial" size="2">In </font>
</td>
</tr>
</table>
<br>
<table bgcolor="#ff00ff" width="99%">
<tr>
<td>
Shop Till You Drop
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>