chromium/third_party/blink/web_tests/fast/frames/resources/grandchild-navigates-child-in-beforeunload-grandchild.html

<script>
window.onbeforeunload = function(e) {
  parent.location = parent.location;
}
</script>
FAIL if this text is still visible