Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassForm-related operations and attributes should throw NotSupportedErrors for non-form-associated custom elements.
Asserts run
Pass
assert_throws_dom("NotSupportedError", function "() => i.setFormValue('')")
    at Test.<anonymous> ( /custom-elements/form-associated/ElementInternals-NotSupportedError.html:12:3)
Pass
assert_throws_dom("NotSupportedError", function "() => i.form")
    at Test.<anonymous> ( /custom-elements/form-associated/ElementInternals-NotSupportedError.html:13:3)
Pass
assert_throws_dom("NotSupportedError", function "() => i.setValidity({})")
    at Test.<anonymous> ( /custom-elements/form-associated/ElementInternals-NotSupportedError.html:14:3)
Pass
assert_throws_dom("NotSupportedError", function "() => i.willValidate")
    at Test.<anonymous> ( /custom-elements/form-associated/ElementInternals-NotSupportedError.html:15:3)
Pass
assert_throws_dom("NotSupportedError", function "() => i.validity")
    at Test.<anonymous> ( /custom-elements/form-associated/ElementInternals-NotSupportedError.html:16:3)
Pass
assert_throws_dom("NotSupportedError", function "() => i.validationMessage")
    at Test.<anonymous> ( /custom-elements/form-associated/ElementInternals-NotSupportedError.html:17:3)
Pass
assert_throws_dom("NotSupportedError", function "() => i.checkValidity()")
    at Test.<anonymous> ( /custom-elements/form-associated/ElementInternals-NotSupportedError.html:18:3)
Pass
assert_throws_dom("NotSupportedError", function "() => i.reportValidity()")
    at Test.<anonymous> ( /custom-elements/form-associated/ElementInternals-NotSupportedError.html:19:3)
Pass
assert_throws_dom("NotSupportedError", function "() => i.labels")
    at Test.<anonymous> ( /custom-elements/form-associated/ElementInternals-NotSupportedError.html:20:3)