| JavaScript | Steps: Click each of the buttons in turn. Verify: Make sure an alert does not pop up. | 
|---|---|
| Click, Keyboard | Steps: Click, hit left/right/up/down/home/end and use SHIFT and CTRL in combination. Verify: That an alert pops up each time you | 
| Drag | Steps: Drag the mouse across multiple options. Verify: That an alert pops up only when you finish dragging. | 
| Cancel Dropdown | Steps: Click the dropdown, and then press ESC or click outside the combobox. Verify: onChange should not fire. | 
| Reset | Steps: Change values in various selects, and hit Reset. Verify: onChange should not fire. |