blob: ee760448808f9d839cfdf3be44dfe7c55299dbe9 [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