[wpt-sync] Sync PR 19090 - Enhancement and bug fix for on[event] attributes on MathML elements
Categories
(Core :: MathML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19090 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19090
Details from upstream follow.
Frédéric Wang <fwang@igalia.com> wrote:
Enhancement and bug fix for on[event] attributes on MathML elements
mathml/relations/html5-tree/math-global-event-handlers.tentative.html
The test should be asynchronous and wait for the event to be dispatched,
otherwise it always passes.clipboard-event-handlers.tentative.html
Current test just uses addEventListener and dispatchEvent, so does not
require any MathML-specific IDL at all. Modify the test to instead set
the listener via element.on[event] = ...
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Comment 5•5 years ago
|
||
bugherder landing |
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/41f6c4c852c4
https://hg.mozilla.org/mozilla-central/rev/f49d6c293fdb
Description
•