| Index: chrome/test/data/save_page/encoding-iso-8859-2.htm
|
| diff --git a/chrome/test/data/save_page/encoding-iso-8859-2.htm b/chrome/test/data/save_page/encoding-iso-8859-2.htm
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e556d9456cf283e1e4e20c85ccf2c7d442759365
|
| --- /dev/null
|
| +++ b/chrome/test/data/save_page/encoding-iso-8859-2.htm
|
| @@ -0,0 +1,16 @@
|
| +<!doctype html>
|
| +<html>
|
| + <head>
|
| + <meta charset="iso-8859-2">
|
| + <title>
|
| + Test page for saving frames with weird encodings.
|
| + </title>
|
| + </head>
|
| + <body>
|
| + Test page for saving frames with weird encodings (iso-8859-2).
|
| + <br><br>
|
| + Exercising encoding with a sentence
|
| + that contains all special Polish characters:
|
| + iso-8859-2.htm: Za¿ó³æ gê¶l± ja¼ñ.
|
| + </body>
|
| +</html>
|
|
|