chromium/third_party/blink/web_tests/http/tests/navigation/resources/notify-done.html

<html>
<script>
function onLoad() {
    if (window.testRunner)
        testRunner.notifyDone();
}
</script>
<body onload="onLoad()">
This page calls testRunner.notifyDone().
</body>
</html>