Index: third_party/WebKit/LayoutTests/imported/wpt/encoding/textencoder-constructor-non-utf-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/encoding/textencoder-constructor-non-utf-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/encoding/textencoder-constructor-non-utf-expected.txt |
index 9960c24c4480f53fd6974a4a2a948eaaefba9187..0b4cc2a28ded5d5caacc1cf46a4011f831d1ba92 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/encoding/textencoder-constructor-non-utf-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/encoding/textencoder-constructor-non-utf-expected.txt |
@@ -77,6 +77,4 @@ FAIL Encoding argument not considered for encode: utf-16be assert_equals: expect |
PASS Encoding argument supported for decode: utf-16le |
FAIL Encoding argument not considered for encode: utf-16le assert_equals: expected "utf-8" but got "utf-16le" |
PASS Encoding argument supported for decode: x-user-defined |
-FAIL Encoding argument not considered for encode: x-user-defined Failed to construct 'TextEncoder': The encoding provided ('x-user-defined') is not one of 'utf-8', 'utf-16', or 'utf-16be'. |
-Harness: the test ran to completion. |
jsbell
2016/06/07 20:35:13
Huh, why did this line disappear?
Probably needs
|
- |
+FAIL Encoding argument not considered for encode: x-user-defined Failed to construct 'TextEncoder': The encoding provided ('x-user-defined') is not one of 'utf-8', 'utf-16', or 'utf-16be'. |