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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
resources
/
notify-done.html
blob
348cd4f75855963807538c152548436d6be52d3c
1
<script>
2
function
loaded
() {
3
if
(
window
.
testRunner
)
4
setTimeout
(
"testRunner.notifyDone();"
,
0
);
5
}
6
</script>
7
<body
onload
=
"loaded();"
></body>