| OLD | NEW |
| (Empty) |
| 1 Tests that popstate events fire for all history traversals (including navigation
to fragments), not just when going back to a state object created via pushState
. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 popstate fired with state null | |
| 6 setting hash to #state1 | |
| 7 popstate fired with state null | |
| 8 setting hash to #state2 | |
| 9 popstate fired with state null | |
| 10 going back | |
| 11 popstate fired with state null | |
| 12 going back | |
| 13 popstate fired with state null | |
| 14 PASS popstateFireCount is 5 | |
| 15 PASS successfullyParsed is true | |
| 16 | |
| 17 TEST COMPLETE | |
| 18 | |
| OLD | NEW |