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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS TextDecoder interface: existence and properties of interface object
3 PASS TextDecoder interface object length
4 PASS TextDecoder interface object name
5 FAIL TextDecoder interface: existence and properties of interface prototype obje ct assert_equals: class string of TextDecoder.prototype expected "[object TextDe coderPrototype]" but got "[object TextDecoder]"
6 PASS TextDecoder interface: existence and properties of interface prototype obje ct's "constructor" property
7 PASS TextDecoder interface: attribute encoding
8 PASS TextDecoder interface: attribute fatal
9 PASS TextDecoder interface: attribute ignoreBOM
10 PASS TextDecoder interface: operation decode(BufferSource,TextDecodeOptions)
11 PASS TextDecoder must be primary interface of new TextDecoder()
12 PASS Stringification of new TextDecoder()
13 PASS TextDecoder interface: new TextDecoder() must inherit property "encoding" w ith the proper type (0)
14 PASS TextDecoder interface: new TextDecoder() must inherit property "fatal" with the proper type (1)
15 PASS TextDecoder interface: new TextDecoder() must inherit property "ignoreBOM" with the proper type (2)
16 PASS TextDecoder interface: new TextDecoder() must inherit property "decode" wit h the proper type (3)
17 PASS TextDecoder interface: calling decode(BufferSource,TextDecodeOptions) on ne w TextDecoder() with too few arguments must throw TypeError
18 PASS TextEncoder interface: existence and properties of interface object
19 PASS TextEncoder interface object length
20 PASS TextEncoder interface object name
21 FAIL TextEncoder interface: existence and properties of interface prototype obje ct assert_equals: class string of TextEncoder.prototype expected "[object TextEn coderPrototype]" but got "[object TextEncoder]"
22 PASS TextEncoder interface: existence and properties of interface prototype obje ct's "constructor" property
23 PASS TextEncoder interface: attribute encoding
24 PASS TextEncoder interface: operation encode(USVString)
25 PASS TextEncoder must be primary interface of new TextEncoder()
26 PASS Stringification of new TextEncoder()
27 PASS TextEncoder interface: new TextEncoder() must inherit property "encoding" w ith the proper type (0)
28 PASS TextEncoder interface: new TextEncoder() must inherit property "encode" wit h the proper type (1)
29 PASS TextEncoder interface: calling encode(USVString) on new TextEncoder() with too few arguments must throw TypeError
30 Harness: the test ran to completion.
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698