Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug20579.html
blob18bbd9bbfb5daff4db4cbfac941bdd1ee70c0d44
1 <html>
2 <head>
3 <title>Testcase for bug 20579</title>
4 </head>
5 <body bgcolor="#FFFFFF">
6 <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>
7 &lt;TD>&lt;form>Weekly Poll&lt;P>&lt;/form>&lt;/TD>
8 </code></p>
10 <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0><TR>
11 <TD>
12 <form>
13 Weekly Poll<P> <!-- ATTENTION: unmatched P start tag here -->
14 </form>
15 </TD>
17 <TD WIDTH=1>
18 <IMG HEIGHT=50 WIDTH=1 SRC="../images/gray2.gif"></TD>
20 <TD WIDTH="100%"><BR></TD>
21 </TR></TABLE>
23 </body>
24 </html>