Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / gamepad / resources / gamepad-detached-no-crash-new-window.html
1 <html>
2 <body onunload="opener.postMessage('closed', '*');">
3 <script>
4 opener.postMessage("opened", "*");
5 </script>
6 </body>
7 </html>