[Webkit-unassigned] [Bug 120105] http/tests/navigation/post-frames-goback1-uncached.html fails on Qt, GTK+, and EFL bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 22 16:28:21 PDT 2013


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





--- Comment #4 from Alexey Proskuryakov <ap at webkit.org>  2013-08-22 16:27:49 PST ---
I was wrong about the reason. DumpRenderTree allows the load, but it doesn't show up because the test finishes before the subframe loads.

Looks like there may be two bugs:

1. WebCore dispatches a load event too early when going back. This happens in FrameLoader::retryAfterFailedCacheOnlyMainResourceLoad() when it calls stopAllLoaders(), but the load is not done yet, it is continued to attempt resubmitting the form!

2. Not quite sure what happens on platforms that fail the current test results. Perhaps they ignore Cache-Control, and cache the result of form submission anyway? Could someone please set a breakpoint in FrameLoader::retryAfterFailedCacheOnlyMainResourceLoad() and see if it's hit?

So, Qt/Gtk/EFL results are what the test should print if not for issue (1), but they are probably like that because of another bug only, not because the right thing happens.

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