Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug4382.html
blobd3d9da12ef871a4730ae884f5a1e07d699830908
1 The select should not contain blank items
2 <BR>
3 <FORM NAME="SearchForm" ACTION="http://www.att.net/cgi-bin/srchall"
4 METHOD="GET">
5 <B>Search</B>
6 <INPUT TYPE="text" SIZE="18" NAME="string" MAXLENGTH="40">
7 <SELECT NAME="engine">
8 <OPTION VALUE="EX" SELECTED>Excite
9 <OPTION VALUE="IS"><!-- (#) -->Infoseek
10 <OPTION VALUE="LY"><!-- (#) -->Lycos
11 </SELECT>
12 </form>
14 <BR>
15 The select should not contain blank items
16 <BR>
17 <form>
18 <SELECT NAME="target" ONCHANGE="GoUrl(this)">
19 <OPTION VALUE="/goto-sony" selected>Quick Link</OPTION>
20 <OPTION
21 VALUE="/goto-sony">.........................................................</OP
22 TION>
23 <OPTION VALUE="/goto-sca">Sony Corporation of America</OPTION>
24 <OPTION VALUE="/goto-press"> -- Press Releases</OPTION>
25 <OPTION VALUE="/goto-jobs"> -- Jobs</OPTION>
26 <OPTION VALUE="/goto-ads"> -- How to Advertise@Sony</OPTION>
27 </form>