Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness-expected.txt |
deleted file mode 100644 |
index 3f4559956c0246caef669c0eb36fff74024ac683..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/idlharness-expected.txt |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-This is a testharness.js-based test. |
-PASS TextDecoder interface: existence and properties of interface object |
-PASS TextDecoder interface object length |
-PASS TextDecoder interface object name |
-FAIL TextDecoder interface: existence and properties of interface prototype object assert_equals: class string of TextDecoder.prototype expected "[object TextDecoderPrototype]" but got "[object TextDecoder]" |
-PASS TextDecoder interface: existence and properties of interface prototype object's "constructor" property |
-PASS TextDecoder interface: attribute encoding |
-PASS TextDecoder interface: attribute fatal |
-PASS TextDecoder interface: attribute ignoreBOM |
-PASS TextDecoder interface: operation decode(BufferSource,TextDecodeOptions) |
-PASS TextDecoder must be primary interface of new TextDecoder() |
-PASS Stringification of new TextDecoder() |
-PASS TextDecoder interface: new TextDecoder() must inherit property "encoding" with the proper type (0) |
-PASS TextDecoder interface: new TextDecoder() must inherit property "fatal" with the proper type (1) |
-PASS TextDecoder interface: new TextDecoder() must inherit property "ignoreBOM" with the proper type (2) |
-PASS TextDecoder interface: new TextDecoder() must inherit property "decode" with the proper type (3) |
-PASS TextDecoder interface: calling decode(BufferSource,TextDecodeOptions) on new TextDecoder() with too few arguments must throw TypeError |
-PASS TextEncoder interface: existence and properties of interface object |
-PASS TextEncoder interface object length |
-PASS TextEncoder interface object name |
-FAIL TextEncoder interface: existence and properties of interface prototype object assert_equals: class string of TextEncoder.prototype expected "[object TextEncoderPrototype]" but got "[object TextEncoder]" |
-PASS TextEncoder interface: existence and properties of interface prototype object's "constructor" property |
-PASS TextEncoder interface: attribute encoding |
-PASS TextEncoder interface: operation encode(USVString) |
-PASS TextEncoder must be primary interface of new TextEncoder() |
-PASS Stringification of new TextEncoder() |
-PASS TextEncoder interface: new TextEncoder() must inherit property "encoding" with the proper type (0) |
-PASS TextEncoder interface: new TextEncoder() must inherit property "encode" with the proper type (1) |
-PASS TextEncoder interface: calling encode(USVString) on new TextEncoder() with too few arguments must throw TypeError |
-Harness: the test ran to completion. |
- |