chromium/third_party/blink/web_tests/fast/dom/resources/test-successful-destination.html

<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>