Comment #12 on issue 7448 by m...@chromium.org: CSS and JS files with MIME Type text/plain should still apply http://code.google.com/p/chromium/issues/detail?id=7448
Here is the http response of the problematic css reference: HTTP/1.1 200 OK Last-Modified: Fri, 20 Feb 2009 21:23:28 GMT Accept-Ranges: bytes Content-Encoding: gzip Content-Length: 7903 Date: Fri, 13 Mar 2009 21:27:53 GMT Connection: keep-alive Vary: Accept-Encoding Here is the http response of normal css reference: HTTP/1.0 200 OK Cache-Control: max-age=3600 Date: Fri, 13 Mar 2009 19:15:52 GMT Content-Length: 106465 Content-Type: text/css Expires: Fri, 13 Mar 2009 20:05:16 GMT Last-Modified: Mon, 02 Feb 2009 18:02:42 GMT Accept-Ranges: bytes Server: Apache Age: 2056 X-Cache: HIT from llama.corp.google.com X-Cache-Lookup: HIT from llama.corp.google.com:3128 Proxy-Connection: keep-alive The most difference between the problematic one and the normal one is that "Content-Type" is missing in the problematic one. I guess, other browsers can recognize the problematic css without "Content-type" header, however Chrome can't. -- 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 -~----------~----~----~----~------~----~------~--~---