[wpt-sync] Sync PR 40698 - [Event Timing] Exposed interactionId to Keypress
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox125 fixed)
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40698 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40698
Details from upstream follow.
Patricijia <cer.patricija@gmail.com> wrote:
[Event Timing] Exposed interactionId to Keypress
Changed the logic of generating interaction Id for keyboard events.
The interaction id is now generated during the keydown entry.
As the keypress event always follows the keydown event,
the same (CurrentInteractionId) is assigned to the keypress event.The logic is illustrated in this document: https://docs.google.com/document/d/18CIY9KMy7afzZVnNK2zKHq3P-H4vVpFgXpt7a4agPsA/edit?usp=sharing
Bug: 1456384
Change-Id: Ie736f3f189e9a349badbe03c4a65627ac491eff4Reviewed-on: https://chromium-review.googlesource.com/4632521
WPT-Export-Revision: 3e8fd3cdbbdd142e7f30b69a63becc1314640009
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /event-timing/interactionid-keypress.html [wpt.fyi]
- Event Timing: compare event timing interactionId for keypress.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Event Timing: compare event timing interactionId for keypress.:
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e812db6b89e9
https://hg.mozilla.org/mozilla-central/rev/487957fb3c28
Description
•