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

18 lines
396 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<body>
<table border=1>
<tr>
<td valign=top>
<table bgcolor=#ffcc99 border=0>
<form action="http://www.dejanews.com/qs.xp" method="get">
<tr align=left>
<td bgcolor=#ff6600 nowrap>Find</td>
<td>rick was here</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>