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