Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / hashchange-event-properties-expected.txt
blobeeb6f5256fe721da4531a8bfa82fef2e5a96cb41
1 Tests that hashchange events have the expected newURL and oldURL properties.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 hashchange fired with oldURL hash "[none]" and newURL hash "#state1"
6 hashchange fired with oldURL hash "#state1" and newURL hash "#state2"
7 hashchange fired with oldURL hash "#state2" and newURL hash "#state1"
8 hashchange fired with oldURL hash "#state1" and newURL hash "[none]"
9 PASS successfullyParsed is true
11 TEST COMPLETE