Pass | The temporally first autofocus in the document wins, even if an element is inserted later that is previous in the document tree. | Asserts runPass | 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) |
|