Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: LayoutTests/fast/loader/recursive-before-unload-crash-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/loader/recursive-before-unload-crash-expected.txt
diff --git a/LayoutTests/fast/loader/recursive-before-unload-crash-expected.txt b/LayoutTests/fast/loader/recursive-before-unload-crash-expected.txt
deleted file mode 100644
index fa9cf2bdcf3fb92bee684d8d4811f15bc2cc5b86..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/loader/recursive-before-unload-crash-expected.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-ALERT: onbeforeunload called, and iframe hasn't been added yet.
-ALERT: Adding iframe
-This test demonstrates a problem with our handling of the beforeunload event.
-If a script manages to try and navigate the frame from beforeunload - when a navigation is already pending - we end up blowing out the stack by recursively consulting the policy delegate then running onbeforeunload repeatedly.
-After this happens, the FrameLoader is in a bogus state where it thinks it is in the middle of a provisional load, but it doesn't have a provisional document loader.
-In this state, the frame is very difficult to navigate anywhere else, and attempts to load new things within the frame can result in a crash.
-This was reproducibly identified on sears.com following a bizarre Safari specific code path.
-Click here to run the beforeunload test and blow out the stack
-Click here to append an iframe and crash
-

Powered by Google App Engine
This is Rietveld 408576698