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

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

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations. Created 4 years, 10 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: 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)

Powered by Google App Engine
This is Rietveld 408576698