| 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 25d7a6623054b4ee7db47a0022f7e3f3b973fc0d..3a4440cc89ab07a627dc23e293a6cdfa61f5cc36 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
|
| @@ -5,7 +5,7 @@ This test validates the WebIDL included in the Encoding Living Standard.
|
| This is a testharness.js-based test.
|
| PASS TextDecoder interface: existence and properties of interface object
|
| PASS TextDecoder interface object length
|
| -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
|
| @@ -20,7 +20,7 @@ PASS TextDecoder interface: new TextDecoder() must inherit property "decode" wit
|
| 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
|
| -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)
|
|
|