[wpt-sync] Sync PR 50496 - Add oncommand Event Handler property to IDL
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50496 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50496
Details from upstream follow.
Luke Warlow <lwarlow@igalia.com> wrote:
Add oncommand Event Handler property to IDL
Bug: 40284894
Change-Id: Ib4203ee7141d582ab77cc698148ec04bc4706696
Reviewed-on: https://chromium-review.googlesource.com/6226413
WPT-Export-Revision: 358b3b1d214ba17a405c91ba707c7315d1ad5bde
Assignee | ||
Updated•20 days ago
|
Assignee | ||
Comment 1•19 days ago
|
||
Assignee | ||
Comment 2•19 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 38 subtests
Status Summary
Firefox
OK
: 1
PASS
: 18
FAIL
: 20
Chrome
OK
: 1
PASS
: 37
FAIL
: 1
Safari
OK
: 1
PASS
: 18
FAIL
: 20
Links
Details
New Tests That Don't Pass
- /html/semantics/the-button-element/command-and-commandfor/button-event-dispatch.tentative.html [wpt.fyi]
- event dispatches on click with addEventListener:
FAIL
(Chrome:PASS
, Safari:FAIL
) - event dispatches on click with oncommand property:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - setting custom command property to --foo (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command attribute to --foo (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command property to --foo- (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command attribute to --foo- (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command property to --cAsE-cArRiEs (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command attribute to --cAsE-cArRiEs (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command property to -- (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command attribute to -- (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command property to --a- (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command attribute to --a- (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command property to --a-b (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command attribute to --a-b (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command property to --- (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command attribute to --- (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command property to --show-picker (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setting custom command attribute to --show-picker (must include dash) sets event command:
FAIL
(Chrome:PASS
, Safari:FAIL
) - event dispatches if button is form associated, with explicit type=button:
FAIL
(Chrome:PASS
, Safari:FAIL
) - event dispatches if invokee is non-HTML Element:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- event dispatches on click with addEventListener:
Comment 4•17 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/69f7bc9fdb24
https://hg.mozilla.org/mozilla-central/rev/b985a7a663a3
Description
•