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