Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / android / popup_test.html
blob050638b10c97655db19e91915a88a4fa65735a57
1 <html>
2 <head>
3 <script type="text/javascript">
4 function spawnWindows() {
5 window.open('data:text/html,<html><head><title>Popup #1</title></head><body /></html>');
6 window.open('data:text/html,<html><head><title>Popup #2</title></head><body /></html>');
8 </script>
9 </head>
10 <body onload="spawnWindows()">
11 Spawning two popup windows...
12 </body>
13 </html>