Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: LayoutTests/imported/web-platform-tests/encoding/idlharness-expected.txt

Issue 1017733003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test expectations Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/imported/web-platform-tests/encoding/idlharness-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/encoding/idlharness-expected.txt b/LayoutTests/imported/web-platform-tests/encoding/idlharness-expected.txt
index 25d7a6623054b4ee7db47a0022f7e3f3b973fc0d..3a4440cc89ab07a627dc23e293a6cdfa61f5cc36 100644
--- a/LayoutTests/imported/web-platform-tests/encoding/idlharness-expected.txt
+++ b/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)

Powered by Google App Engine
This is Rietveld 408576698