Sign in
◑
Theme
fuchsia
/
third_party
/
webkit
/
refs/heads/upstream/master
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
notify-done.html
blob: 348cd4f75855963807538c152548436d6be52d3c [
file
] [
edit
]
<script>
function
loaded
()
{
if
(
window
.
testRunner
)
setTimeout
(
"testRunner.notifyDone();"
,
0
);
}
</script>
<body
onload
=
"
loaded
();
"
></body>