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

Unified Diff: webkit/tools/layout_tests/layout_package/lighttpd.conf

Issue 235053: Add mime-type for SVG to lighttpd.conf for run_webkit_tests.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/layout_package/lighttpd.conf
===================================================================
--- webkit/tools/layout_tests/layout_package/lighttpd.conf (revision 27582)
+++ webkit/tools/layout_tests/layout_package/lighttpd.conf (working copy)
@@ -16,6 +16,7 @@
".jpg" => "image/jpeg",
".jpeg" => "image/jpeg",
".png" => "image/png",
+ ".svg" => "image/svg+xml",
".css" => "text/css",
".html" => "text/html",
".htm" => "text/html",
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698