chromium/third_party/blink/web_tests/fast/frames/resources/location-put-after-removal-frame.html

<script>
frameElement.parentNode.removeChild(frameElement);
location = "";
</script>