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

Unified Diff: LayoutTests/fast/encoding/api/encoding-labels-expected.txt

Issue 23455007: Encoding API: Use 'windows-1252' as name for 'us-ascii' 'iso-8859-1' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove control characters from expected.txt Created 7 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/fast/encoding/api/encoding-names-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/encoding/api/encoding-labels-expected.txt
diff --git a/LayoutTests/fast/encoding/api/encoding-labels-expected.txt b/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
index 4d1b7f32f2b444d301d6dd38931dbd77460602ec..d16c8a150853876d7d20ca99ce97ac0039f200fb 100644
--- a/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
+++ b/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
@@ -171,21 +171,21 @@ PASS new TextDecoder("windows-1251").encoding is "windows-1251"
PASS new TextDecoder("x-cp1251").encoding is "windows-1251"
name = "windows-1252"
-FAIL new TextDecoder("ansi_x3.4-1968").encoding should be windows-1252. Was us-ascii.
-FAIL new TextDecoder("ascii").encoding should be windows-1252. Was us-ascii.
+PASS new TextDecoder("ansi_x3.4-1968").encoding is "windows-1252"
+PASS new TextDecoder("ascii").encoding is "windows-1252"
PASS new TextDecoder("cp1252").encoding is "windows-1252"
-FAIL new TextDecoder("cp819").encoding should be windows-1252. Was iso-8859-1.
-FAIL new TextDecoder("csisolatin1").encoding should be windows-1252. Was iso-8859-1.
-FAIL new TextDecoder("ibm819").encoding should be windows-1252. Was iso-8859-1.
-FAIL new TextDecoder("iso-8859-1").encoding should be windows-1252. Was iso-8859-1.
-FAIL new TextDecoder("iso-ir-100").encoding should be windows-1252. Was iso-8859-1.
-FAIL new TextDecoder("iso8859-1").encoding should be windows-1252. Was iso-8859-1.
+PASS new TextDecoder("cp819").encoding is "windows-1252"
+PASS new TextDecoder("csisolatin1").encoding is "windows-1252"
+PASS new TextDecoder("ibm819").encoding is "windows-1252"
+PASS new TextDecoder("iso-8859-1").encoding is "windows-1252"
+PASS new TextDecoder("iso-ir-100").encoding is "windows-1252"
+PASS new TextDecoder("iso8859-1").encoding is "windows-1252"
FAIL new TextDecoder("iso88591").encoding should be windows-1252. Threw exception TypeError: Type error
FAIL new TextDecoder("iso_8859-1").encoding should be windows-1252. Threw exception TypeError: Type error
-FAIL new TextDecoder("iso_8859-1:1987").encoding should be windows-1252. Was iso-8859-1.
-FAIL new TextDecoder("l1").encoding should be windows-1252. Was iso-8859-1.
-FAIL new TextDecoder("latin1").encoding should be windows-1252. Was iso-8859-1.
-FAIL new TextDecoder("us-ascii").encoding should be windows-1252. Was us-ascii.
+PASS new TextDecoder("iso_8859-1:1987").encoding is "windows-1252"
+PASS new TextDecoder("l1").encoding is "windows-1252"
+PASS new TextDecoder("latin1").encoding is "windows-1252"
+PASS new TextDecoder("us-ascii").encoding is "windows-1252"
PASS new TextDecoder("windows-1252").encoding is "windows-1252"
FAIL new TextDecoder("x-cp1252").encoding should be windows-1252. Threw exception TypeError: Type error
« no previous file with comments | « no previous file | LayoutTests/fast/encoding/api/encoding-names-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698