Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: LayoutTests/http/conf/lighttpd.conf

Issue 151653004: Implemented Document.contentType (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase and fixing tests on windows Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/conf/lighttpd.conf
diff --git a/LayoutTests/http/conf/lighttpd.conf b/LayoutTests/http/conf/lighttpd.conf
index 5ac4a26331a460f855a14e0b994e9e9105e668f6..0fc003d735608066acf85f83fa56045a4db5afd9 100644
--- a/LayoutTests/http/conf/lighttpd.conf
+++ b/LayoutTests/http/conf/lighttpd.conf
@@ -12,6 +12,7 @@ index-file.names = ( "index.php", "index.pl", "index.cgi",
"index.html", "index.htm", "default.htm" )
# mimetype mapping
mimetype.assign = (
+ ".bmp" => "image/bmp",
".gif" => "image/gif",
".jpg" => "image/jpeg",
".jpeg" => "image/jpeg",
@@ -26,8 +27,8 @@ mimetype.assign = (
".conf" => "text/plain",
".text" => "text/plain",
".txt" => "text/plain",
- ".dtd" => "text/xml",
- ".xml" => "text/xml",
+ ".dtd" => "application/xml-dtd",
+ ".xml" => "application/xml",
".manifest" => "text/cache-manifest",
)
« no previous file with comments | « LayoutTests/fast/dom/document-contentType-data-uri-expected.txt ('k') | LayoutTests/http/tests/dom/document-contentType.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698