[Webkit-unassigned] [Bug 13934] REGRESSION: http/tests/navigation/relativeanchor-goback is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 10:42:42 PDT 2007


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





------- Comment #5 from bdakin at apple.com  2007-06-08 10:42 PDT -------
I might understand what is going on here, but I haven't confirmed yet. I think
that these new results may actually be correct. The reason that I have been
having so much trouble reproducing the in browser, is that the browser has a
back-forward cache, and DumpRenderTree turns the back-forward cache off. So
When this test "goes back" it actually kicks off a new load. And when we kick
off a new load in the browser, we do not expect the form input to be retained.
I think that this test was exposing the very bug that Adele fixed. Probably
once upon a time, it worked as expected because there was a time when the
back-forward list was enabled for DumpRenderTree. But now that it is disabled,
I actually think that it is correct that the form values are reset to their
defaults.

I am going to work on confirming this.


-- 
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