[wpt-sync] Sync PR 20283 - Change key code to "MetaLeft" and "MetaRight" for "Meta" keys
Categories
(Testing :: geckodriver, task, P4)
Tracking
(firefox72 fixed)
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20283 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20283
Details from upstream follow.
Lan Wei <lanwei@chromium.org> wrote:
Change key code to "MetaLeft" and "MetaRight" for "Meta" keys
According to the key event spec,
https://www.w3.org/TR/uievents-code/#key-alphanumeric-functional, the
key code for the left and right "Meta" keys should be "MetaLeft" and
"MetaRight" not "OSLeft" and "OSRight". Now, we should update them for
the wpt key tests.I created an issue on webdriver github:
https://github.com/w3c/webdriver/issues/1457Bug: 1023962
Change-Id: Iff1a678c991d9c6d3733c22a481cbb653b23df0cReviewed-on: https://chromium-review.googlesource.com/1913103
WPT-Export-Revision: 2ff85beeb0c5ffb08409d512fe2aa4edabe75862
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/caa4f29d794c
https://hg.mozilla.org/mozilla-central/rev/a15b7ea271cd
Description
•