repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup a couple of consts left un-renamed.
[chromium-blink-merge.git]
/
third_party
/
webdriver
/
test_data
/
slowLoadingAlert.html
blob
a9a2cb0582d0b903ba90dc14da7bbf400f0fd1c6
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
slowLoadingAlert
</title>
5
</head>
6
7
<body
onload
=
"window.setTimeout(function() { window.alert('Look, an alert!'); }, 200);"
>
8
</body>
9
10
</html>