blob: 0c48b5eee836d7904d861af67a621f6e704a8a66 [file] [log] [blame]
This test checks to make sure the hashchange event is fired __ansynchronously__ when the value of location.hash changes.
It assumes there is a hashchange event for each location.hash change.
updateHash("#foo")
updateHash("#bar")
hashChangeHandler()
hashChangeHandler()
SUCCESS