Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / stateobjects / replacestate-then-pushstate-expected.txt
blob5870bd163ad5bf49af848e89fce05162742a0ed4
1 This test does the following:
2 -Makes a call to replaceState()
3 -Makes sure the history length is correct
4 -Makes a call to pushState()
5 -Makes sure the history length is correct
6 -Goes back, and makes sure the popstate event is correct
7 -Goes forward, and makes sure the popstate event is correct
9 History length is 1
10 History length is 2
11 State popped - OriginalHistoryItem (type string)
12 State popped - NewHistoryItem (type string)