Index: third_party/WebKit/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt b/third_party/WebKit/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2070041d4a6524825900fbd01105bb46a1550113 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/encoding/api/utf-round-trip-expected.txt |
@@ -0,0 +1,7 @@ |
+This is a testharness.js-based test. |
+PASS utf-8 - encode/decode round trip |
+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
|
+FAIL utf-16be - encode/decode round trip Failed to construct 'TextEncoder': The encoding provided ('utf-16be') is not 'utf-8'. |
+PASS UTF-8 encoding (compare against unescape/encodeURIComponent) |
+PASS UTF-8 decoding (compare against decodeURIComponent/escape) |
+Harness: the test ran to completion. |