summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/loader/stateobjects/popstate-after-load-complete-body-attribute-expected.txt
blob: 43ea5427051c7eddfb9abce5bf4b099f72664285 (plain)
1
2
3
4
5
6
7
8
9
10
11
This test does the following:
-Uses body.onpopstate to add a popstate handler (both by using the inline attribute and a script-assigned attribute)
-Makes a call to pushState()
-Makes sure the history length is correct
-Goes back, and makes sure the popstate event is correct
-Goes forward, and makes sure the popstate event is correct

History length is 2
State popped - null (type object)
State popped - StateStringData (type string)