[wpt-sync] Sync PR 44354 - Support :user-valid/:user-invalid on checkboxes
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44354 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44354
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Support :user-valid/:user-invalid on checkboxes
Checkboxes support validity via the required attribute and the other
browsers support :user-valid/:user-invalid on them. The existing
:user-valid/:user-invalid machinery only works on text fields, so this
patch adds some code to checkboxes to make them work as well.Fixed: 1521781
Change-Id: I91309f36348470db5b1c706b519e6303e5deeab1Reviewed-on: https://chromium-review.googlesource.com/5258739
WPT-Export-Revision: 5f59850d4d870e9694b19e3a7e2eafedd7028c7f
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 3 subtests
Status Summary
Firefox
OK
: 2
PASS
: 9
Chrome
OK
: 2
PASS
: 7
FAIL
: 2
Safari
OK
: 2
PASS
: 9
Links
Comment 4•2 years ago
|
||
bugherder |
Description
•