blob: 0c48b5eee836d7904d861af67a621f6e704a8a66 (
plain)
1
2
3
4
5
6
7
8
9
|
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
|