[Webkit-unassigned] [Bug 24067] Crash in WebCore::Document::initSecurityContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 20 15:02:51 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=24067





------- Comment #1 from zecke at selfish.org  2009-02-20 15:02 PDT -------
This was uncovered because the Gtk+ DumpRenderTree is loading about:blank after
each test. It might be more easy to apply this by hand than applying a patch.

diff --git a/LayoutTests/fast/dom/Window/resources/destination.html
b/LayoutTests/fast/dom/Window/resources/destination.html
index 33d0269..4e9064e 100644
--- a/LayoutTests/fast/dom/Window/resources/destination.html
+++ b/LayoutTests/fast/dom/Window/resources/destination.html
@@ -1,2 +1,2 @@
 <p>Hooray, you got here! That means the test succeeded!</p>
-<script>if (window.layoutTestController)
layoutTestController.notifyDone();</script>
+<script>window.open("about:blank", "_self");</script>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list