Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / android / popup.html
blob35f559078278f0b00741629397f78420b9f29927
1 <html>
3 <head>
4 <title>Test page for popups</title>
6 <script>
7 function openPopup() {
8 window.open('data:text/html;charset=utf8,This is a popup', 'popup', 'height=200,width=150');
10 </script>
11 </head>
13 <body onload="openPopup()">
14 This page opens a popup when it is loaded.
15 </body>
17 </html>