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

Unified Diff: third_party/WebKit/Source/web/tests/data/mhtml/.gitattributes

Issue 2912213002: Support serializing shadow DOM to MHTML (Closed)
Patch Set: Strip anoter shadow attribute Created 3 years, 6 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/Source/web/tests/data/mhtml/.gitattributes
diff --git a/third_party/WebKit/Source/web/tests/data/mhtml/.gitattributes b/third_party/WebKit/Source/web/tests/data/mhtml/.gitattributes
new file mode 100644
index 0000000000000000000000000000000000000000..a9ebe50e2ad26657192962b36632f67d63a59789
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/mhtml/.gitattributes
@@ -0,0 +1,6 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# MHTML files in general should only have CRLF line endings
+# (see RFC2557, section 10).
+*.mht text eol=crlf

Powered by Google App Engine
This is Rietveld 408576698