Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / popup_blocker / popup-windowfeatures.html
blobbc1b78218bb52041b004e2521a6abcec15b3a436
1 <html>
2 <head>
3 <meta name="referrer" content="origin"/>
4 <title>
5 Check that window features are correctly set when opening a blocked popup
6 </title>
7 <script>
8 function test() {
9 window.open("check-windowfeatures.html", "", "locationbar=off");
11 </script>
12 </head>
13 <body onload="test()">
14 pop-up test page
15 </body>
16 </html>