DescriptionAdd KeyboardEventCodeInteractiveTest to test ui_test_utils::SendKeyPressSync()
KeyboardEventCodeInteractiveTest starts a web page to record all the
KeyboardEvent.code it received, sends several key presses through
ui_test_utils::SendKeyPressSync() and verifies whether the record is expected.
This test ensures KeyboardEvent.code can be correctly set by using
ui_test_utils::SendKeyPressSync() function. After change
https://codereview.chromium.org/2939283002/, this test should pass on all
platforms.
BUG=680809
Patch Set 1 : This iteration is expected to success on Windows as https://codereview.chromium.org/2939283002/ is merged #Patch Set 2 : This iteration is expected to fail on Windows as https://codereview.chromium.org/2939283002/ is req… #
Messages
Total messages: 18 (17 generated)
|