| OLD | NEW |
| 1 idlharness test |
| 2 |
| 3 This test validates the WebIDL included in the Encoding Living Standard. |
| 4 |
| 1 This is a testharness.js-based test. | 5 This is a testharness.js-based test. |
| 2 PASS TextDecoder interface: existence and properties of interface object | 6 PASS TextDecoder interface: existence and properties of interface object |
| 3 PASS TextDecoder interface object length | 7 PASS TextDecoder interface object length |
| 4 PASS TextDecoder interface object name | 8 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]" | 9 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 | 10 PASS TextDecoder interface: existence and properties of interface prototype obje
ct's "constructor" property |
| 7 PASS TextDecoder interface: attribute encoding | 11 PASS TextDecoder interface: attribute encoding |
| 8 PASS TextDecoder interface: attribute fatal | 12 PASS TextDecoder interface: attribute fatal |
| 9 PASS TextDecoder interface: attribute ignoreBOM | 13 PASS TextDecoder interface: attribute ignoreBOM |
| 10 PASS TextDecoder interface: operation decode(BufferSource,TextDecodeOptions) | 14 PASS TextDecoder interface: operation decode(BufferSource,TextDecodeOptions) |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 PASS TextEncoder interface: existence and properties of interface prototype obje
ct's "constructor" property | 26 PASS TextEncoder interface: existence and properties of interface prototype obje
ct's "constructor" property |
| 23 PASS TextEncoder interface: attribute encoding | 27 PASS TextEncoder interface: attribute encoding |
| 24 PASS TextEncoder interface: operation encode(USVString) | 28 PASS TextEncoder interface: operation encode(USVString) |
| 25 PASS TextEncoder must be primary interface of new TextEncoder() | 29 PASS TextEncoder must be primary interface of new TextEncoder() |
| 26 PASS Stringification of new TextEncoder() | 30 PASS Stringification of new TextEncoder() |
| 27 PASS TextEncoder interface: new TextEncoder() must inherit property "encoding" w
ith the proper type (0) | 31 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) | 32 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 | 33 PASS TextEncoder interface: calling encode(USVString) on new TextEncoder() with
too few arguments must throw TypeError |
| 30 Harness: the test ran to completion. | 34 Harness: the test ran to completion. |
| 31 | 35 |
| OLD | NEW |