Index: third_party/WebKit/LayoutTests/fast/encoding/api/textencoder-labels-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/api/textencoder-labels-expected.txt b/third_party/WebKit/LayoutTests/fast/encoding/api/textencoder-labels-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0cb2c3b3a38527eb2efe17d705a273de736738c6 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/encoding/api/textencoder-labels-expected.txt |
@@ -0,0 +1,182 @@ |
+This is a testharness.js-based test. |
+PASS "unicode-1-1-utf-8" => "utf-8" |
+PASS " unicode-1-1-utf-8" => "utf-8" |
+PASS "unicode-1-1-utf-8 " => "utf-8" |
+PASS " unicode-1-1-utf-8 " => "utf-8" |
+PASS "\tunicode-1-1-utf-8" => "utf-8" |
+PASS "unicode-1-1-utf-8\t" => "utf-8" |
+PASS "\tunicode-1-1-utf-8\t" => "utf-8" |
+PASS "\nunicode-1-1-utf-8" => "utf-8" |
+PASS "unicode-1-1-utf-8\n" => "utf-8" |
+PASS "\nunicode-1-1-utf-8\n" => "utf-8" |
+PASS "\funicode-1-1-utf-8" => "utf-8" |
+PASS "unicode-1-1-utf-8\f" => "utf-8" |
+PASS "\funicode-1-1-utf-8\f" => "utf-8" |
+PASS "\runicode-1-1-utf-8" => "utf-8" |
+PASS "unicode-1-1-utf-8\r" => "utf-8" |
+PASS "\runicode-1-1-utf-8\r" => "utf-8" |
+PASS "utf-8" => "utf-8" |
+PASS " utf-8" => "utf-8" |
+PASS "utf-8 " => "utf-8" |
+PASS " utf-8 " => "utf-8" |
+PASS "\tutf-8" => "utf-8" |
+PASS "utf-8\t" => "utf-8" |
+PASS "\tutf-8\t" => "utf-8" |
+PASS "\nutf-8" => "utf-8" |
+PASS "utf-8\n" => "utf-8" |
+PASS "\nutf-8\n" => "utf-8" |
+PASS "\futf-8" => "utf-8" |
+PASS "utf-8\f" => "utf-8" |
+PASS "\futf-8\f" => "utf-8" |
+PASS "\rutf-8" => "utf-8" |
+PASS "utf-8\r" => "utf-8" |
+PASS "\rutf-8\r" => "utf-8" |
+PASS "utf8" => "utf-8" |
+PASS " utf8" => "utf-8" |
+PASS "utf8 " => "utf-8" |
+PASS " utf8 " => "utf-8" |
+PASS "\tutf8" => "utf-8" |
+PASS "utf8\t" => "utf-8" |
+PASS "\tutf8\t" => "utf-8" |
+PASS "\nutf8" => "utf-8" |
+PASS "utf8\n" => "utf-8" |
+PASS "\nutf8\n" => "utf-8" |
+PASS "\futf8" => "utf-8" |
+PASS "utf8\f" => "utf-8" |
+PASS "\futf8\f" => "utf-8" |
+PASS "\rutf8" => "utf-8" |
+PASS "utf8\r" => "utf-8" |
+PASS "\rutf8\r" => "utf-8" |
+FAIL "utf-16be" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided ('utf-16be') 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
Partially done (fixed the label tests). However du
jsbell
2016/04/13 17:52:34
You'll need to rework the test. https://github.com
|
+FAIL " utf-16be" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided (' utf-16be') is not 'utf-8'. |
+FAIL "utf-16be " => "utf-16be" Failed to construct 'TextEncoder': The encoding provided ('utf-16be ') is not 'utf-8'. |
+FAIL " utf-16be " => "utf-16be" Failed to construct 'TextEncoder': The encoding provided (' utf-16be ') is not 'utf-8'. |
+FAIL "\tutf-16be" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided (' utf-16be') is not 'utf-8'. |
+FAIL "utf-16be\t" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided ('utf-16be ') is not 'utf-8'. |
+FAIL "\tutf-16be\t" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided (' utf-16be ') is not 'utf-8'. |
+FAIL "\nutf-16be" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided (' |
+utf-16be') is not 'utf-8'. |
+FAIL "utf-16be\n" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided ('utf-16be |
+') is not 'utf-8'. |
+FAIL "\nutf-16be\n" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided (' |
+utf-16be |
+') is not 'utf-8'. |
+FAIL "\futf-16be" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided ('utf-16be') is not 'utf-8'. |
+FAIL "utf-16be\f" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided ('utf-16be') is not 'utf-8'. |
+FAIL "\futf-16be\f" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided ('utf-16be') is not 'utf-8'. |
+FAIL "\rutf-16be" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided ('\rutf-16be') is not 'utf-8'. |
+FAIL "utf-16be\r" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided ('utf-16be\r') is not 'utf-8'. |
+FAIL "\rutf-16be\r" => "utf-16be" Failed to construct 'TextEncoder': The encoding provided ('\rutf-16be\r') is not 'utf-8'. |
+FAIL "utf-16" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16') is not 'utf-8'. |
+FAIL " utf-16" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' utf-16') is not 'utf-8'. |
+FAIL "utf-16 " => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16 ') is not 'utf-8'. |
+FAIL " utf-16 " => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' utf-16 ') is not 'utf-8'. |
+FAIL "\tutf-16" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' utf-16') is not 'utf-8'. |
+FAIL "utf-16\t" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16 ') is not 'utf-8'. |
+FAIL "\tutf-16\t" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' utf-16 ') is not 'utf-8'. |
+FAIL "\nutf-16" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' |
+utf-16') is not 'utf-8'. |
+FAIL "utf-16\n" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16 |
+') is not 'utf-8'. |
+FAIL "\nutf-16\n" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' |
+utf-16 |
+') is not 'utf-8'. |
+FAIL "\futf-16" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16') is not 'utf-8'. |
+FAIL "utf-16\f" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16') is not 'utf-8'. |
+FAIL "\futf-16\f" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16') is not 'utf-8'. |
+FAIL "\rutf-16" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('\rutf-16') is not 'utf-8'. |
+FAIL "utf-16\r" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16\r') is not 'utf-8'. |
+FAIL "\rutf-16\r" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('\rutf-16\r') is not 'utf-8'. |
+FAIL "utf-16le" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16le') is not 'utf-8'. |
+FAIL " utf-16le" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' utf-16le') is not 'utf-8'. |
+FAIL "utf-16le " => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16le ') is not 'utf-8'. |
+FAIL " utf-16le " => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' utf-16le ') is not 'utf-8'. |
+FAIL "\tutf-16le" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' utf-16le') is not 'utf-8'. |
+FAIL "utf-16le\t" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16le ') is not 'utf-8'. |
+FAIL "\tutf-16le\t" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' utf-16le ') is not 'utf-8'. |
+FAIL "\nutf-16le" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' |
+utf-16le') is not 'utf-8'. |
+FAIL "utf-16le\n" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16le |
+') is not 'utf-8'. |
+FAIL "\nutf-16le\n" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided (' |
+utf-16le |
+') is not 'utf-8'. |
+FAIL "\futf-16le" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16le') is not 'utf-8'. |
+FAIL "utf-16le\f" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16le') is not 'utf-8'. |
+FAIL "\futf-16le\f" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16le') is not 'utf-8'. |
+FAIL "\rutf-16le" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('\rutf-16le') is not 'utf-8'. |
+FAIL "utf-16le\r" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('utf-16le\r') is not 'utf-8'. |
+FAIL "\rutf-16le\r" => "utf-16le" Failed to construct 'TextEncoder': The encoding provided ('\rutf-16le\r') is not 'utf-8'. |
+PASS "\vunicode-1-1-utf-8" => "utf-8" |
+PASS "unicode-1-1-utf-8\v" => "utf-8" |
+PASS "\vunicode-1-1-utf-8\v" => "utf-8" |
+PASS " unicode-1-1-utf-8" => "utf-8" |
+PASS "unicode-1-1-utf-8 " => "utf-8" |
+PASS " unicode-1-1-utf-8 " => "utf-8" |
+PASS " unicode-1-1-utf-8" => "utf-8" |
+PASS "unicode-1-1-utf-8 " => "utf-8" |
+PASS " unicode-1-1-utf-8 " => "utf-8" |
+PASS " unicode-1-1-utf-8" => "utf-8" |
+PASS "unicode-1-1-utf-8 " => "utf-8" |
+PASS " unicode-1-1-utf-8 " => "utf-8" |
+PASS "\vutf-8" => "utf-8" |
+PASS "utf-8\v" => "utf-8" |
+PASS "\vutf-8\v" => "utf-8" |
+PASS " utf-8" => "utf-8" |
+PASS "utf-8 " => "utf-8" |
+PASS " utf-8 " => "utf-8" |
+PASS " utf-8" => "utf-8" |
+PASS "utf-8 " => "utf-8" |
+PASS " utf-8 " => "utf-8" |
+PASS " utf-8" => "utf-8" |
+PASS "utf-8 " => "utf-8" |
+PASS " utf-8 " => "utf-8" |
+PASS "\vutf8" => "utf-8" |
+PASS "utf8\v" => "utf-8" |
+PASS "\vutf8\v" => "utf-8" |
+PASS " utf8" => "utf-8" |
+PASS "utf8 " => "utf-8" |
+PASS " utf8 " => "utf-8" |
+PASS " utf8" => "utf-8" |
+PASS "utf8 " => "utf-8" |
+PASS " utf8 " => "utf-8" |
+PASS " utf8" => "utf-8" |
+PASS "utf8 " => "utf-8" |
+PASS " utf8 " => "utf-8" |
+PASS "\vutf-16be" => "utf-16be" |
+PASS "utf-16be\v" => "utf-16be" |
+PASS "\vutf-16be\v" => "utf-16be" |
+PASS " utf-16be" => "utf-16be" |
+PASS "utf-16be " => "utf-16be" |
+PASS " utf-16be " => "utf-16be" |
+PASS " utf-16be" => "utf-16be" |
+PASS "utf-16be " => "utf-16be" |
+PASS " utf-16be " => "utf-16be" |
+PASS " utf-16be" => "utf-16be" |
+PASS "utf-16be " => "utf-16be" |
+PASS " utf-16be " => "utf-16be" |
+PASS "\vutf-16" => "utf-16le" |
+PASS "utf-16\v" => "utf-16le" |
+PASS "\vutf-16\v" => "utf-16le" |
+PASS " utf-16" => "utf-16le" |
+PASS "utf-16 " => "utf-16le" |
+PASS " utf-16 " => "utf-16le" |
+PASS " utf-16" => "utf-16le" |
+PASS "utf-16 " => "utf-16le" |
+PASS " utf-16 " => "utf-16le" |
+PASS " utf-16" => "utf-16le" |
+PASS "utf-16 " => "utf-16le" |
+PASS " utf-16 " => "utf-16le" |
+PASS "\vutf-16le" => "utf-16le" |
+PASS "utf-16le\v" => "utf-16le" |
+PASS "\vutf-16le\v" => "utf-16le" |
+PASS " utf-16le" => "utf-16le" |
+PASS "utf-16le " => "utf-16le" |
+PASS " utf-16le " => "utf-16le" |
+PASS " utf-16le" => "utf-16le" |
+PASS "utf-16le " => "utf-16le" |
+PASS " utf-16le " => "utf-16le" |
+PASS " utf-16le" => "utf-16le" |
+PASS "utf-16le " => "utf-16le" |
+PASS " utf-16le " => "utf-16le" |
+Harness: the test ran to completion. |