diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/clearTimeout-crash-bug29832.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/clearTimeout-crash-bug29832.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,20 @@ + +
+This test reproduces the crash in DOMWindow::clearTimeout that happens when DOMWindow is disconnected from the Frame (as in back/forward cache expiration case tested here). +
This is the link to the bug: https://bugs.webkit.org/show_bug.cgi?id=29832 +
To reproduce the crash, click the link below, the popup window opens, which will immediately navigate to another one, so the b/f cache entry will be created. Close the popup window. Wait a few seconds (~10), for the page cache to start deleting pages it doesn't need - crash will happen.
Crash me!