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