chromium/third_party/blink/web_tests/http/tests/misc/resources/success-notify-parent.html

<html>
<body>
SUCCESS
<script>
parent.childDone();
</script>
</body>
</html>