Implement initial pieces of form validation.

This commit is contained in:
Sagar Muchhal 2016-03-18 19:53:34 -04:00 committed by Josh Matthews
parent 7a9dc57761
commit 051ffba0e5
14 changed files with 185 additions and 55 deletions

View file

@ -5346,39 +5346,6 @@
[AutocompleteErrorEvent interface: attribute reason]
expected: FAIL
[ValidityState interface: attribute valueMissing]
expected: FAIL
[ValidityState interface: attribute typeMismatch]
expected: FAIL
[ValidityState interface: attribute patternMismatch]
expected: FAIL
[ValidityState interface: attribute tooLong]
expected: FAIL
[ValidityState interface: attribute tooShort]
expected: FAIL
[ValidityState interface: attribute rangeUnderflow]
expected: FAIL
[ValidityState interface: attribute rangeOverflow]
expected: FAIL
[ValidityState interface: attribute stepMismatch]
expected: FAIL
[ValidityState interface: attribute badInput]
expected: FAIL
[ValidityState interface: attribute customError]
expected: FAIL
[ValidityState interface: attribute valid]
expected: FAIL
[ValidityState must be primary interface of document.createElement("input").validity]
expected: FAIL