1<!DOCTYPE html> 2<html> 3<body> 4<h3>Test shift + up/down keys work fine even when autofill popup window is shown.</h3> 5<ol> 6<li> Type the text 'hogehoge' in the following text input area. And press ENTER to submit. </li> 7<li> Return to this page. </li> 8<li> Type the text 'hoge' and make sure autofill popup window is shown. </li> 9<li> Move back the cursor two steps at the center between 'o' and 'g'.</li> 10<li> Press 'shift + up' key and make sure the 'ho' is selected even when autofill popup window is shown.</li> 11<li> Press 'shift + down' key and make sure the 'ge' is selected even when autofill popup window is shown.</li> 12<li> Use control/alt/command(only on Mac) modifier and check if they work fine too.</li> 13</ol> 14<form><input name=p autofocus></form> 15</body> 16</html> 17