Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / navigation / resources / location-replace.html
1 <body>
2 <script>
3 setTimeout(function() {
4     location.replace("notify-parent-setup-done.html");
5 }, 0);
6 </script>
7 </body>