- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / popup_blocker / popup-windowfeatures.html
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");
10 }
11 </script>
12 </head>
13 <body onload="test()">
14 pop-up test page
15 </body>
16 </html>