Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassThe first autofocus in the document wins, even if elements are inserted later.
Asserts run
Pass
assert_equals(Element node <input autofocus=""></input>, Element node <input autofocus=""></input>)
    at Test.<anonymous> ( /html/interaction/focus/the-autofocus-attribute/first-when-later.html:23:3)
Pass
assert_not_equals(Element node <input autofocus=""></input>, Element node <input autofocus=""></input>)
    at Test.<anonymous> ( /html/interaction/focus/the-autofocus-attribute/first-when-later.html:24:3)