[Webkit-unassigned] [Bug 43840] fast/loader/recursive-before-unload-crash.html is flaky
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 2 12:12:01 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43840
--- Comment #4 from Eric Seidel <eric at webkit.org> 2010-09-02 12:12:01 PST ---
Here is the failure diff:
--- /tmp/layout-test-results/fast/loader/recursive-before-unload-crash-expected.txt 2010-07-09 13:38:55.000000000 -0700
+++ /tmp/layout-test-results/fast/loader/recursive-before-unload-crash-actual.txt 2010-07-09 13:38:55.000000000 -0700
@@ -6,8 +6,8 @@
main frame - didStartProvisionalLoadForFrame
ALERT: Adding iframe
frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
-main frame - didCancelClientRedirectForFrame
frame "<!--framePath //<!--frame0-->-->" - didFailProvisionalLoadWithError
+main frame - didCancelClientRedirectForFrame
main frame - didFailProvisionalLoadWithError
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 onbeforeunloa
d repeatedly.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list