[wpt-sync] Sync PR 24975 - Add tests for disabled input clicks
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream] [sp3])
Sync web-platform-tests PR 24975 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24975
Details from upstream follow.
Kagami Sascha Rosylight <saschanaz@outlook.com> wrote:
Add tests for disabled input clicks
Corresponds to https://github.com/whatwg/html/pull/5805
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 20 subtests
Status Summary
Firefox
OK : 1
PASS : 15
FAIL : 5
Chrome
PASS : 16
FAIL : 2
TIMEOUT: 3
Safari
PASS : 17
FAIL : 1
TIMEOUT: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/dom/events/Event-dispatch-click.html
event state during post-click handling: FAIL
redispatch during post-click handling: FAIL
disabled checkbox still has activation behavior, part 2: FAIL
pick the first with activation behavior <input type=checkbox>: FAIL
look at parents only when event bubbles: FAIL
New Tests That Don't Pass
/dom/events/Event-dispatch-click.html
event state during post-click handling: FAIL (Chrome: PASS, Safari: PASS)
redispatch during post-click handling: FAIL (Chrome: PASS, Safari: PASS)
disabled checkbox still has activation behavior, part 2: FAIL (Chrome: PASS, Safari: PASS)
pick the first with activation behavior <input type=checkbox>: FAIL (Chrome: PASS, Safari: PASS)
look at parents only when event bubbles: FAIL (Chrome: PASS, Safari: PASS)
Comment 4•4 years ago
|
||
bugherder |
Updated•1 year ago
|
Updated•1 year ago
|
Description
•