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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head></head>
4 <body>
5 <h1>Test page features</h1>
6
7 This page embeds iframes that use various different encodings.
8
9 <h1>Test content</h1>
10
11 Content verification marker:
12 frames-encodings.htm: f53295dd-a95b-4b32-85f5-b6e15377fb20
13
14 <iframe src="encoding-iso-8859-2.htm"></iframe>
15 <iframe src="encoding-utf16-le-bom.htm"></iframe>
16 <iframe src="encoding-utf16-le-nobom.htm"></iframe>
17 <iframe src="encoding-utf16-be-bom.htm"></iframe>
18 <iframe src="encoding-utf16-be-nobom.htm"></iframe>
19 <iframe src="encoding-utf32.htm"></iframe>
20 </body>
21 </html>
OLDNEW
« 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