Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / xwalk / test / android / data / create_window_1.html
1 <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
2 <html>
3 <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5   <title>Create Window 1</title>
6   <script type="text/javascript">
7     function createWindow() { window.open("create_window_2.html", "_blank", ""); }
8   </script>
9 </head>
10 <body>
11   <p>Create window by click <button id="new_window" onclick="createWindow();">button</button></p>
12 </body>
13 </html>