1 Tests that hashchange events have the expected newURL and oldURL properties.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 hashchange fired with oldURL hash "[none]" and newURL hash "#state1"
6 hashchange fired with oldURL hash "#state1" and newURL hash "#state2"
7 hashchange fired with oldURL hash "#state2" and newURL hash "#state1"
8 hashchange fired with oldURL hash "#state1" and newURL hash "[none]"
9 PASS successfullyParsed is true