aboutsummaryrefslogtreecommitdiff
path: root/node_modules/selenium-webdriver/lib/test/data/slowLoadingAlert.html
blob: a6216e375254cf8b16143c904ed3b7700a64438f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<title>slowLoadingAlert</title>
</head>

<body onload="window.setTimeout(function() { window.alert('Look, an alert!'); }, 200);">
</body>

</html>