2 PASS input1.focus(); document.activeElement is input1
3 PASS eventSender.keyDown(tab); document.activeElement is document.getElementById("svg-a")
5 PASS input1.focus(); document.activeElement is input1
6 PASS eventSender.keyDown(tab); document.activeElement is not document.getElementById("svg-a")
7 PASS successfullyParsed is true