| Index: LayoutTests/fast/encoding/charset-replacement.html
|
| diff --git a/LayoutTests/fast/encoding/charset-replacement.html b/LayoutTests/fast/encoding/charset-replacement.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d76da772f095d10835d66adf78330c438bcf2711
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/encoding/charset-replacement.html
|
| @@ -0,0 +1,10 @@
|
| +<html>
|
| +<head>
|
| +<meta http-equiv="content-type" content="text/html; charset=iso-2022-kr">
|
| +<title>Verify that a replacement encoding results in an empty document</title>
|
| +</head>
|
| +<body>
|
| +<p>Various encodings are defined as "replacement", and should not decode.
|
| +<p>The decoder should reject this content - the output should be the same as an empty file.
|
| +</body>
|
| +</html>
|
|
|