blob: ecad4499bac3f1b22d151749411747566cf56656 [file] [log] [blame]
idlharness test
This test validates the WebIDL included in the Encoding Living Standard.
PASS Test driver
PASS TextDecoder interface: existence and properties of interface object
PASS TextDecoder interface object length
PASS TextDecoder interface object name
PASS TextDecoder interface: existence and properties of interface prototype object
PASS TextDecoder interface: existence and properties of interface prototype object's "constructor" property
PASS TextDecoder interface: existence and properties of interface prototype object's @@unscopables property
PASS TextDecoder interface: attribute encoding
PASS Unscopable handled correctly for encoding property on TextDecoder
PASS TextDecoder interface: attribute fatal
PASS Unscopable handled correctly for fatal property on TextDecoder
PASS TextDecoder interface: attribute ignoreBOM
PASS Unscopable handled correctly for ignoreBOM property on TextDecoder
PASS TextDecoder interface: operation decode(BufferSource, TextDecodeOptions)
PASS Unscopable handled correctly for decode(BufferSource, TextDecodeOptions) on TextDecoder
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
PASS TextDecoder interface: new TextDecoder() must inherit property "fatal" with the proper type
PASS TextDecoder interface: new TextDecoder() must inherit property "ignoreBOM" with the proper type
PASS TextDecoder interface: new TextDecoder() must inherit property "decode(BufferSource, TextDecodeOptions)" with the proper type
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
PASS TextEncoder interface: existence and properties of interface prototype object
PASS TextEncoder interface: existence and properties of interface prototype object's "constructor" property
PASS TextEncoder interface: existence and properties of interface prototype object's @@unscopables property
PASS TextEncoder interface: attribute encoding
PASS Unscopable handled correctly for encoding property on TextEncoder
PASS TextEncoder interface: operation encode(USVString)
PASS Unscopable handled correctly for encode(USVString) on TextEncoder
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
PASS TextEncoder interface: new TextEncoder() must inherit property "encode(USVString)" with the proper type
PASS TextEncoder interface: calling encode(USVString) on new TextEncoder() with too few arguments must throw TypeError