Dispatch error events at the window object.

This commit is contained in:
Ms2ger 2016-08-27 16:17:37 +02:00
parent 92c3961743
commit ae38c53de7
737 changed files with 815 additions and 758 deletions

View file

@ -1,5 +1,6 @@
[form-validation-checkValidity.html]
type: testharness
expected: ERROR
[[INPUT in TEXT status\] no constraint]
expected: FAIL

View file

@ -1,5 +1,6 @@
[form-validation-reportValidity.html]
type: testharness
expected: ERROR
[[INPUT in TEXT status\] no constraint]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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