1 Make sure the same deserialization of the state object is used every time (both in the history object and popstate events).
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS history.state is defined.
7 PASS history.state === history.state is true
8 PASS history.state !== stateObject is true
9 PASS history.state === stateObject is true
13 PASS history.state !== stateObject is true
14 PASS popStateEvent.state !== stateObject is true
15 PASS popStateEvent.state === history.state is true
16 PASS successfullyParsed is true