Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassFocusability of form-associated custom elements
Asserts run
Pass
assert_false(false, "FACE without tabindex is not focusable.")
    at Test.<anonymous> ( /custom-elements/form-associated/focusability.html:19:5)
Pass
assert_true(true, "FACE with tabindex is focusable.")
    at Test.<anonymous> ( /custom-elements/form-associated/focusability.html:29:5)
Pass
assert_false(false, "Disabled FACE with tabindex is not focusable.")
    at Test.<anonymous> ( /custom-elements/form-associated/focusability.html:39:5)