Files
servo/tests/wpt/meta-legacy-layout/custom-elements/form-associated/ElementInternals-validation.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

38 lines
965 B
INI

[ElementInternals-validation.html]
expected: ERROR
[validity and setValidity()]
expected: FAIL
[reportValidity()]
expected: FAIL
["anchor" argument of setValidity()]
expected: FAIL
[checkValidity()]
expected: FAIL
[Custom control affects validation at the owner form]
expected: FAIL
[willValidate]
expected: FAIL
[Custom control affects :valid :invalid for FORM and FIELDSET]
expected: FAIL
[willValidate after upgrade]
expected: FAIL
[willValidate should throw NotSupportedError if the target element is not a form-associated custom element]
expected: FAIL
[checkValidity() should throw NotSupportedError if the target element is not a form-associated custom element]
expected: FAIL
[reportValidity() should throw NotSupportedError if the target element is not a form-associated custom element]
expected: FAIL
[willValidate after upgrade (document.createElement)]
expected: FAIL