Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / stateobjects / popstate-after-load-complete-window-attribute-expected.txt
blobc9d4b29dbff3232a6e78d160dd5cd154a30078b9
1 This test does the following:
2 -Uses window.onpopstate to add a popstate handler
3 -Makes a call to pushState()
4 -Makes sure the history length is correct
5 -Goes back, and makes sure the popstate event is correct
6 -Goes forward, and makes sure the popstate event is correct
8 History length is 2
9 State popped - null (type object)
10 State popped - StateStringData (type string)