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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS utf-8 - encode/decode round trip
3 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
4 FAIL utf-16be - encode/decode round trip Failed to construct 'TextEncoder': The encoding provided ('utf-16be') is not 'utf-8'.
5 PASS UTF-8 encoding (compare against unescape/encodeURIComponent)
6 PASS UTF-8 decoding (compare against decodeURIComponent/escape)
7 Harness: the test ran to completion.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698