[Webkit-unassigned] [Bug 148873] Form validation tests fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 19:47:11 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148873

--- Comment #2 from Chris Rebert <webkit at chrisrebert.com> ---
http://w3c-test.org/html/semantics/forms/constraints/form-validation-reportValidity.html
http://w3c-test.org/html/semantics/forms/constraints/form-validation-validate.html
    These two fail because the .reportValidity() method hasn't been implemented.

http://w3c-test.org/html/semantics/forms/constraints/form-validation-validity-tooShort.html
    Fails because ValidityState.tooShort hasn't been implemented; see Bug 149832.
    (Additionally, this test is buggy: https://github.com/w3c/web-platform-tests/issues/2214 )


Most of the other failures are because <input> type=color, type=datetime, type=date, type=month, type=week, and type=time haven't been implemented on desktop OSes (e.g. Bug 88026, Bug 119175).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151008/cc359d8d/attachment.html>


More information about the webkit-unassigned mailing list