root/LayoutTests/http/tests/resources/slow-notify-done.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
usleep(100000);
?>
DONE!
<script>
if (window.testRunner)
    testRunner.notifyDone();
</script>

/* [<][>][^][v][top][bottom][index][help] */