Bug 9396
Summary: | data: URIs can't handle image/jpeg | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nicholas Shanks <nickshanks> |
Component: | Images | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ddkilzer, ian |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://web.nickshanks.com/browsers/safari/multipart2 | ||
Bug Depends on: | |||
Bug Blocks: | 9389 |
Nicholas Shanks
As a test to see if Safari, iCab etc were able to at least decode the base64 image I had used in bug 9389, i encoded it inline using a data: URL. Unfortunetly, Safari couldn't handle this!
It seems to be able to handle the image/gif at http://www.delegate.org/delegate/sample/data-url.html and the image/png at http://webstandards.org/files/acid2/test.html
To verify the data is valid, open the URL given for this bug in Opera, you should see an image.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
This works for me on a locally-built WebKit r14807.
Nicholas Shanks
Doesn't work here, r14809. Do you think there has been a regression?
David Kilzer (:ddkilzer)
(In reply to comment #2)
> Doesn't work here, r14809. Do you think there has been a regression?
I'll try again when I get home.
David Kilzer (:ddkilzer)
(In reply to comment #2)
> Doesn't work here, r14809. Do you think there has been a regression?
This is still working for me on r14819 (that's locally built). Could it be that you're accessing your own web site a different way than I would be? Are you loading the file from disk instead of through a web server?
Nicholas Shanks
i don't know why but I haven't been able to reproduce this for a while. closing as invalid