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

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

Issue 1862453003: [Blink>TextEncoder] Removed UTF-16 support from TextEncoder API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt b/third_party/WebKit/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2070041d4a6524825900fbd01105bb46a1550113
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt
@@ -0,0 +1,7 @@
+This is a testharness.js-based test.
+PASS utf-8 - encode/decode round trip
+FAIL utf-16le - encode/decode round trip Failed to construct 'TextEncoder': The encoding provided ('utf-16le') is not 'utf-8'.
jsbell 2016/04/06 18:03:22 Since this test is not imported, you should fix th
lpan 2016/04/09 03:25:15 Done. I can separate the test functions if the out
+FAIL utf-16be - encode/decode round trip Failed to construct 'TextEncoder': The encoding provided ('utf-16be') is not 'utf-8'.
+PASS UTF-8 encoding (compare against unescape/encodeURIComponent)
+PASS UTF-8 decoding (compare against decodeURIComponent/escape)
+Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698