[Webkit-unassigned] [Bug 17186] Fragment navigations within a page permanently cancels scheduled meta-refreshes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 24 20:09:31 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17186





------- Comment #6 from darin at apple.com  2008-02-24 20:09 PDT -------
(In reply to comment #5)
> I don't see a way to use the layout test controller to maintain state
> (exposed to the page itself) across loads of the page, and I need to do this so
> that I know after I fake a link click on the anchor, how many times the page
> (with identical url) has been loaded.

A few ideas come to mind:

    1) Since DumpRenderTree supports multiple windows, you can do a window.open
and store the persistent state in a separate window.

    2) If the test can run in a subframe, then you can store the persistent
state in the top frame. I don't see any reason this can't work in a subframe,
but maybe I'm overlooking something.

    3) If the test can't run in a subframe, we can add something to the test
controller to let you load and store a persistent string. It's very simple to
add that.

I'm sure one of these will work.


-- 
Configure bugmail: http://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