Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / keyboard_select_elements_with_same_beginning.html
blob8e3c102b91bd7774671a444f64baf70cfe906839
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
5 <title>
6 Test select on elements with same beginning letter
7 </title>
8 </head>
9 <body>
10 See bug:<a href="https://bugs.webkit.org/show_bug.cgi?id=28205">28205</a>.
11 <p>
12 Click the drop-down to show selections (not navigate to the selection box).
13 Type the first letter 'A' to go to the elements start with 'A'.
14 It should select the first item starts with 'A'.
15 In 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>