blob: 5287e91f67886e3074c027b1a08bf6e6cd614c8d [file] [log] [blame]
FAIL An autofocus element in a dialog element should not try to get focus twice. assert_equals: dialog.show() should set focus on a descendant element with an autofocus attribute. expected Element node <input autofocus=""></input> but got Element node <body>
<dialog open="">
<input>
<input autofocus="">
</di...