| Summary: | Form validation tests fail | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | ahmad.saleem792, cdumez, mkhatib727, webkit-bug-importer, webkit |
| Priority: | P2 | Keywords: | InRadar, WPTImpact |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=248401 | ||
|
Description
Ryosuke Niwa
2015-09-04 19:44:19 PDT
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). html/semantics/forms/constraints/form-validation-validity-tooLong.html
There are a few failures here caused by Bug 149911.
|