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

Unified Diff: LayoutTests/fast/encoding/api/utf-round-trip-expected.txt

Issue 15901002: Implement Encoding API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline webexposed global constructor tests Created 7 years, 5 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
new file mode 100644
index 0000000000000000000000000000000000000000..d60b88bfb84c487b55ae98212dcee449688e0dbe
--- /dev/null
+++ b/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt
@@ -0,0 +1,24 @@
+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-16 - 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
+

Powered by Google App Engine
This is Rietveld 408576698