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

Unified Diff: third_party/WebKit/LayoutTests/fast/encoding/char-encoding-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-encoding-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/char-encoding-expected.txt b/third_party/WebKit/LayoutTests/fast/encoding/char-encoding-expected.txt
deleted file mode 100644
index 3811b3c1b909a3e97e9189c3ea14d389dce8ed80..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/encoding/char-encoding-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-This tests encoding characters in various character sets.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-PASS encode('UTF-8', 'U+00A0') is '%C2%A0'
-PASS encode('UTF-8', '0xD800') is '%EF%BF%BD'
-PASS encode('UTF-8', '0xDC00') is '%EF%BF%BD'
-PASS encode('GBK', 'U+00A5') is '%A3%A4'
-PASS encode('gb2312', 'U+00A5') is '%A3%A4'
-PASS encode('GB_2312-80', 'U+00A5') is '%A3%A4'
-PASS encode('EUC-CN', 'U+00A5') is '%A3%A4'
-PASS encode('GBK', 'U+20AC') is '%80'
-PASS encode('gb2312', 'U+20AC') is '%80'
-PASS encode('GB_2312-80', 'U+20AC') is '%80'
-PASS encode('EUC-CN', 'U+20AC') is '%80'
-PASS encode('GBK', 'U+01F9') is '%A8%BF'
-PASS encode('GBK', 'U+1E3F') is '%A8%BC'
-PASS encode('gb18030', 'U+01F9') is '%A8%BF'
-PASS encode('gb18030', 'U+1E3F') is '%A8%BC'
-PASS encode('GBK', 'U+2026') is '%A1%AD'
-PASS encode('GBK', 'U+FF5E') is '%A1%AB'
-PASS encode('gb18030', 'U+2026') is '%A1%AD'
-PASS encode('gb18030', 'U+FF5E') is '%A1%AB'
-PASS encode('GBK', 'U+22EF') is '%26%238943%3B'
-PASS encode('GBK', 'U+301C') is '%26%2312316%3B'
-PASS encode('Big5', 'U+2550') is '%F9%F9'
-PASS encode('Big5', 'U+255E') is '%F9%E9'
-PASS encode('Big5', 'U+2561') is '%F9%EB'
-PASS encode('Big5', 'U+256A') is '%F9%EA'
-PASS encode('Big5', 'U+5341') is '%A4Q'
-PASS encode('Big5', 'U+5345') is '%A4%CA'
-PASS encode('KOI8-U', 'U+045E') is '%AE'
-PASS encode('KOI8-U', 'U+040E') is '%BE'
-PASS encode('KOI8-RU', 'U+045E') is '%AE'
-PASS encode('KOI8-RU', 'U+040E') is '%BE'
-PASS encode('csiso2022kr', 'U+00A0') is '%C2%A0'
-PASS encode('hz-gb-2312', 'U+00A0') is '%C2%A0'
-PASS encode('iso-2022-cn', 'U+00A0') is '%C2%A0'
-PASS encode('iso-2022-cn-ext', 'U+00A0') is '%C2%A0'
-PASS encode('iso-2022-kr', 'U+00A0') is '%C2%A0'
-

Powered by Google App Engine
This is Rietveld 408576698