WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
9396
data: URIs can't handle image/jpeg
https://bugs.webkit.org/show_bug.cgi?id=9396
Summary
data: URIs can't handle image/jpeg
Nicholas Shanks
Reported
2006-06-10 15:05:41 PDT
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)
Comment 1
2006-06-10 15:23:29 PDT
This works for me on a locally-built WebKit
r14807
.
Nicholas Shanks
Comment 2
2006-06-12 13:29:17 PDT
Doesn't work here,
r14809
. Do you think there has been a regression?
David Kilzer (:ddkilzer)
Comment 3
2006-06-12 15:11:32 PDT
(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)
Comment 4
2006-06-13 06:29:30 PDT
(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
Comment 5
2007-01-11 06:58:44 PST
i don't know why but I haven't been able to reproduce this for a while. closing as invalid
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug