| OLD | NEW |
| 1 Tests if pressing F4 opens the calendar picker. | 1 Tests if pressing F4 opens the calendar picker. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Check that page popup doesn't exist at first. | 6 Check that page popup doesn't exist at first. |
| 7 PASS document.getElementById("mock-page-popup") is null | 7 PASS document.getElementById("mock-page-popup") is null |
| 8 Press F4 key. | 8 Press F4 key. |
| 9 PASS document.getElementById("mock-page-popup") is non-null. | 9 PASS document.getElementById("mock-page-popup") is non-null. |
| 10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 11 | 11 |
| 12 TEST COMPLETE | 12 TEST COMPLETE |
| 13 | 13 |
| OLD | NEW |