Closed
Bug 1476187
Opened 7 years ago
Closed 3 years ago
[wpt-sync] Sync PR 12013 - WebDriver: fix expected key code for 'Unidentified' keys.
Categories
(Testing :: geckodriver, enhancement, P4)
Testing
geckodriver
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1512701
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12013 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12013
Details from upstream follow.
Brian Burg <bburg@apple.com> wrote:
> WebDriver: fix expected key code for 'Unidentified' keys.
>
> Per the UI Events specification (https://w3c.github.io/uievents-code/#key-legacy),
> keys such as \u00e0 (i.e., à) should have a code of "Unidentified". Some tests in
> key.py expect an empty value, which seems to be an oversight.
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → geckodriver
Comment 1•7 years ago
|
||
This was never merged to our repository. The test itself is located here now:
https://searchfox.org/mozilla-central/source/testing/web-platform/tests/webdriver/tests/perform_actions/key_events.py#89-99
James, can you have a look? I assume it was a fallout from some former bug in wpt sync, and we have to make those changes again now?
Flags: needinfo?(james)
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•