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