Open
Bug 1861844
Opened 1 year ago
Updated 7 months ago
[wpt-sync] Sync PR 42828 - Make invoketarget dispatch composed InvokeEvents
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42828 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42828
Details from upstream follow.
Keith Cirkel <chromium@keithcirkel.co.uk> wrote:
Make invoketarget dispatch composed InvokeEvents
Bug: 1497197
Change-Id: Ib63de19c90ef9548489fd1f415db58281f5c95f9
Reviewed-on: https://chromium-review.googlesource.com/4987342
WPT-Export-Revision: c8a1fe9cc2c9e32381ba22ebe227356e25756aee
Assignee | ||
Comment 1•1 year ago
|
||
PR 42828 applied with additional changes from upstream: ff48f1e16f44d32e1805a085342c197a4966b66c
Assignee | ||
Updated•1 year ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Assignee | ||
Comment 2•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d94f65d94225643e0ad9928afe9177d377c34715
Assignee | ||
Comment 3•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=965254cf26c0d6ba91e6217bd42e5bb3eac5c9f2
Assignee | ||
Comment 4•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 5 subtests
Status Summary
Firefox
OK
: 1
PASS
: 2
FAIL
: 3
Chrome
OK
: 1
PASS
: 2
FAIL
: 3
Safari
OK
: 1
PASS
: 2
FAIL
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/invokers/invoketarget-button-event-dispatch.tentative.html [wpt.fyi]
- event dispatches on click:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - event action is set to invokeAction:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - event action is set to invokeaction attribute:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- event dispatches on click:
You need to log in
before you can comment on or make changes to this bug.
Description
•