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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/css/CSS2/.htaccess

Issue 2810063002: Stop skipping dot files in wpt-import. (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/LayoutTests/external/wpt/css/CSS2/.htaccess
diff --git a/third_party/WebKit/LayoutTests/external/wpt/css/CSS2/.htaccess b/third_party/WebKit/LayoutTests/external/wpt/css/CSS2/.htaccess
new file mode 100644
index 0000000000000000000000000000000000000000..538fddd881a80353276e4b67eb9e43b1ed86c9a5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/css/CSS2/.htaccess
@@ -0,0 +1,24 @@
+# Define some types
+AddType application/xhtml+xml .xht
+AddType text/html .htm
+AddType text/css .css
+AddType image/png .png
+AddType text/plain .data .list
+
+# Set the default character set
+AddDefaultCharset utf-8
+
+# Indexing Options
+Options +Indexes
+IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles
+IndexIgnore .htaccess *~ .#* #*# CVS README
+ReadmeName README
+
+# Set up the README files to be plain text
+<files README>
+ ForceType text/plain
+ SetHandler default-handler
+</files>
+
+# Add some default descriptions
+AddDescription "Information about the files in this directory" README

Powered by Google App Engine
This is Rietveld 408576698