blob: f3e5f15f3834987c108482184a02f3d57d82daed [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 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
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 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
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