- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / constrained_files / openclose_one.html
1 <html>\r
2   <head>\r
3     <title>One</title>\r
4     <script>\r
5       function createDifferentWindow() {\r
6         window.open('openclose_two.html', 'window2', 'status=0,toolbar=0');\r
7         window.close();\r
8       }\r
9     </script>\r
10   </head>\r
11 \r
12 <body onLoad="createDifferentWindow();">\r
13 </body>\r
14 </html>\r