Pass | If the first autofocus element is not focusable, but becomes focusable before a frame, it should be focused. | Asserts runPass | 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) |
|