mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Dispatch error events at the window object.
This commit is contained in:
parent
92c3961743
commit
ae38c53de7
737 changed files with 815 additions and 758 deletions
|
@ -1,5 +1,6 @@
|
|||
[form-validation-checkValidity.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[[INPUT in TEXT status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[form-validation-reportValidity.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[[INPUT in TEXT status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[form-validation-validity-customError.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[[input\] The validity.customError must be true if the custom validity error message is not empty]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[form-validation-validity-valid.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[[INPUT in TEXT status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[form-validation-validity-valueMissing.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[[INPUT in TEXT status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[form-validation-willValidate.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[[INPUT in HIDDEN status\] Must be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue