- add sources.
[platform/framework/web/crosswalk.git] / src / third_party / webdriver / test_data / closeable_window.html
1 <html>
2 <head>
3 <title>closeable window</title>
4 </head>
5 <body>
6 This window can be closed by clicking on <a id="close" onclick="window.setTimeout(function() { window.close();}, 0);" href="#">this</a>.
7 </body>
8 </html>