| OLD | NEW |
| (Empty) |
| 1 Tests autofocus when a modal dialog is opened. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS document.activeElement is document.getElementById("outer-button") | |
| 7 PASS document.activeElement is autofocusButton | |
| 8 PASS document.activeElement is anotherButton | |
| 9 Test that reattaching does not give focus back to a previously autofocused eleme
nt. | |
| 10 PASS document.activeElement is anotherButton | |
| 11 Test that reinserting does not give focus back to a previously autofocused eleme
nt. | |
| 12 PASS document.activeElement is anotherButton | |
| 13 Test that autofocus runs again when a dialog is reopened. | |
| 14 PASS document.activeElement is autofocusButton | |
| 15 PASS successfullyParsed is true | |
| 16 | |
| 17 TEST COMPLETE | |
| 18 | |
| OLD | NEW |