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

Unified Diff: LayoutTests/http/tests/misc/char-encoding-in-hidden-charset-field-default.html

Issue 655083002: Update the tests (ISO-8859-1 => windows-1252) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: two more rep. of iso-8859-1 with windows-1252 Created 6 years, 2 months 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
Index: LayoutTests/http/tests/misc/char-encoding-in-hidden-charset-field-default.html
diff --git a/LayoutTests/http/tests/misc/char-encoding-in-hidden-charset-field-default.html b/LayoutTests/http/tests/misc/char-encoding-in-hidden-charset-field-default.html
index 3833169c13ce08e20a3e6fe5df858dba6ff0457a..cb0f4d2b46ae637d0c2564a399031bcfc432d942 100644
--- a/LayoutTests/http/tests/misc/char-encoding-in-hidden-charset-field-default.html
+++ b/LayoutTests/http/tests/misc/char-encoding-in-hidden-charset-field-default.html
@@ -7,7 +7,7 @@
character encoding in hidden _charset_ field.
</p>
<p>
-This should submit _charset_=iso8559-1. Note that this _charset_ input has a value before it submits, which is overwritten. IE6 submits windows1252, because all pages are evidently Unicode in IE6. The point is that it submits the charset we're using, not what exactly it submits.</p>
+This should submit _charset_=windows-1252. Note that this _charset_ input has a value before it submits, which is overwritten. </p>
<form name="testForm" action="resources/char-encoding-in-hidden-charset-field.php" method="post">
<input type=hidden name="_charset_" value="This value should change">

Powered by Google App Engine
This is Rietveld 408576698