OLD | NEW |
---|---|
(Empty) | |
1 tabToLinks=true | |
2 PASS input1.focus(); document.activeElement is input1 | |
3 PASS eventSender.keyDown(tab); document.activeElement is document.getElementById ("svg-a") | |
4 tabToLinks=false | |
5 PASS input1.focus(); document.activeElement is input1 | |
6 PASS eventSender.keyDown(tab); document.activeElement is not document.getElement ById("svg-a") | |
7 PASS successfullyParsed is true | |
8 | |
9 TEST COMPLETE | |
10 | |
11 Link | |
12 | |
OLD | NEW |