blob: cd79efdc5f7c90bfd9fcda7d81d179948a58008b [file] [log] [blame]
PASS idl_test setup
PASS idl_test validation
PASS TextDecoder includes TextDecoderCommon: member names are unique
PASS TextEncoder includes TextEncoderCommon: member names are unique
PASS TextDecoderStream includes TextDecoderCommon: member names are unique
PASS TextDecoderStream includes GenericTransformStream: member names are unique
PASS TextEncoderStream includes TextEncoderCommon: member names are unique
PASS TextEncoderStream includes GenericTransformStream: member names are unique
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: operation decode(optional BufferSource, optional TextDecodeOptions)
PASS TextDecoder interface: attribute encoding
PASS TextDecoder interface: attribute fatal
PASS TextDecoder interface: attribute ignoreBOM
PASS TextDecoder must be primary interface of new TextDecoder()
PASS Stringification of new TextDecoder()
PASS TextDecoder interface: new TextDecoder() must inherit property "decode(optional BufferSource, optional TextDecodeOptions)" with the proper type
PASS TextDecoder interface: calling decode(optional BufferSource, optional TextDecodeOptions) on new TextDecoder() with too few arguments must throw TypeError
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 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: operation encode(optional USVString)
PASS TextEncoder interface: operation encodeInto(USVString, Uint8Array)
PASS TextEncoder interface: attribute encoding
PASS TextEncoder must be primary interface of new TextEncoder()
PASS Stringification of new TextEncoder()
PASS TextEncoder interface: new TextEncoder() must inherit property "encode(optional USVString)" with the proper type
PASS TextEncoder interface: calling encode(optional USVString) on new TextEncoder() with too few arguments must throw TypeError
PASS TextEncoder interface: new TextEncoder() must inherit property "encodeInto(USVString, Uint8Array)" with the proper type
PASS TextEncoder interface: calling encodeInto(USVString, Uint8Array) on new TextEncoder() with too few arguments must throw TypeError
PASS TextEncoder interface: new TextEncoder() must inherit property "encoding" with the proper type
PASS TextDecoderStream interface: existence and properties of interface object
PASS TextDecoderStream interface object length
PASS TextDecoderStream interface object name
PASS TextDecoderStream interface: existence and properties of interface prototype object
PASS TextDecoderStream interface: existence and properties of interface prototype object's "constructor" property
PASS TextDecoderStream interface: existence and properties of interface prototype object's @@unscopables property
PASS TextDecoderStream interface: attribute encoding
PASS TextDecoderStream interface: attribute fatal
PASS TextDecoderStream interface: attribute ignoreBOM
PASS TextEncoderStream interface: existence and properties of interface object
PASS TextEncoderStream interface object length
PASS TextEncoderStream interface object name
PASS TextEncoderStream interface: existence and properties of interface prototype object
PASS TextEncoderStream interface: existence and properties of interface prototype object's "constructor" property
PASS TextEncoderStream interface: existence and properties of interface prototype object's @@unscopables property
PASS TextEncoderStream interface: attribute encoding