mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 11:10:13 +01:00
25 lines
610 B
HTML
25 lines
610 B
HTML
<html>
|
|
<head>
|
|
<title>Testcase for bug 20579</title>
|
|
</head>
|
|
<body bgcolor="#FFFFFF">
|
|
<p><b>Testcase distilled from <a href="http://www.linuxplanet.com/linuxplanet/">http://www.linuxplanet.com/linuxplanet/</a><br>First cell is coded as: </b><code>
|
|
<TD><form>Weekly Poll<P></form></TD>
|
|
</code></p>
|
|
|
|
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0><TR>
|
|
<TD>
|
|
<form>
|
|
Weekly Poll<P> <!-- ATTENTION: unmatched P start tag here -->
|
|
</form>
|
|
</TD>
|
|
|
|
<TD WIDTH=1>
|
|
<IMG HEIGHT=50 WIDTH=1 SRC="../images/gray2.gif"></TD>
|
|
|
|
<TD WIDTH="100%"><BR></TD>
|
|
</TR></TABLE>
|
|
|
|
</body>
|
|
</html>
|