| OLD | NEW |
| (Empty) |
| 1 Tests that popstate events fire when navigating between pages (and history entri
es created via pushState) that are in the page cache. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 popstate fired with state null | |
| 6 pushState with new state object for page 1 | |
| 7 going to page 2 | |
| 8 popstate fired with state null | |
| 9 going back to page 1 with new state object | |
| 10 popstate fired with state newState | |
| 11 going back to page 1 in initial state | |
| 12 popstate fired with state null | |
| 13 PASS successfullyParsed is true | |
| 14 | |
| 15 TEST COMPLETE | |
| 16 | |
| OLD | NEW |