RESOLVED FIXED Bug 233604
Several WPT tests under html/semantics/forms/constraints are failing due to extraneous willValidate() checks
https://bugs.webkit.org/show_bug.cgi?id=233604
Summary Several WPT tests under html/semantics/forms/constraints are failing due to e...
Chris Dumez
Reported 2021-11-29 15:52:07 PST
Several WPT tests under html/semantics/forms/constraints are failing due to extraneous willValidate() checks. Per the specification and to match the behavior of Blink & Gecko, ValidityState properties such as validity.typeMismatch should return true in case of mismatch even if the control is disabled (and thus willValidate() returns false).
Attachments
Patch (37.13 KB, patch)
2021-11-29 15:54 PST, Chris Dumez
ews-feeder: commit-queue-
Patch (42.24 KB, patch)
2021-11-29 18:44 PST, Chris Dumez
no flags
Patch (66.44 KB, patch)
2021-11-30 07:34 PST, Chris Dumez
no flags
Patch (66.46 KB, patch)
2021-11-30 10:06 PST, Chris Dumez
ews-feeder: commit-queue-
Chris Dumez
Comment 1 2021-11-29 15:54:56 PST
Chris Dumez
Comment 2 2021-11-29 18:44:01 PST
Chris Dumez
Comment 3 2021-11-30 07:34:27 PST
Chris Dumez
Comment 4 2021-11-30 10:06:39 PST
EWS
Comment 5 2021-11-30 12:39:15 PST
Committed r286316 (244675@main): <https://commits.webkit.org/244675@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 445432 [details].
Radar WebKit Bug Importer
Comment 6 2021-11-30 12:40:22 PST
Darin Adler
Comment 7 2021-11-30 12:51:34 PST
Noticed the misspelling "undeflow" is fairly common here.
Chris Dumez
Comment 8 2021-11-30 12:58:12 PST
(In reply to Darin Adler from comment #7) > Noticed the misspelling "undeflow" is fairly common here. Fixed in <https://commits.webkit.org/r286319>, thanks for noticing.
Note You need to log in before you can comment on or make changes to this bug.