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

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

Issue 1990653002: Move the encoding directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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.
-

Powered by Google App Engine
This is Rietveld 408576698