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

Unified Diff: chrome/test/data/save_page/utf32.saved.htm

Issue 1407663004: Tweaking WebPageSerializerImpl to emit a BOM for UTF16/32. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverting unnecessary embedded_test_server.cc changes. Created 5 years, 2 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: chrome/test/data/save_page/utf32.saved.htm
diff --git a/chrome/test/data/save_page/utf32.saved.htm b/chrome/test/data/save_page/utf32.saved.htm
new file mode 100644
index 0000000000000000000000000000000000000000..42efed90f16f3bbe1f9b046083a17a14dd5e7bf4
--- /dev/null
+++ b/chrome/test/data/save_page/utf32.saved.htm
@@ -0,0 +1,18 @@
+
+<!-- saved from url=(0036)http://mock.http/save_page/utf32.htm -->
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>
+ Test page for saving page feature
+ </title>
+ <link type="text/css" href="./utf32_files/1.css" rel="stylesheet">
+ </head>
+ <body>
+ Exercising encoding with a sentence
+ that contains all special Polish characters:
+ Zażółć gęślą jaźń.
+ <br>
+
+ <img src="./utf32_files/1.png">
+
+
+</body></html>

Powered by Google App Engine
This is Rietveld 408576698