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

Unified Diff: LayoutTests/fast/encoding/api/encoding-names-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
Index: LayoutTests/fast/encoding/api/encoding-names-expected.txt
diff --git a/LayoutTests/fast/encoding/api/encoding-names-expected.txt b/LayoutTests/fast/encoding/api/encoding-names-expected.txt
index 8adefadf49223e1ebfd1d1a0ca90171bcb0ab089..0e1b7a1825c1bf451c97b4f934408d37efc3fad9 100644
--- a/LayoutTests/fast/encoding/api/encoding-names-expected.txt
+++ b/LayoutTests/fast/encoding/api/encoding-names-expected.txt
@@ -12,10 +12,10 @@ PASS new TextDecoder('utf-16le').encoding is "utf-16le"
PASS new TextDecoder('UTF-16LE').encoding is "utf-16le"
PASS new TextDecoder('utf-16be').encoding is "utf-16be"
PASS new TextDecoder('UTF-16BE').encoding is "utf-16be"
-FAIL new TextDecoder('ascii').encoding should be windows-1252. Was us-ascii.
-FAIL new TextDecoder('ASCII').encoding should be windows-1252. Was us-ascii.
-FAIL new TextDecoder('iso-8859-1').encoding should be windows-1252. Was iso-8859-1.
-FAIL new TextDecoder('ISO-8859-1').encoding should be windows-1252. Was iso-8859-1.
+PASS new TextDecoder('ascii').encoding is "windows-1252"
+PASS new TextDecoder('ASCII').encoding is "windows-1252"
+PASS new TextDecoder('iso-8859-1').encoding is "windows-1252"
+PASS new TextDecoder('ISO-8859-1').encoding is "windows-1252"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/encoding/api/encoding-labels-expected.txt ('k') | LayoutTests/fast/encoding/api/latin-1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698