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

Unified Diff: chrome/test/data/save_page/.gitattributes

Issue 1407663004: Tweaking WebPageSerializerImpl to emit a BOM for UTF16/32. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Making .gitattributes more generic. Created 5 years 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 | « chrome/browser/download/save_page_browsertest.cc ('k') | chrome/test/data/save_page/b.saved1.htm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/save_page/.gitattributes
diff --git a/chrome/test/data/save_page/.gitattributes b/chrome/test/data/save_page/.gitattributes
new file mode 100644
index 0000000000000000000000000000000000000000..bda3d22b3a98704846b50981acc0336c03a1c4e7
--- /dev/null
+++ b/chrome/test/data/save_page/.gitattributes
@@ -0,0 +1,6 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Preserve exact content of test files that exercise different encodings.
+encoding-*.htm binary
+
« no previous file with comments | « chrome/browser/download/save_page_browsertest.cc ('k') | chrome/test/data/save_page/b.saved1.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698