Sign in
webkit
/
WebKit
/
f4126aaf4746a8f8af8c9b0d292a75a3563b2348
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
notify-done.html
blob: 348cd4f75855963807538c152548436d6be52d3c [
file
] [
log
] [
blame
]
<script>
function
loaded
()
{
if
(
window
.
testRunner
)
setTimeout
(
"testRunner.notifyDone();"
,
0
);
}
</script>
<body
onload
=
"
loaded
();
"
></body>