Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / popup_blocker / popup-opener.html
blob40e2e96c85d9c1a749165e297e6f2320dd6f94d8
1 <html>
2 <head>
3 <title>
4 Check that the window.opener is correctly set when opening a blocked popup
5 </title>
6 <script>
7 function test() {
8 window.open("check-opener.html");
10 </script>
11 </head>
12 <body onload="test()">
13 pop-up test page
14 </body>
15 </html>