Bug 1526541 [wpt PR 15208] - Replicating "Alt" key workaround for IE WebDriver tests...
commitb909fc42e19094043af8c8c6faa8131400aaa97d
authorjimevans <james.h.evans.jr@gmail.com>
Tue, 12 Feb 2019 14:10:26 +0000 (12 14:10 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Thu, 14 Feb 2019 11:38:51 +0000 (14 11:38 +0000)
treed7e4f4ebe15273996e1a0458b30ae290f3647121
parent300ecd22d143fb0e0e0d3663e977fa9670d55265
Bug 1526541 [wpt PR 15208] - Replicating "Alt" key workaround for IE WebDriver tests, a=testonly

Automatic update from web-platform-tests
webdriver: replicate "Alt" key workaround for IE WebDriver tests (#15208)

When the Alt key is pressed on Windows, it activates the menu bar for
the focused application. This means that subsequent operations must
first dismiss the menu before being able to carry on. This commit
for Internet Explorer duplicates the workaround for Alt keys from
the test_special_key_sends_keydown subtest in key_events.py to the
test_modifier_key_sends_correct_events subtest.

--

wpt-commits: 9366e48c23a041b398b3345ba8bce6fc66a934ff
wpt-pr: 15208
testing/web-platform/tests/webdriver/tests/perform_actions/key_events.py