Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassThe temporally first autofocus in the document wins, even if an element is inserted later that is previous in the document tree.
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-but-before.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-but-before.html:24:3)