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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/dom/elements/global-attributes/.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/html/dom/elements/global-attributes/.htaccess
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/dom/elements/global-attributes/.htaccess b/third_party/WebKit/LayoutTests/external/wpt/html/dom/elements/global-attributes/.htaccess
new file mode 100644
index 0000000000000000000000000000000000000000..94e9a4f1908e4f4eb3216981a91c3c8174902fcb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/dom/elements/global-attributes/.htaccess
@@ -0,0 +1,16 @@
+AddType 'text/html; charset=UTF-8' html
+<Files 'the-lang-attribute-003.html'>
+AddLanguage 'ko' .html
+</Files>
+<Files 'the-lang-attribute-005.html'>
+AddLanguage 'zh' .html
+</Files>
+<Files 'the-lang-attribute-006.html'>
+AddLanguage 'zh' .html
+</Files>
+<Files 'the-lang-attribute-009.html'>
+AddLanguage 'ko' .html
+</Files>
+<Files 'the-lang-attribute-011.html'>
+AddLanguage 'ko,zh,ja' .html
+</Files>

Powered by Google App Engine
This is Rietveld 408576698