[Webkit-unassigned] [Bug 47661] Invalid base64 data in orphaned-selection-crash-bug32823-2.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 12:54:09 PDT 2010


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





--- Comment #11 from Ryosuke Niwa <rniwa at webkit.org>  2010-10-14 12:54:08 PST ---
(In reply to comment #10)
> Note that Safari (or more precisely, CFNetwork) is strict in this respect - "data:image/png;base64,iVBORw0KGrkJggg==" fails to load, while "data:image/png;base64,iVBORw0KGrkJggg=" loads fine (but then fails to render, since the data itself is of course broken). This matches Firefox.
> 
> So, I suspect that both this change and the change in bug 47666 are wrong. There is probably some difference in how failed data: load is reported by libsoup, which was making the layout test fail.

Yeah, only if they cc-ed me in the bug 47666, I could have stopped them from making that change :( Or that I should have been more careful after I checked in the test.  Nonetheless, we should verify that this change won't "fix" the crash.

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