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

Unified Diff: LayoutTests/fast/encoding/char-decoding-truncated-expected.txt

Issue 999953003: Remove dedicated TextCodecUTF16 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/char-decoding-truncated-expected.txt
diff --git a/LayoutTests/fast/encoding/char-decoding-truncated-expected.txt b/LayoutTests/fast/encoding/char-decoding-truncated-expected.txt
index 3e1590d14b66b4290fff6f2ab788e6b5e17c3efa..90995e78ddfa948fbfc55975e6e804486d0094ed 100644
--- a/LayoutTests/fast/encoding/char-decoding-truncated-expected.txt
+++ b/LayoutTests/fast/encoding/char-decoding-truncated-expected.txt
@@ -8,13 +8,13 @@ PASS decode('utf-8', '%E2%88%9A') is 'U+221A'
PASS decode('utf-8', '%E2%88') is 'U+FFFD/U+FFFD'
PASS decode('utf-8', '%E2') is 'U+FFFD'
PASS decode('utf-16', '%69%D8%D6%DE') is 'U+D869/U+DED6'
-PASS decode('utf-16', '%69%D8%D6') is 'U+D869'
-PASS decode('utf-16', '%69%D8') is 'U+D869'
-PASS decode('utf-16', '%69') is ''
+PASS decode('utf-16', '%69%D8%D6') is 'U+FFFD'
+PASS decode('utf-16', '%69%D8') is 'U+FFFD'
+PASS decode('utf-16', '%69') is 'U+FFFD'
PASS decode('utf-16be', '%D8%69%DE%D6') is 'U+D869/U+DED6'
-PASS decode('utf-16be', '%D8%69%DE') is 'U+D869'
-PASS decode('utf-16be', '%D8%69') is 'U+D869'
-PASS decode('utf-16be', '%D8') is ''
+PASS decode('utf-16be', '%D8%69%DE') is 'U+FFFD'
+PASS decode('utf-16be', '%D8%69') is 'U+FFFD'
+PASS decode('utf-16be', '%D8') is 'U+FFFD'
PASS decode('gb2312', '%A3%A0') is 'U+3000'
PASS decode('gb2312', '%A3') is 'U+FFFD'
PASS decode('shift_jis', '%82%d0') is 'U+3072'
« no previous file with comments | « LayoutTests/fast/encoding/char-decoding-truncated.html ('k') | LayoutTests/fast/encoding/utf-16-odd-byte-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698