Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / history / resources / push-state-in-grandchild-grandchild.html
1 <script>
2 window.onload = setTimeout(function() {
3     history.pushState("pushState", "", "#pushState");
4     top.continueTest();
5 }, 0);
6 </script>