Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug7342.html
blob5456f3a58a14d1c57c060f771056c3dbe2237f7f
1 <HTML>
2 <BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#000099 VLINK=#660099 ALINK=#CC0033>
4 <p>Click on a link on the left hand column. Also note the overlap of the
5 text box with the submit button. (And, removing the font tag that is wrapped
6 around the text box clears up layout).</p>
7 <br>
9 <FORM ACTION="this" NAME="searchform" METHOD="GET">
11 <CENTER>
12 <TABLE WIDTH=600 BORDER=1 CELLPADDING=3 CELLSPACING=3 BGCOLOR=#eeeeee>
13 <TR>
14 <TD WIDTH=120 valign=top>
15 <TABLE WIDTH=100% HEIGHT=120 BORDER=1 CELLPADDING=2 CELLSPACING=2 BGCOLOR=#ffffff>
16 <TR>
17 <TD HEIGHT=25% BGCOLOR=#CCCCCC>
18 <a href=""><B>Netscape</B></A>
19 </TD>
20 </TR>
21 <TR>
22 <TD HEIGHT=25% BGCOLOR=#ffffff>
23 <a href=""><B>Infoseek</B></A>
24 </TD>
25 </TR>
26 <TR>
27 <TD HEIGHT=25% BGCOLOR=#ffffff>
28 <a href=""><B>LookSmart</B></A>
29 </TD>
30 </TR>
31 <TR>
32 <TD HEIGHT=25% BGCOLOR=#ffffff>
33 <a href=""><B>Directory</B></A>
34 </TD>
35 </TR>
36 </TABLE>
37 </TD>
38 <TD WIDTH=472 HEIGHT=120 BGCOLOR=#CCCCCC VALIGN="MIDDLE">
40 <TABLE WIDTH=100% BORDER=1 CELLSPACING=4 CELLPADDING=4>
42 <TR>
43 <TD COLSPAN=3 WIDTH=354 VALIGN="TOP">
44 <FONT FACE="sans-serif" SIZE=2>
45 <INPUT TYPE="TEXT" NAME="search" SIZE=41 MAXLENGTH=80>
46 </FONT>
47 </TD>
48 <TD WIDTH=118 VALIGN="TOP">
49 <INPUT TYPE="submit" VALUE="Search">
50 </TD>
51 </TR>
53 <TR>
54 <TD WIDTH=118 VALIGN="TOP">asdf </TD>
55 <TD WIDTH=118 VALIGN="TOP">asdf </TD>
56 <TD WIDTH=118 VALIGN="TOP">asdf </TD>
57 <TD WIDTH=118 VALIGN="TOP">asdf </TD>
58 </TR>
59 </TABLE>
61 </TD>
62 </TR>
63 </TABLE>
65 </CENTER>
67 </BODY>
68 </HTML>