Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / stateobjects / pushstate-then-replacestate-expected.txt
blobd7fafd9dc88c296d047aa93113ab7741b43bf81a
1 This test does the following:
2 -Makes a call to pushState()
3 -Makes sure the history length is correct
4 -Makes a call to replaceState()
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 represents the replaced state object
9 History length is 2
10 History length is 2
11 State popped - null (type object)
12 State popped - 1 (type number)