[wpt-sync] Sync PR 46947 - Fix input type for forward delete input event
Categories
(Core :: DOM: Events, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46947 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46947
Details from upstream follow.
Sambamurthy Bandaru <sambamurthy.bandaru@microsoft.com> wrote:
Fix input type for forward delete input event
A |TypingCommand| is created to execute corresponding input command and
and is reused until it is open for typing.
|TypingCommand::ForwardDeleteKeyPressed()| was reusing last typing
command without resetting its input type, which is fixed in this CL.Bug: 40736701
Change-Id: I5ca6ed8c3028c90cd32a4d206772bcf9a5d48b2b
Reviewed-on: https://chromium-review.googlesource.com/5653570
WPT-Export-Revision: 1a372cea1461d58e7ddbf95f16262e9168b24bc0
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 12 subtests
Status Summary
Firefox
OK
: 1
PASS
: 8
FAIL
: 4
Chrome
OK
: 1
PASS
: 9
FAIL
: 3
Safari
OK
: 1
PASS
: 4
FAIL
: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /input-events/input-events-typing.html [wpt.fyi]
- It triggers beforeinput and input events on typing DELETE with pre-existing content:
FAIL
linked bug:Bug 1902232
- It triggers beforeinput and input events on typing DELETE with pre-existing content:
New Tests That Don't Pass
- /input-events/input-events-typing.html [wpt.fyi]
- It triggers beforeinput and input events on typing DELETE with pre-existing content:
FAIL
(Chrome:PASS
, Safari:PASS
) - It triggers beforeinput and input events on typing DELETE with no pre-existing content:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - It triggers beforeinput and input events on typing BACK_SPACE with no pre-existing content:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - It triggers beforeinput and input events on typing Undo and Redo key combinations without an existing history:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- It triggers beforeinput and input events on typing DELETE with pre-existing content:
Comment 4•4 months ago
|
||
bugherder |
Description
•