| Index: LayoutTests/fast/encoding/charset-replacement.html
|
| diff --git a/LayoutTests/fast/encoding/charset-invalid.html b/LayoutTests/fast/encoding/charset-replacement.html
|
| similarity index 64%
|
| copy from LayoutTests/fast/encoding/charset-invalid.html
|
| copy to LayoutTests/fast/encoding/charset-replacement.html
|
| index 9af2e3f5f5f8daf87534e97b0e1191e78cbba6eb..cf517d1e55bd257b1f49a0ef27fd379d59ee6b74 100644
|
| --- a/LayoutTests/fast/encoding/charset-invalid.html
|
| +++ b/LayoutTests/fast/encoding/charset-replacement.html
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| <head>
|
| -<meta http-equiv="content-type" content="text/html; charset=invalid-encoding">
|
| -<title>Invalid encoding</title>
|
| +<meta http-equiv="content-type" content="text/html; charset=replacement">
|
| +<title>Replacement encoding - spec/implementation detail, not a real encoding</title>
|
| </head>
|
| <body>
|
| <script>
|
|
|