Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassIf the first autofocus element is not focusable, but becomes focusable before a frame, it should be focused.
Asserts run
Pass
assert_equals(Element node <textarea autofocus=""></textarea>, Element node <textarea autofocus=""></textarea>)
    at Test.<anonymous> ( /html/interaction/focus/the-autofocus-attribute/queue-non-focusable.html:17:3)
Pass
assert_not_equals(Element node <textarea autofocus=""></textarea>, Element node <select autofocus=""></select>)
    at Test.<anonymous> ( /html/interaction/focus/the-autofocus-attribute/queue-non-focusable.html:18:3)