| Index: third_party/WebKit/LayoutTests/fast/encoding/x-user-defined-unencodables.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/encoding/latin1-unencodables.html b/third_party/WebKit/LayoutTests/fast/encoding/x-user-defined-unencodables.html
 | 
| similarity index 86%
 | 
| copy from third_party/WebKit/LayoutTests/fast/encoding/latin1-unencodables.html
 | 
| copy to third_party/WebKit/LayoutTests/fast/encoding/x-user-defined-unencodables.html
 | 
| index eb73eb409e579f528bb152cd1c4b070b00aa96a3..95bc7abb90b729b0dada734dcf774dcf0e398de2 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/encoding/latin1-unencodables.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/encoding/x-user-defined-unencodables.html
 | 
| @@ -1,13 +1,13 @@
 | 
|  <!DOCTYPE html>
 | 
| -<meta charset=windows-1252>
 | 
| -<title>Regression test for crbug.com/661367</title>
 | 
| +<meta charset=x-user-defined>
 | 
| +<title>Regression test for crbug.com/661823</title>
 | 
|  
 | 
|  <p>
 | 
|    To test manually, create a local file named 𓅦.txt then select it in the form
 | 
|    and hit submit. If there is no crash, the test passes.
 | 
|  </p>
 | 
|  
 | 
| -<form method=POST accept-charset="windows-1252" enctype="multipart/form-data">
 | 
| +<form method=POST accept-charset="x-user-defined" enctype="multipart/form-data">
 | 
|    <input type=file name=q>
 | 
|    <input type=hidden name=submitted value=true>
 | 
|    <input type=submit>
 | 
| 
 |