1<!DOCTYPE html>
2<html>
3<head>
4<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
5<title>
6Test select on elements with same beginning letter
7</title>
8</head>
9<body>
10See bug:<a href="https://bugs.webkit.org/show_bug.cgi?id=28205">28205</a>.
11<p>
12Click the drop-down to show selections (not navigate to the selection box).
13Type the first letter 'A' to go to the elements start with 'A'.
14It should select the first item starts with 'A'.
15In windows, Continue typing 'A', it should continue to select the next item starts with 'A'.
16<p>
17<select name="selOrigin"> 
18    <option value="">Select Station</option> 
19    <option value="37169_NJCL">Aberdeen Matawan</option> 
20    <option value="2_ATLC">Absecon</option> 
21    <option value="3_MNBN">Allendale</option> 
22    <option value="4_NJCL">Allenhurst</option> 
23    <option value="12_MNE">Basking Ridge</option> 
24    <option value="13_NJCL">Bay Head</option> 
25    <option value="14_BNTN">Bay Street</option> 
26    <option value="15_NJCL">Belmar</option> 
27</select>
28</body>
29</html>
30