| 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>
|
|
|