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

Unified Diff: LayoutTests/fast/encoding/api/utf-round-trip-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
Index: LayoutTests/fast/encoding/api/utf-round-trip-expected.txt
diff --git a/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt b/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt
index 1ffd28229408a3006c826ab18c49eda0f7f0ce1e..f56bd79400b4bbdeebec7e9ed3aa685670362aee 100644
--- a/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt
+++ b/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt
@@ -1,24 +1,8 @@
-Sanity check the Encoding API's handling of UTF encodings.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-utf-8 - Encode/Decode Range U+0000 - U+10FFFF
-no output means all ranges matched
-
-utf-16le - Encode/Decode Range U+0000 - U+10FFFF
-no output means all ranges matched
-
-utf-16be - Encode/Decode Range U+0000 - U+10FFFF
-no output means all ranges matched
-
-UTF-8 encoding (compare against unescape/encodeURIComponent)
-no output means all ranges matched
-
-UTF-8 decoding (compare against decodeURIComponent/escape)
-no output means all ranges matched
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
+This is a testharness.js-based test.
+PASS utf-8 - encode/decode round trip
+PASS utf-16le - encode/decode round trip
+PASS utf-16be - encode/decode round trip
+PASS UTF-8 encoding (compare against unescape/encodeURIComponent)
+PASS UTF-8 decoding (compare against decodeURIComponent/escape)
+Harness: the test ran to completion.
« no previous file with comments | « LayoutTests/fast/encoding/api/utf-round-trip.html ('k') | LayoutTests/fast/encoding/api/utf16-surrogates.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698