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

Unified Diff: chrome/test/data/save_page/encoding-utf16-be-nobom.htm.mock-http-headers

Issue 1407663004: Tweaking WebPageSerializerImpl to emit a BOM for UTF16/32. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Saving UTF16 with BOM. Leaving UTF32 in a broken state. 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
Index: chrome/test/data/save_page/encoding-utf16-be-nobom.htm.mock-http-headers
diff --git a/chrome/test/data/save_page/encoding-utf16-be-nobom.htm.mock-http-headers b/chrome/test/data/save_page/encoding-utf16-be-nobom.htm.mock-http-headers
new file mode 100644
index 0000000000000000000000000000000000000000..6edaef41e4abd8686c7e5597bb00f385acb5bf59
--- /dev/null
+++ b/chrome/test/data/save_page/encoding-utf16-be-nobom.htm.mock-http-headers
@@ -0,0 +1,4 @@
+HTTP/1.1 200 OK
+Connection: close
+Content-Length: 780
+Content-Type: text/html; charset=utf-16be

Powered by Google App Engine
This is Rietveld 408576698