Pass | The first autofocus in the document wins, even if elements are inserted later. | 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.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) |
|