[wpt-sync] Sync PR 44370 - Always call superclass in HTMLLabelElement::DefaultEventHandler
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44370 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44370
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Always call superclass in HTMLLabelElement::DefaultEventHandler
HTMLLabelElement::DefaultEventHandler does not currently call up to
HTMLElement::DefaultEventHandler in many cases. This patch makes sure
that HTMLLabelElement always calls up to HTMLElement, which makes
\<label>s in \<button>s work.WebKit's HTMLLabelElement already does this in all branches of
HTMLLabelElement::defaultEventHandler since 2017:
https://github.com/WebKit/WebKit/commit/fec9c1dd147617ff668b9ba8d7d1d4c31fac62de
https://github.com/WebKit/WebKit/commit/b9bad3158f64ba11bca261380c244fbf4cfec31bFixed: 1523168
Change-Id: Ib9d0a63befbb930b9595bcc89fb5955050c97b2fReviewed-on: https://chromium-review.googlesource.com/5260750
WPT-Export-Revision: dc9279d8c9aa40fd1c5637c0ded11a9bfbc57cd6
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
PASS
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
PASS
: 1
Links
Comment 4•1 year ago
|
||
bugherder |
Description
•