mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
Implement initial pieces of form validation.
This commit is contained in:
parent
7a9dc57761
commit
051ffba0e5
14 changed files with 185 additions and 55 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue