[Webkit-unassigned] [Bug 20342] REGRESSION: fast/dom/cssTarget-crash.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 27 16:01:25 PST 2010


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


Yael <yael.aharon at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yael.aharon at nokia.com




--- Comment #36 from Yael <yael.aharon at nokia.com>  2010-12-27 16:01:24 PST ---
(In reply to comment #35)
> Conclusion: 
> 
> 1. We need to fix the case where a GET form is submitted to the same URL + fragment identifier.
> 2. The current layout test should pass and never time out
> 3. Add a layout test that tests that we submit to the current action when submit() was called and later changes should not change that. This can be done independently from the other fixes.
> 4. Add a new clearer layout test that tests that submitting an empty form to the same url + fragment identifier does not replace the current page.

I agree with your analysis with one exception. This behavior has nothing to do with the form being empty or not. It is about checking if the action URL and the location URL match or not. If the form is empty, there is no query string, thus it is more likely that you would get matching URLs when running tests.

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