1 <p> 2 When you click the following <select>, you should see a scrollbar, 3 and should be able to scroll down to see "Z" as the last option. 4 See <a href="https://bugs.webkit.org/show_bug.cgi?id=49306">Bug 49306</a> for detail. 5 6 <p> 7 <select> 8 <option>A</option> 9 <option>B</option> 10 <option>C</option> 11 <option>D</option> 12 <option>E</option> 13 <option>F</option> 14 <option>G</option> 15 <option>H</option> 16 <option>I</option> 17 <option>J</option> 18 <option>K</option> 19 <option>L</option> 20 <option>M</option> 21 <option>N</option> 22 <option>O</option> 23 <option>P</option> 24 <option>Q</option> 25 <option>R</option> 26 <option>S</option> 27 <option>T</option> 28 <option>U</option> 29 <option>V</option> 30 <option>W</option> 31 <option>X</option> 32 <option>Y</option> 33 <option>Z</option> 34 </select> 35