[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:38:59 PDT 2010


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





--- Comment #10 from Alexey Proskuryakov <ap at webkit.org>  2010-10-14 12:38:59 PST ---
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.

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