Cleanup a couple of consts left un-renamed.
[chromium-blink-merge.git] / third_party / webdriver / test_data / closeable_window.html
blobe64c599c98186e7b90f8b8f203561183ebf717c5
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>