Sign in
webkit
/
WebKit
/
df3995184de03d0d69b0706c34e41c8cb255dc5d
/
.
/
WebDriverTests
/
imported
/
selenium
/
common
/
src
/
web
/
closeable_window.html
blob: e64c599c98186e7b90f8b8f203561183ebf717c5 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
closeable window
</title>
</head>
<body>
This window can be closed by clicking on
<a
id
=
"close"
onclick
=
"
window
.
setTimeout
(
function
()
{
window
.
close
();},
0
);
"
href
=
"#"
>
this
</a>
.
</body>
</html>