| 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
|
| index 48c9cbc629a05b7e6eabebe8a2820e30d48a9b3b..1fec0cb4f359c6f0ef4a44af3227b32781e202a2 100644
|
| --- 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
|
| @@ -6,7 +6,7 @@ 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 Object]"
|
| +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
|
| @@ -22,7 +22,7 @@ PASS TextDecoder interface: calling decode(BufferSource,TextDecodeOptions) on ne
|
| 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 Object]"
|
| +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)
|
|
|