Pass | An autofocus element in a dialog element should not try to get focus twice. | Asserts runPass | assert_equals(Element node <input autofocus=""></input>, Element node <input autofocus=""></input>, "dialog.show() should set focus on a descendant element with an autofocus attribute.")
at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-autofocus-just-once.html:15:3) | Pass | assert_equals(Element node <body> <dialog open=""> <input> <input autofocus=""> </di..., Element node <body> <dialog open=""> <input> <input autofocus=""> </di..., "Non-dialog autofocus processing should be skipped.")
at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/dialog-autofocus-just-once.html:20:3) |
|