equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 Select narrow width manual test. |
|
4 </head> |
|
5 |
|
6 <body> |
|
7 See bug:<a href="https://bugs.webkit.org/show_bug.cgi?id=25904">25904</a>. |
|
8 <p> |
|
9 This test ensures that items in a select control can be selected. There |
|
10 was a bug in Mac Chromium where select controls did not initialize their |
|
11 widths properly, and while a click on the control would display the popup, |
|
12 subsequent clicks on menu items were disregarded. |
|
13 <p> |
|
14 The bug was most easily reproduced with select controls containing many |
|
15 (more than 20) items that had narrow widths. |
|
16 <br> |
|
17 |
|
18 <select id="selectId"> |
|
19 <option>a</option> |
|
20 <option>b</option> |
|
21 <option>c</option> |
|
22 <option>d</option> |
|
23 <option>e</option> |
|
24 <option>f</option> |
|
25 <option>g</option> |
|
26 <option>h</option> |
|
27 <option>i</option> |
|
28 <option>j</option> |
|
29 <option>k</option> |
|
30 <option>l</option> |
|
31 <option>m</option> |
|
32 <option>n</option> |
|
33 <option>o</option> |
|
34 <option>p</option> |
|
35 <option>q</option> |
|
36 <option>r</option> |
|
37 <option>s</option> |
|
38 <option>t</option> |
|
39 <option>u</option> |
|
40 <option>v</option> |
|
41 <option>w</option> |
|
42 <option>x</option> |
|
43 <option>y</option> |
|
44 <option>z</option> |
|
45 </select> |
|
46 |
|
47 </body> |
|
48 </html> |