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

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

Powered by Google App Engine
This is Rietveld 408576698