Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / beforeunload_hang.html
bloba952084def394ee463290501ad7943168b028349
1 <html>
2 <head>
3 <title>Loading...</title>
4 <script>
5 window.onbeforeunload = function(e) { while(true); };
6 </script>
7 </head>
8 <body>
9 <p>Navigate to another page to trigger beforeunload handler.</p>
10 </body>
11 </html>