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. |