[Webkit-unassigned] [Bug 30423] Some HTTP tests submit a GET form to about:blank

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 4 18:46:01 PST 2009


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





--- Comment #7 from Yuta Kitamura <yutak at chromium.org>  2009-11-04 18:46:01 PDT ---
(In reply to comment #6)
> (From update of attachment 42472 [details])
> Why do these test need the domain/port in the URL?  Why can't they just be
> relative to /?
> 
> http://127.0.0.1:8000/navigation/resources/blank.txt

We can use relative path in "action" attribute in <form>. But back forward list
dump (in *-expected.txt files) will not change, as it always prints full URLs.

Anyway I agree that it's a bit odd. I think we can use a path relative to
current directory, i.e. "resources/blank.txt", instead of full path, so I want
to recreate this patch accordingly.

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