Sign in
webkit
/
WebKit
/
7ff798aca49549db03be6a69478036af0ac209be
/
.
/
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>