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

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

Issue 2390083002: Text Encoding: Convert fast/encoding tests to testharness.js (Closed)
Patch Set: Review feedback Created 4 years, 2 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/char-decoding-truncated-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-truncated-expected.txt b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-truncated-expected.txt
deleted file mode 100644
index 50c7af1f85ca13074017a9588208f8bb165964ab..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-truncated-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-CONSOLE WARNING: line 4: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
-Test encoding behavior for truncated sequences
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-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-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('gb2312', '%A3%A0') is 'U+3000'
-PASS decode('gb2312', '%A3') is 'U+FFFD'
-PASS decode('shift_jis', '%82%d0') is 'U+3072'
-PASS decode('shift_jis', '%82') is 'U+FFFD'
-PASS decode('windows-949', '%A2%E6') is 'U+20AC'
-PASS decode('windows-949', '%A2') is 'U+FFFD'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698