Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: third_party/WebKit/LayoutTests/fast/encoding/x-user-defined-unencodables.html

Issue 2464373006: Fix vector resize logic when encoding non-BMP chars to x-user-defined (Closed)
Patch Set: rebased Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/encoding/x-user-defined-unencodables-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 &#x13166;.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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/encoding/x-user-defined-unencodables-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698