chromium/third_party/blink/web_tests/fast/loader/subframe-removes-itself.html

This tests a subframe that removes itself to make sure a delegate message to indicate the interrupted load fires.
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.dumpFrameLoadCallbacks();
}
</script>
<iframe src="resources/subframe-that-removes-itself.html"></iframe>