blob: 350b0325f3dac163dbd16198f810f55b510061a6 [file] [log] [blame]
Test checking if active selection is cleared after type ahead
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS mouseDownAtOption(1); bitPatternForSelectedOptions() is "0100000"
PASS sendkeyDown("5"); bitPatternForSelectedOptions() is "0000010"
PASS sendkeyDown("upArrow", "shiftKey"); bitPatternForSelectedOptions() is "0000110"
PASS successfullyParsed is true
TEST COMPLETE