Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassNon-focusable autofocus element is skipped.
Asserts run
Pass
assert_not_equals(Element node <select autofocus=""></select>, Element node <textarea autofocus="" disabled=""></textarea>)
    at Test.<anonymous> ( /html/interaction/focus/the-autofocus-attribute/skip-non-focusable.html:16:3)
Pass
assert_equals(Element node <select autofocus=""></select>, Element node <select autofocus=""></select>)
    at Test.<anonymous> ( /html/interaction/focus/the-autofocus-attribute/skip-non-focusable.html:17:3)