Comment #1 on issue 10490 by dhhwai: chrome is showing some gibberish
instead of image
http://code.google.com/p/chromium/issues/detail?id=10490
Regarding other browsers:
Safari 4 - FAIL, Opera 9 - FAIL, Firefox 3 - FAIL (and Chrome - FAIL)
IE 8 - OK
The problem is with the www.badenis.ro website. The resource is being
returned with
content type text/html, which is why Chrome and the other browsers are
correctly
trying to render the returned data as a webpage. The returned data of the
resource
is the data of a JPEG image, so the website should instead send the
resource as
image/jpeg.
See the following output from:
wget "http://www.badenis.ro/BigPicture.aspx?id=1484"
--11:06:10-- http://www.badenis.ro/BigPicture.aspx?id=1484
=> `bigpicture.a...@id=1484'
Resolving www.badenis.ro... 86.122.132.13
Connecting to www.badenis.ro|86.122.132.13|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28,947 (28K) [text/html]
100%[====================================>] 28,947 45.55K/s
11:06:11 (45.43 KB/s) - `bigpicture.a...@id=1484' saved [28947/28947]
I think the fact that IE "sniffs/force renders" the image despite the fact
that it is
sent as text/html in a bug in IE 7 and 8.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---