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..783abc258b44816627c7dd9f0bea4e385f9d5008 |
--- /dev/null |
+++ b/chrome/test/data/save_page/frames-encodings.htm |
@@ -0,0 +1,18 @@ |
+<!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-euc-kr.htm"></iframe> |
+ <iframe src="encoding-iso-8859-2.htm"></iframe> |
+ <iframe src="encoding-utf32.htm"></iframe> |
+</body> |
+</html> |