Status: Unconfirmed Owner: ---- Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 9891 by stpasha: Resource interpreted as other but transferred with MIME type text/plain. http://code.google.com/p/chromium/issues/detail?id=9891
Chrome Version : 2.0.169.1 (Official Build 11427) URLs (if applicable) : N/A Other browsers tested: N/A What steps will reproduce the problem? 1. Create a simple file, for example containing string "<P>–</P>" and set its content-type to "text/plain" 2. Load this page via AJAX What is the expected result? No warnings. After all it's a valid text file: it contains only printable characters. On the other hand it would be incorrect to set MIME type of this file to "text/html" since it is not a valid HTML file (since it doesn't have <!doctype> declaration, nor <html>, <head> or <body> sections). What happens instead? Chrome Inspector generates a warning "Resource interpreted as other but transferred with MIME type text/plain." -- 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 -~----------~----~----~----~------~----~------~--~---
