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

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

Issue 240283013: Convert Encoding API tests to W3C testharness.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move UTF-16 surrogate tests to separate file Created 6 years, 8 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 | « LayoutTests/fast/encoding/api/encoding-names.html ('k') | LayoutTests/fast/encoding/api/end-of-file.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0e1b7a1825c1bf451c97b4f934408d37efc3fad9..b2f533113d34a7036dce995a9adb6bc194bca0ca 100644
--- a/LayoutTests/fast/encoding/api/encoding-names-expected.txt
+++ b/LayoutTests/fast/encoding/api/encoding-names-expected.txt
@@ -1,22 +1,4 @@
-Test the Encoding API's use of encoding names
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Encoding names are case insensitive
-PASS new TextDecoder('utf-8').encoding is "utf-8"
-PASS new TextDecoder('UTF-8').encoding is "utf-8"
-PASS new TextDecoder('utf-16').encoding is "utf-16le"
-PASS new TextDecoder('UTF-16').encoding is "utf-16le"
-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"
-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
+This is a testharness.js-based test.
+PASS Encoding labels are case-insensitive
+Harness: the test ran to completion.
« no previous file with comments | « LayoutTests/fast/encoding/api/encoding-names.html ('k') | LayoutTests/fast/encoding/api/end-of-file.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698