Sign in
webkit
/
WebKit
/
668647880bebfea0145b49b3424a7bb3caef8928
/
.
/
WebDriverTests
/
imported
/
selenium
/
common
/
src
/
web
/
slowLoadingAlert.html
blob: a6216e375254cf8b16143c904ed3b7700a64438f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
slowLoadingAlert
</title>
</head>
<body
onload
=
"
window
.
setTimeout
(
function
()
{
window
.
alert
(
'Look, an alert!'
);
},
200
);
"
>
</body>
</html>