Sign in
webkit
/
WebKit
/
7d4d978abf88cabfef2bda12226fa6cc453c3871
/
.
/
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>