Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / stateobjects / state-attribute-only-one-deserialization-expected.txt
blob159155e9bd4549ed65d6ac8acfa6860e9ad348bb
1 Make sure the same deserialization of the state object is used every time (both in the history object and popstate events).
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS history.state is defined.
7 PASS history.state === history.state is true
8 PASS history.state !== stateObject is true
9 PASS history.state === stateObject is true
11 Inside popstate event
13 PASS history.state !== stateObject is true
14 PASS popStateEvent.state !== stateObject is true
15 PASS popStateEvent.state === history.state is true
16 PASS successfullyParsed is true
18 TEST COMPLETE