Testcase (read the console log):
- http://output.jsbin.com/fafeji
http://jsbin.com/junefib/1/edit?html,js,outputAlternate version without event capturing: http://jsbin.com/qoyitu/edit?html,js,output
input.focus()
runs https://html.spec.whatwg.org/multipage/interaction.html#focusing-steps
None of the special cases apply, so we just run focus update steps with the focus chains old chain and new chain.