[Webkit-unassigned] [Bug 74500] <img src="#"> requests main document resource unnecessarily

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 04:46:35 PST 2011


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





--- Comment #2 from Vsevolod Vlasov <vsevik at chromium.org>  2011-12-15 04:46:35 PST ---
I used following test cases:

1. <img src=""></img>
2. <img src="#"></img>
3. <img src="#test"></img>

Opera 11 makes only one request (main document) in each case, so they are ignoring fragment and consider "#" an empty url.

Firefox 3.6 makes one request in the first case and two in other cases.

Firefox 8 makes two requests in each case (so they are making two requests for src="" again!)

Chromium/Safari with ToT webkit make one request in the first case and two in other cases as we would expect.

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