Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
fast
/
dom
/
resources
/
test-successful-destination.html
blob: b497c15f4acfac4124a74d8334c343ffe40ae308 [
file
] [
log
] [
blame
]
<html>
<head></head>
<body
onload
=
"
done
()
"
>
If this page appears without a crash, the test has passed.
<script>
function
done
()
{
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
}
</script>
</body></html>