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

Unified Diff: chrome/test/data/save_page/frames-encodings.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: Rebased after landing the test files in a separate CL. 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/frames-encodings.htm
diff --git a/chrome/test/data/save_page/frames-encodings.htm b/chrome/test/data/save_page/frames-encodings.htm
new file mode 100644
index 0000000000000000000000000000000000000000..1655c765890361b3e95cdaa743f5dd1f3e20da3f
--- /dev/null
+++ b/chrome/test/data/save_page/frames-encodings.htm
@@ -0,0 +1,21 @@
+<!doctype html>
+<html>
+<head></head>
+<body>
+ <h1>Test page features</h1>
+
+ This page embeds iframes that use various different encodings.
+
+ <h1>Test content</h1>
+
+ Content verification marker:
+ frames-encodings.htm: f53295dd-a95b-4b32-85f5-b6e15377fb20
+
+ <iframe src="encoding-iso-8859-2.htm"></iframe>
+ <iframe src="encoding-utf16-le-bom.htm"></iframe>
+ <iframe src="encoding-utf16-le-nobom.htm"></iframe>
+ <iframe src="encoding-utf16-be-bom.htm"></iframe>
+ <iframe src="encoding-utf16-be-nobom.htm"></iframe>
+ <iframe src="encoding-utf32.htm"></iframe>
+</body>
+</html>
« no previous file with comments | « chrome/browser/download/save_page_browsertest.cc ('k') | third_party/WebKit/Source/web/WebPageSerializerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698