Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / stateobjects / state-attribute-popstate-event-expected.txt
blob5aabc3b041c9f790357a4f4dcdb6997fe96c7971
1 Check that PopStateEvent.state always has a correct value.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS history.state is defined.
7 Push state 1
8 Push state 2
9 PASS history.state is 2
10 Go back
11 PASS popStateEvent.state is 1
12 PASS history.state is 1
13 Push state 3
14 PASS popStateEvent.state is 1
15 PASS history.state is 3
16 PASS successfullyParsed is true
18 TEST COMPLETE