2021-01-27 09:06:18 -05:00
{
"WebCryptoAPI" : {
2021-06-04 14:46:44 -04:00
"getRandomValues.any.html" : true ,
"derive_bits_keys" : {
"ecdh_bits.https.any.html" : false ,
"ecdh_keys.https.any.html" : false ,
"hkdf.https.any.html?1-1000" : false ,
"hkdf.https.any.html?1001-2000" : false ,
"hkdf.https.any.html?2001-3000" : false ,
"hkdf.https.any.html?3001-last" : false ,
"pbkdf2.https.any.html?1-1000" : false ,
"pbkdf2.https.any.html?1001-2000" : false ,
"pbkdf2.https.any.html?2001-3000" : false ,
"pbkdf2.https.any.html?3001-4000" : false ,
"pbkdf2.https.any.html?4001-5000" : false ,
"pbkdf2.https.any.html?5001-6000" : false ,
"pbkdf2.https.any.html?6001-7000" : false ,
"pbkdf2.https.any.html?7001-8000" : false ,
"pbkdf2.https.any.html?8001-last" : false
} ,
"digest" : {
2021-06-06 06:57:10 -04:00
"digest.https.any.html" : true
2021-06-04 14:46:44 -04:00
} ,
"encrypt_decrypt" : {
"aes_cbc.https.any.html" : false ,
"aes_ctr.https.any.html" : false ,
"aes_gcm.https.any.html" : false ,
"rsa.https.any.html" : false
} ,
"generateKey" : {
"failures_AES-CBC.https.any.html" : false ,
"failures_AES-CTR.https.any.html" : false ,
"failures_AES-GCM.https.any.html" : false ,
"failures_AES-KW.https.any.html" : false ,
"failures_ECDH.https.any.html" : false ,
"failures_ECDSA.https.any.html" : false ,
"failures_HMAC.https.any.html" : false ,
"failures_RSA-OAEP.https.any.html" : false ,
"failures_RSA-PSS.https.any.html" : false ,
"failures_RSASSA-PKCS1-v1_5.https.any.html" : false ,
"successes_AES-CBC.https.any.html" : false ,
"successes_AES-CTR.https.any.html" : false ,
"successes_AES-GCM.https.any.html" : false ,
"successes_AES-KW.https.any.html" : false ,
"successes_ECDH.https.any.html" : false ,
"successes_ECDSA.https.any.html" : false ,
"successes_HMAC.https.any.html" : false ,
"successes_RSA-OAEP.https.any.html?1-10" : false ,
"successes_RSA-OAEP.https.any.html?101-110" : false ,
"successes_RSA-OAEP.https.any.html?11-20" : false ,
"successes_RSA-OAEP.https.any.html?111-120" : false ,
"successes_RSA-OAEP.https.any.html?121-130" : false ,
"successes_RSA-OAEP.https.any.html?131-140" : false ,
"successes_RSA-OAEP.https.any.html?141-150" : false ,
"successes_RSA-OAEP.https.any.html?151-last" : false ,
"successes_RSA-OAEP.https.any.html?21-30" : false ,
"successes_RSA-OAEP.https.any.html?31-40" : false ,
"successes_RSA-OAEP.https.any.html?41-50" : false ,
"successes_RSA-OAEP.https.any.html?51-60" : false ,
"successes_RSA-OAEP.https.any.html?61-70" : false ,
"successes_RSA-OAEP.https.any.html?71-80" : false ,
"successes_RSA-OAEP.https.any.html?81-90" : false ,
"successes_RSA-OAEP.https.any.html?91-100" : false ,
"successes_RSA-PSS.https.any.html?1-10" : false ,
"successes_RSA-PSS.https.any.html?11-20" : false ,
"successes_RSA-PSS.https.any.html?21-30" : false ,
"successes_RSA-PSS.https.any.html?31-last" : false ,
"successes_RSASSA-PKCS1-v1_5.https.any.html?1-10" : false ,
"successes_RSASSA-PKCS1-v1_5.https.any.html?11-20" : false ,
"successes_RSASSA-PKCS1-v1_5.https.any.html?21-30" : false ,
"successes_RSASSA-PKCS1-v1_5.https.any.html?31-last" : false
} ,
2021-06-06 06:57:10 -04:00
"historical.any.html" : [
"Non-secure context window does not have access to crypto.subtle" ,
"Non-secure context window does not have access to SubtleCrypto"
] ,
2021-06-04 14:46:44 -04:00
"idlharness.https.any.html" : [
"Crypto interface: operation getRandomValues(ArrayBufferView)" ,
"CryptoKey interface: existence and properties of interface object" ,
"CryptoKey interface object length" ,
"CryptoKey interface object name" ,
"CryptoKey interface: existence and properties of interface prototype object" ,
"CryptoKey interface: existence and properties of interface prototype object's \"constructor\" property" ,
"CryptoKey interface: existence and properties of interface prototype object's @@unscopables property" ,
"CryptoKey interface: attribute type" ,
"CryptoKey interface: attribute extractable" ,
"CryptoKey interface: attribute algorithm" ,
"CryptoKey interface: attribute usages" ,
"SubtleCrypto interface: operation encrypt(AlgorithmIdentifier, CryptoKey, BufferSource)" ,
"SubtleCrypto interface: operation decrypt(AlgorithmIdentifier, CryptoKey, BufferSource)" ,
"SubtleCrypto interface: operation sign(AlgorithmIdentifier, CryptoKey, BufferSource)" ,
"SubtleCrypto interface: operation verify(AlgorithmIdentifier, CryptoKey, BufferSource, BufferSource)" ,
"SubtleCrypto interface: operation digest(AlgorithmIdentifier, BufferSource)" ,
"SubtleCrypto interface: operation generateKey(AlgorithmIdentifier, boolean, sequence<KeyUsage>)" ,
"SubtleCrypto interface: operation deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>)" ,
"SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, unsigned long)" ,
"SubtleCrypto interface: operation importKey(KeyFormat, (BufferSource or JsonWebKey), AlgorithmIdentifier, boolean, sequence<KeyUsage>)" ,
"SubtleCrypto interface: operation exportKey(KeyFormat, CryptoKey)" ,
"SubtleCrypto interface: operation wrapKey(KeyFormat, CryptoKey, CryptoKey, AlgorithmIdentifier)" ,
"SubtleCrypto interface: operation unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>)" ,
"Stringification of crypto.subtle" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"encrypt(AlgorithmIdentifier, CryptoKey, BufferSource)\" with the proper type" ,
"SubtleCrypto interface: calling encrypt(AlgorithmIdentifier, CryptoKey, BufferSource) on crypto.subtle with too few arguments must throw TypeError" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"decrypt(AlgorithmIdentifier, CryptoKey, BufferSource)\" with the proper type" ,
"SubtleCrypto interface: calling decrypt(AlgorithmIdentifier, CryptoKey, BufferSource) on crypto.subtle with too few arguments must throw TypeError" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"sign(AlgorithmIdentifier, CryptoKey, BufferSource)\" with the proper type" ,
"SubtleCrypto interface: calling sign(AlgorithmIdentifier, CryptoKey, BufferSource) on crypto.subtle with too few arguments must throw TypeError" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"verify(AlgorithmIdentifier, CryptoKey, BufferSource, BufferSource)\" with the proper type" ,
"SubtleCrypto interface: calling verify(AlgorithmIdentifier, CryptoKey, BufferSource, BufferSource) on crypto.subtle with too few arguments must throw TypeError" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"generateKey(AlgorithmIdentifier, boolean, sequence<KeyUsage>)\" with the proper type" ,
"SubtleCrypto interface: calling generateKey(AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>)\" with the proper type" ,
"SubtleCrypto interface: calling deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"deriveBits(AlgorithmIdentifier, CryptoKey, unsigned long)\" with the proper type" ,
"SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier, CryptoKey, unsigned long) on crypto.subtle with too few arguments must throw TypeError" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"importKey(KeyFormat, (BufferSource or JsonWebKey), AlgorithmIdentifier, boolean, sequence<KeyUsage>)\" with the proper type" ,
"SubtleCrypto interface: calling importKey(KeyFormat, (BufferSource or JsonWebKey), AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"exportKey(KeyFormat, CryptoKey)\" with the proper type" ,
"SubtleCrypto interface: calling exportKey(KeyFormat, CryptoKey) on crypto.subtle with too few arguments must throw TypeError" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"wrapKey(KeyFormat, CryptoKey, CryptoKey, AlgorithmIdentifier)\" with the proper type" ,
"SubtleCrypto interface: calling wrapKey(KeyFormat, CryptoKey, CryptoKey, AlgorithmIdentifier) on crypto.subtle with too few arguments must throw TypeError" ,
"SubtleCrypto interface: crypto.subtle must inherit property \"unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>)\" with the proper type" ,
"SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError" ,
"Window interface: attribute crypto"
] ,
"import_export" : {
"ec_importKey.https.any.html" : false ,
"rsa_importKey.https.any.html" : false ,
"symmetric_importKey.https.any.html" : false
} ,
2021-06-05 08:46:24 -04:00
"randomUUID.https.any.html" : true ,
2021-06-04 14:46:44 -04:00
"sign_verify" : {
"ecdsa.https.any.html" : false ,
"hmac.https.any.html" : false ,
"rsa_pkcs.https.any.html" : false ,
"rsa_pss.https.any.html" : false
} ,
"wrapKey_unwrapKey" : {
"wrapKey_unwrapKey.https.any.html" : false
2021-06-05 08:46:24 -04:00
} ,
"randomUUID.any.html" : true
2021-01-27 09:06:18 -05:00
} ,
"console" : {
2021-05-09 10:32:30 -04:00
"console-is-a-namespace.any.html" : true ,
"console-label-conversion.any.html" : true ,
"console-namespace-object-class-string.any.html" : true ,
"console-tests-historical.any.html" : true ,
"idlharness.any.html" : [
2021-04-26 07:02:49 -04:00
"console namespace: operation table(optional any, optional sequence<DOMString>)" ,
"console namespace: operation dir(optional any, optional object?)" ,
"console namespace: operation dirxml(any...)"
]
2021-01-27 09:06:18 -05:00
} ,
"dom" : {
"abort" : {
2021-05-09 10:32:30 -04:00
"event.any.html" : true
2021-01-27 09:06:18 -05:00
} ,
"events" : {
2021-06-05 13:29:41 -04:00
"AddEventListenerOptions-signal.any.html" : [
"Passing null as the signal should throw"
] ,
2021-05-09 10:32:30 -04:00
"Event-isTrusted.any.html" : true ,
"EventTarget-constructible.any.html" : true ,
"Event-constructors.any.html" : [
2021-02-13 09:58:12 -05:00
"Untitled 2" ,
"Untitled 3"
]
2021-04-26 07:02:49 -04:00
}
2021-01-27 09:06:18 -05:00
} ,
"encoding" : {
2021-05-09 10:32:30 -04:00
"api-basics.any.html" : true ,
"api-invalid-label.any.html?1-1000" : true ,
"api-invalid-label.any.html?1001-2000" : true ,
"api-invalid-label.any.html?2001-3000" : true ,
"api-invalid-label.any.html?3001-last" : true ,
"api-replacement-encodings.any.html" : true ,
"api-surrogates-utf8.any.html" : true ,
"encodeInto.any.html" : [
2021-04-26 11:54:07 -04:00
"encodeInto() and a detached output buffer"
2021-01-27 09:06:18 -05:00
] ,
2021-06-05 21:23:16 -04:00
"idlharness.any.html" : true ,
2021-06-05 17:10:07 -04:00
"iso-2022-jp-decoder.any.html" : true ,
2021-01-27 09:06:18 -05:00
"legacy-mb-schinese" : {
"gb18030" : {
2021-05-09 10:32:30 -04:00
"gb18030-decoder.any.html" : true
2021-01-27 09:06:18 -05:00
} ,
"gbk" : {
2021-05-09 10:32:30 -04:00
"gbk-decoder.any.html" : true
2021-01-27 09:06:18 -05:00
}
} ,
2021-05-09 10:32:30 -04:00
"replacement-encodings.any.html" : false ,
2021-01-27 09:06:18 -05:00
"streams" : {
2021-06-05 21:23:16 -04:00
"backpressure.any.html" : true ,
"decode-attributes.any.html" : true ,
"decode-bad-chunks.any.html" : true ,
"decode-ignore-bom.any.html" : true ,
"decode-incomplete-input.any.html" : true ,
"decode-non-utf8.any.html" : true ,
"decode-split-character.any.html" : true ,
"decode-utf8.any.html" : [
"decoding a transferred Uint8Array chunk should give no output" ,
"decoding a transferred ArrayBuffer chunk should give no output"
] ,
"encode-bad-chunks.any.html" : true ,
"encode-utf8.any.html" : true ,
"readable-writable-properties.any.html" : true
2021-01-27 09:06:18 -05:00
} ,
2021-06-01 05:24:16 -04:00
"textdecoder-arguments.any.html" : true ,
2021-05-09 10:32:30 -04:00
"textdecoder-byte-order-marks.any.html" : true ,
2021-06-05 17:10:07 -04:00
"textdecoder-copy.any.html" : true ,
2021-05-09 10:32:30 -04:00
"textdecoder-fatal-single-byte.any.html?1-1000" : true ,
"textdecoder-fatal-single-byte.any.html?1001-2000" : true ,
"textdecoder-fatal-single-byte.any.html?2001-3000" : true ,
"textdecoder-fatal-single-byte.any.html?3001-4000" : true ,
"textdecoder-fatal-single-byte.any.html?4001-5000" : true ,
"textdecoder-fatal-single-byte.any.html?5001-6000" : true ,
"textdecoder-fatal-single-byte.any.html?6001-7000" : true ,
"textdecoder-fatal-single-byte.any.html?7001-last" : true ,
2021-06-05 17:10:07 -04:00
"textdecoder-fatal-streaming.any.html" : true ,
2021-05-09 10:32:30 -04:00
"textdecoder-fatal.any.html" : true ,
"textdecoder-ignorebom.any.html" : true ,
"textdecoder-labels.any.html" : [
2021-06-05 17:10:07 -04:00
"unicode11utf8 => UTF-8" ,
"unicode20utf8 => UTF-8" ,
"x-unicode20utf8 => UTF-8" ,
"unicodefffe => UTF-16BE" ,
"csunicode => UTF-16LE" ,
"iso-10646-ucs-2 => UTF-16LE" ,
"ucs-2 => UTF-16LE" ,
"unicode => UTF-16LE" ,
"unicodefeff => UTF-16LE"
2021-01-27 09:06:18 -05:00
] ,
2021-06-01 05:24:16 -04:00
"textdecoder-streaming.any.html" : true ,
2021-05-09 10:32:30 -04:00
"textdecoder-utf16-surrogates.any.html" : true ,
2021-06-05 17:10:07 -04:00
"textencoder-constructor-non-utf.any.html" : true ,
2021-05-09 10:32:30 -04:00
"textencoder-utf16-surrogates.any.html" : true ,
2021-06-01 05:24:16 -04:00
"unsupported-encodings.any.html" : false
2021-01-27 09:06:18 -05:00
} ,
"hr-time" : {
2021-05-09 10:32:30 -04:00
"monotonic-clock.any.html" : true ,
"basic.any.html" : [
2021-01-27 09:06:18 -05:00
"Performance interface extends EventTarget."
] ,
2021-05-09 10:32:30 -04:00
"idlharness.any.html" : [
2021-04-26 07:02:49 -04:00
"Performance interface: existence and properties of interface object" ,
"Performance interface: existence and properties of interface prototype object" ,
"Performance interface: operation now()" ,
"Performance interface: attribute timeOrigin" ,
"Performance interface: operation toJSON()" ,
"Stringification of performance" ,
"Performance interface: performance must inherit property \"timeOrigin\" with the proper type" ,
"Performance interface: performance must inherit property \"toJSON()\" with the proper type" ,
"Performance interface: default toJSON operation on performance" ,
"Window interface: attribute performance"
]
2021-01-27 09:06:18 -05:00
} ,
"streams" : {
2021-05-09 10:32:30 -04:00
"idlharness.any.html" : [
2021-04-26 07:02:49 -04:00
"ReadableStream interface object length" ,
"ReadableStream interface: attribute locked" ,
"ReadableStream interface: operation cancel(optional any)" ,
"ReadableStream interface: operation getReader(optional ReadableStreamGetReaderOptions)" ,
"ReadableStream interface: operation pipeThrough(ReadableWritablePair, optional StreamPipeOptions)" ,
"ReadableStream interface: operation pipeTo(WritableStream, optional StreamPipeOptions)" ,
"ReadableStream interface: operation tee()" ,
"ReadableStream interface: async iterable<any>" ,
"Stringification of new ReadableStream()" ,
"ReadableStream interface: calling pipeTo(WritableStream, optional StreamPipeOptions) on new ReadableStream() with too few arguments must throw TypeError" ,
"ReadableStreamDefaultReader interface: existence and properties of interface object" ,
"ReadableStreamDefaultReader interface: existence and properties of interface prototype object" ,
"ReadableStreamDefaultReader interface: operation read()" ,
"ReadableStreamDefaultReader interface: operation releaseLock()" ,
"ReadableStreamDefaultReader interface: attribute closed" ,
"ReadableStreamDefaultReader interface: operation cancel(optional any)" ,
"Stringification of (new ReadableStream()).getReader()" ,
"ReadableStreamBYOBReader interface: existence and properties of interface object" ,
"ReadableStreamBYOBReader interface object length" ,
"ReadableStreamBYOBReader interface object name" ,
"ReadableStreamBYOBReader interface: existence and properties of interface prototype object" ,
"ReadableStreamBYOBReader interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ReadableStreamBYOBReader interface: existence and properties of interface prototype object's @@unscopables property" ,
"ReadableStreamBYOBReader interface: operation read(ArrayBufferView)" ,
"ReadableStreamBYOBReader interface: operation releaseLock()" ,
"ReadableStreamBYOBReader interface: attribute closed" ,
"ReadableStreamBYOBReader interface: operation cancel(optional any)" ,
"ReadableStreamBYOBReader must be primary interface of (new ReadableStream({ type: 'bytes' })).getReader({ mode: 'byob' })" ,
"Stringification of (new ReadableStream({ type: 'bytes' })).getReader({ mode: 'byob' })" ,
"ReadableStreamBYOBReader interface: (new ReadableStream({ type: 'bytes' })).getReader({ mode: 'byob' }) must inherit property \"read(ArrayBufferView)\" with the proper type" ,
"ReadableStreamBYOBReader interface: calling read(ArrayBufferView) on (new ReadableStream({ type: 'bytes' })).getReader({ mode: 'byob' }) with too few arguments must throw TypeError" ,
"ReadableStreamBYOBReader interface: (new ReadableStream({ type: 'bytes' })).getReader({ mode: 'byob' }) must inherit property \"releaseLock()\" with the proper type" ,
"ReadableStreamBYOBReader interface: (new ReadableStream({ type: 'bytes' })).getReader({ mode: 'byob' }) must inherit property \"closed\" with the proper type" ,
"ReadableStreamBYOBReader interface: (new ReadableStream({ type: 'bytes' })).getReader({ mode: 'byob' }) must inherit property \"cancel(optional any)\" with the proper type" ,
"ReadableStreamBYOBReader interface: calling cancel(optional any) on (new ReadableStream({ type: 'bytes' })).getReader({ mode: 'byob' }) with too few arguments must throw TypeError" ,
"ReadableStreamDefaultController interface: existence and properties of interface object" ,
"ReadableStreamDefaultController interface object length" ,
"ReadableStreamDefaultController interface object name" ,
"ReadableStreamDefaultController interface: existence and properties of interface prototype object" ,
"ReadableStreamDefaultController interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ReadableStreamDefaultController interface: existence and properties of interface prototype object's @@unscopables property" ,
"ReadableStreamDefaultController interface: attribute desiredSize" ,
"ReadableStreamDefaultController interface: operation close()" ,
"ReadableStreamDefaultController interface: operation enqueue(optional any)" ,
"ReadableStreamDefaultController interface: operation error(optional any)" ,
"ReadableStreamDefaultController must be primary interface of self.readableStreamDefaultController" ,
"Stringification of self.readableStreamDefaultController" ,
2021-06-05 15:59:03 -04:00
"ReadableByteStreamController interface: existence and properties of interface object" ,
2021-04-26 07:02:49 -04:00
"ReadableByteStreamController interface: attribute byobRequest" ,
"ReadableByteStreamController interface: attribute desiredSize" ,
"ReadableByteStreamController interface: operation close()" ,
"ReadableByteStreamController interface: operation enqueue(ArrayBufferView)" ,
"ReadableByteStreamController interface: operation error(optional any)" ,
"Stringification of self.readableByteStreamController" ,
"ReadableByteStreamController interface: self.readableByteStreamController must inherit property \"byobRequest\" with the proper type" ,
"ReadableStreamBYOBRequest interface: existence and properties of interface object" ,
"ReadableStreamBYOBRequest interface object length" ,
"ReadableStreamBYOBRequest interface object name" ,
"ReadableStreamBYOBRequest interface: existence and properties of interface prototype object" ,
"ReadableStreamBYOBRequest interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ReadableStreamBYOBRequest interface: existence and properties of interface prototype object's @@unscopables property" ,
"ReadableStreamBYOBRequest interface: attribute view" ,
"ReadableStreamBYOBRequest interface: operation respond(unsigned long long)" ,
"ReadableStreamBYOBRequest interface: operation respondWithNewView(ArrayBufferView)" ,
"ReadableStreamBYOBRequest must be primary interface of self.readableStreamByobRequest" ,
"Stringification of self.readableStreamByobRequest" ,
"ReadableStreamBYOBRequest interface: self.readableStreamByobRequest must inherit property \"view\" with the proper type" ,
"ReadableStreamBYOBRequest interface: self.readableStreamByobRequest must inherit property \"respond(unsigned long long)\" with the proper type" ,
"ReadableStreamBYOBRequest interface: calling respond(unsigned long long) on self.readableStreamByobRequest with too few arguments must throw TypeError" ,
"ReadableStreamBYOBRequest interface: self.readableStreamByobRequest must inherit property \"respondWithNewView(ArrayBufferView)\" with the proper type" ,
"ReadableStreamBYOBRequest interface: calling respondWithNewView(ArrayBufferView) on self.readableStreamByobRequest with too few arguments must throw TypeError" ,
"WritableStream interface: attribute locked" ,
"WritableStream interface: operation abort(optional any)" ,
"WritableStream interface: operation close()" ,
"WritableStream interface: operation getWriter()" ,
"Stringification of new WritableStream()" ,
"WritableStreamDefaultWriter interface: attribute closed" ,
"WritableStreamDefaultWriter interface: attribute desiredSize" ,
"WritableStreamDefaultWriter interface: attribute ready" ,
"WritableStreamDefaultWriter interface: operation abort(optional any)" ,
"WritableStreamDefaultWriter interface: operation close()" ,
"WritableStreamDefaultWriter interface: operation releaseLock()" ,
"WritableStreamDefaultWriter interface: operation write(optional any)" ,
"Stringification of (new WritableStream()).getWriter()" ,
"WritableStreamDefaultController interface: existence and properties of interface object" ,
"WritableStreamDefaultController interface object length" ,
"WritableStreamDefaultController interface object name" ,
"WritableStreamDefaultController interface: existence and properties of interface prototype object" ,
"WritableStreamDefaultController interface: existence and properties of interface prototype object's \"constructor\" property" ,
"WritableStreamDefaultController interface: existence and properties of interface prototype object's @@unscopables property" ,
"WritableStreamDefaultController interface: operation error(optional any)" ,
"WritableStreamDefaultController must be primary interface of self.writableStreamDefaultController" ,
"Stringification of self.writableStreamDefaultController" ,
"TransformStream interface: attribute readable" ,
"TransformStream interface: attribute writable" ,
"Stringification of new TransformStream()" ,
2021-06-05 15:59:03 -04:00
"TransformStreamDefaultController interface: existence and properties of interface object" ,
2021-04-26 07:02:49 -04:00
"TransformStreamDefaultController interface: attribute desiredSize" ,
"TransformStreamDefaultController interface: operation enqueue(optional any)" ,
"TransformStreamDefaultController interface: operation error(optional any)" ,
"TransformStreamDefaultController interface: operation terminate()" ,
"Stringification of self.transformStreamDefaultController" ,
"ByteLengthQueuingStrategy interface: attribute highWaterMark" ,
"ByteLengthQueuingStrategy interface: attribute size" ,
"Stringification of new ByteLengthQueuingStrategy({ highWaterMark: 5 })" ,
"ByteLengthQueuingStrategy interface: new ByteLengthQueuingStrategy({ highWaterMark: 5 }) must inherit property \"highWaterMark\" with the proper type" ,
"CountQueuingStrategy interface: attribute highWaterMark" ,
"CountQueuingStrategy interface: attribute size" ,
"Stringification of new CountQueuingStrategy({ highWaterMark: 5 })" ,
"CountQueuingStrategy interface: new CountQueuingStrategy({ highWaterMark: 5 }) must inherit property \"highWaterMark\" with the proper type"
] ,
2021-01-27 09:06:18 -05:00
"piping" : {
2021-05-09 10:32:30 -04:00
"abort.any.html" : [
2021-01-27 09:06:18 -05:00
"a signal argument 'null' should cause pipeTo() to reject" ,
"a signal argument 'AbortSignal' should cause pipeTo() to reject" ,
"a signal argument 'true' should cause pipeTo() to reject" ,
"a signal argument '-1' should cause pipeTo() to reject" ,
"a signal argument '[object AbortSignal]' should cause pipeTo() to reject"
] ,
2021-05-09 10:32:30 -04:00
"close-propagation-backward.any.html" : [
2021-01-27 09:06:18 -05:00
"Closing must be propagated backward: starts closed; preventCancel = null (falsy); fulfilled cancel promise" ,
"Closing must be propagated backward: starts closed; preventCancel = 0 (falsy); fulfilled cancel promise" ,
"Closing must be propagated backward: starts closed; preventCancel = -0 (falsy); fulfilled cancel promise" ,
"Closing must be propagated backward: starts closed; preventCancel = NaN (falsy); fulfilled cancel promise" ,
"Closing must be propagated backward: starts closed; preventCancel = (falsy); fulfilled cancel promise" ,
"Closing must be propagated backward: starts closed; preventCancel = a (truthy)" ,
"Closing must be propagated backward: starts closed; preventCancel = 1 (truthy)" ,
"Closing must be propagated backward: starts closed; preventCancel = Symbol() (truthy)" ,
"Closing must be propagated backward: starts closed; preventCancel = [object Object] (truthy)"
] ,
2021-05-09 10:32:30 -04:00
"close-propagation-forward.any.html" : [
2021-01-27 09:06:18 -05:00
"Closing must be propagated forward: starts closed; preventClose = null (falsy); fulfilled close promise" ,
"Closing must be propagated forward: starts closed; preventClose = 0 (falsy); fulfilled close promise" ,
"Closing must be propagated forward: starts closed; preventClose = -0 (falsy); fulfilled close promise" ,
"Closing must be propagated forward: starts closed; preventClose = NaN (falsy); fulfilled close promise" ,
"Closing must be propagated forward: starts closed; preventClose = (falsy); fulfilled close promise" ,
"Closing must be propagated forward: starts closed; preventClose = a (truthy)" ,
"Closing must be propagated forward: starts closed; preventClose = 1 (truthy)" ,
"Closing must be propagated forward: starts closed; preventClose = Symbol() (truthy)" ,
"Closing must be propagated forward: starts closed; preventClose = [object Object] (truthy)"
] ,
2021-05-09 10:32:30 -04:00
"error-propagation-backward.any.html" : [
2021-01-27 09:06:18 -05:00
"Errors must be propagated backward: becomes errored before piping due to write; preventCancel = null (falsy); fulfilled cancel promise" ,
"Errors must be propagated backward: becomes errored before piping due to write; preventCancel = 0 (falsy); fulfilled cancel promise" ,
"Errors must be propagated backward: becomes errored before piping due to write; preventCancel = -0 (falsy); fulfilled cancel promise" ,
"Errors must be propagated backward: becomes errored before piping due to write; preventCancel = NaN (falsy); fulfilled cancel promise" ,
"Errors must be propagated backward: becomes errored before piping due to write; preventCancel = (falsy); fulfilled cancel promise" ,
"Errors must be propagated backward: becomes errored before piping due to write; preventCancel = a (truthy)" ,
"Errors must be propagated backward: becomes errored before piping due to write; preventCancel = 1 (truthy)" ,
"Errors must be propagated backward: becomes errored before piping due to write; preventCancel = Symbol() (truthy)" ,
"Errors must be propagated backward: becomes errored before piping due to write; preventCancel = [object Object] (truthy)"
] ,
2021-05-09 10:32:30 -04:00
"error-propagation-forward.any.html" : [
2021-01-27 09:06:18 -05:00
"Errors must be propagated forward: starts errored; preventAbort = null (falsy); fulfilled abort promise" ,
"Errors must be propagated forward: starts errored; preventAbort = 0 (falsy); fulfilled abort promise" ,
"Errors must be propagated forward: starts errored; preventAbort = -0 (falsy); fulfilled abort promise" ,
"Errors must be propagated forward: starts errored; preventAbort = NaN (falsy); fulfilled abort promise" ,
"Errors must be propagated forward: starts errored; preventAbort = (falsy); fulfilled abort promise" ,
"Errors must be propagated forward: starts errored; preventAbort = a (truthy)" ,
"Errors must be propagated forward: starts errored; preventAbort = 1 (truthy)" ,
"Errors must be propagated forward: starts errored; preventAbort = Symbol() (truthy)" ,
"Errors must be propagated forward: starts errored; preventAbort = [object Object] (truthy)"
] ,
2021-05-09 10:32:30 -04:00
"flow-control.any.html" : true ,
"general.any.html" : [
2021-01-27 09:06:18 -05:00
"pipeTo must check the brand of its ReadableStream this value" ,
"pipeTo must check the brand of its WritableStream argument" ,
"pipeTo() promise should resolve if null is passed"
] ,
2021-05-09 10:32:30 -04:00
"multiple-propagation.any.html" : true ,
"pipe-through.any.html" : true ,
"then-interception.any.html" : true ,
"throwing-options.any.html" : false ,
"transform-streams.any.html" : true
2021-01-27 09:06:18 -05:00
} ,
2021-05-09 10:32:30 -04:00
"queuing-strategies.any.html" : true ,
2021-01-27 09:06:18 -05:00
"readable-byte-streams" : {
2021-05-09 10:32:30 -04:00
"bad-buffers-and-views.any.html" : [
2021-01-27 09:06:18 -05:00
"ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the readable state)" ,
"ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the closed state)" ,
"ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the readable state)" ,
"ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer is zero-length (in the readable state)" ,
"ReadableStream with byte source: respondWithNewView() throws if the supplied view is zero-length on a non-zero-length buffer (in the readable state)" ,
2021-06-01 12:24:31 -04:00
"ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has a different length (in the readable state)" ,
"ReadableStream with byte source: respondWithNewView() throws if the supplied view has a larger length (in the readable state)" ,
2021-01-27 09:06:18 -05:00
"ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the closed state)" ,
"ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer is zero-length (in the closed state)" ,
2021-06-01 12:24:31 -04:00
"ReadableStream with byte source: respondWithNewView() throws if the supplied view is non-zero-length (in the closed state)" ,
"ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has a different length (in the closed state)" ,
"ReadableStream with byte source: enqueue() throws if the BYOB request's buffer has been detached (in the readable state)" ,
"ReadableStream with byte source: enqueue() throws if the BYOB request's buffer has been detached (in the closed state)" ,
2021-01-27 09:06:18 -05:00
"ReadableStream with byte source: read()ing from a closed stream still transfers the buffer" ,
"ReadableStream with byte source: read()ing from a stream with queued chunks still transfers the buffer" ,
"ReadableStream with byte source: reading into an already-detached buffer rejects" ,
"ReadableStream with byte source: reading into a zero-length buffer rejects" ,
"ReadableStream with byte source: reading into a zero-length view on a non-zero-length buffer rejects"
] ,
2021-05-09 10:32:30 -04:00
"construct-byob-request.any.html" : false ,
"general.any.html" : [
2021-01-27 09:06:18 -05:00
"getReader({mode: \"byob\"}) throws on non-bytes streams" ,
"ReadableStream with byte source can be constructed with no errors" ,
"getReader({mode}) must perform ToString()" ,
2021-06-05 13:29:41 -04:00
"ReadableStream with byte source: autoAllocateChunkSize cannot be 0" ,
2021-01-27 09:06:18 -05:00
"ReadableStreamBYOBReader can be constructed directly" ,
"ReadableStreamBYOBReader constructor requires a ReadableStream argument" ,
"ReadableStreamBYOBReader constructor requires an unlocked ReadableStream" ,
"ReadableStreamBYOBReader constructor requires a ReadableStream with type \"bytes\"" ,
"ReadableStream with byte source: getReader() with mode set to byob, then releaseLock()" ,
"ReadableStream with byte source: Test that closing a stream does not release a BYOB reader automatically" ,
"ReadableStream with byte source: Test that erroring a stream does not release a BYOB reader automatically" ,
"ReadableStream with byte source: autoAllocateChunkSize" ,
"ReadableStream with byte source: Mix of auto allocate and BYOB" ,
"ReadableStream with byte source: enqueue(), read(view) partially, then read()" ,
"ReadableStream with byte source: Respond to pull() by enqueue()" ,
"ReadableStream with byte source: Respond to pull() by enqueue() asynchronously" ,
"ReadableStream with byte source: Respond to multiple pull() by separate enqueue()" ,
"ReadableStream with byte source: read(view), then respond()" ,
2021-06-01 12:24:31 -04:00
"ReadableStream with byte source: read(view), then respondWithNewView() with a transferred ArrayBuffer" ,
2021-01-27 09:06:18 -05:00
"ReadableStream with byte source: read(view), then respond() with too big value" ,
"ReadableStream with byte source: respond(3) to read(view) with 2 element Uint16Array enqueues the 1 byte remainder" ,
"ReadableStream with byte source: enqueue(), getReader(), then read(view)" ,
"ReadableStream with byte source: enqueue(), getReader(), then cancel() (mode = BYOB)" ,
"ReadableStream with byte source: getReader(), read(view), then cancel()" ,
"ReadableStream with byte source: cancel() with partially filled pending pull() request" ,
"ReadableStream with byte source: enqueue(), getReader(), then read(view) where view.buffer is not fully covered by view" ,
"ReadableStream with byte source: Multiple enqueue(), getReader(), then read(view)" ,
"ReadableStream with byte source: enqueue(), getReader(), then read(view) with a bigger view" ,
"ReadableStream with byte source: enqueue(), getReader(), then read(view) with smaller views" ,
"ReadableStream with byte source: enqueue() 1 byte, getReader(), then read(view) with Uint16Array" ,
"ReadableStream with byte source: enqueue() 3 byte, getReader(), then read(view) with 2-element Uint16Array" ,
"ReadableStream with byte source: read(view) with Uint16Array on close()-d stream with 1 byte enqueue()-d must fail" ,
"ReadableStream with byte source: A stream must be errored if close()-d before fulfilling read(view) with Uint16Array" ,
"ReadableStream with byte source: read(view), then respond() and close() in pull()" ,
"ReadableStream with byte source: read(view) with Uint32Array, then fill it by multiple respond() calls" ,
2021-06-01 12:24:31 -04:00
"ReadableStream with byte source: read(view) with Uint32Array, then fill it by multiple enqueue() calls" ,
2021-01-27 09:06:18 -05:00
"ReadableStream with byte source: read() twice, then enqueue() twice" ,
"ReadableStream with byte source: Multiple read(view), close() and respond()" ,
"ReadableStream with byte source: Multiple read(view), big enqueue()" ,
"ReadableStream with byte source: Multiple read(view) and multiple enqueue()" ,
"ReadableStream with byte source: read(view) with passing undefined as view must fail" ,
"ReadableStream with byte source: read(view) with passing an empty object as view must fail" ,
"ReadableStream with byte source: Even read(view) with passing ArrayBufferView like object as view must fail" ,
"ReadableStream with byte source: read(view) on an errored stream" ,
"ReadableStream with byte source: read(view), then error()" ,
"ReadableStream with byte source: Throwing in pull function must error the stream" ,
"ReadableStream with byte source: Throwing in pull in response to read() must be ignored if the stream is errored in it" ,
"ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream" ,
"ReadableStream with byte source: Throwing in pull in response to read(view) must be ignored if the stream is errored in it" ,
"calling respond() twice on the same byobRequest should throw" ,
"calling respondWithNewView() twice on the same byobRequest should throw" ,
"calling respond(0) twice on the same byobRequest should throw even when closed" ,
"pull() resolving should not make releaseLock() possible" ,
2021-06-01 12:24:31 -04:00
"ReadableStream with byte source: default reader + autoAllocateChunkSize + byobRequest interaction" ,
"ReadableStream with byte source: respondWithNewView() with a smaller view" ,
"ReadableStream with byte source: respondWithNewView() with a zero-length view (in the closed state)" ,
"ReadableStream with byte source: respondWithNewView() with a transferred non-zero-length view (in the readable state)" ,
"ReadableStream with byte source: respondWithNewView() with a transferred zero-length view (in the closed state)"
2021-06-05 13:29:41 -04:00
] ,
"non-transferable-buffers.any.html" : false
2021-01-27 09:06:18 -05:00
} ,
"readable-streams" : {
2021-05-09 10:32:30 -04:00
"async-iterator.any.html" : [
2021-01-27 09:06:18 -05:00
"Async iterator instances should have the correct list of properties" ,
"values() throws if there's already a lock" ,
"return() should unlock the stream synchronously when preventCancel = false" ,
"return() should unlock the stream synchronously when preventCancel = true" ,
"Async-iterating a pull source manually" ,
"Cancellation behavior when throwing inside loop body; preventCancel = false" ,
"Cancellation behavior when throwing inside loop body; preventCancel = true" ,
"Cancellation behavior when breaking inside loop body; preventCancel = false" ,
"Cancellation behavior when breaking inside loop body; preventCancel = true" ,
"Cancellation behavior when returning inside loop body; preventCancel = false" ,
"Cancellation behavior when returning inside loop body; preventCancel = true" ,
"Cancellation behavior when manually calling return(); preventCancel = false" ,
"Cancellation behavior when manually calling return(); preventCancel = true" ,
"next() rejects if the stream errors" ,
"return() does not rejects if the stream has not errored yet" ,
"return() rejects if the stream has errored" ,
"next() that succeeds; next() that reports an error; next()"
] ,
2021-05-09 10:32:30 -04:00
"bad-strategies.any.html" : true ,
"bad-underlying-sources.any.html" : true ,
"cancel.any.html" : false ,
"constructor.any.html" : false ,
"count-queuing-strategy-integration.any.html" : true ,
"default-reader.any.html" : true ,
"floating-point-total-queue-size.any.html" : true ,
"garbage-collection.any.html" : true ,
"general.any.html" : [
2021-03-27 10:49:57 -04:00
"ReadableStream: if pull rejects, it should error the stream"
] ,
2021-05-09 10:32:30 -04:00
"patched-global.any.html" : true ,
"reentrant-strategies.any.html" : true ,
"tee.any.html" : false ,
"templated.any.html" : [
2021-01-27 09:06:18 -05:00
"ReadableStream (empty) reader: canceling via the stream should fail"
]
} ,
"transform-streams" : {
2021-05-09 10:32:30 -04:00
"backpressure.any.html" : true ,
"errors.any.html" : true ,
"flush.any.html" : true ,
"general.any.html" : true ,
"lipfuzz.any.html" : true ,
"patched-global.any.html" : [
2021-03-27 10:49:57 -04:00
"TransformStream constructor should not call setters for highWaterMark or size"
] ,
2021-05-09 10:32:30 -04:00
"properties.any.html" : true ,
"reentrant-strategies.any.html" : true ,
"strategies.any.html" : true ,
"terminate.any.html" : [
2021-01-27 09:06:18 -05:00
"controller.terminate() inside flush() should not prevent writer.close() from succeeding"
]
} ,
"writable-streams" : {
2021-05-09 10:32:30 -04:00
"aborting.any.html" : false ,
"bad-strategies.any.html" : [
2021-06-05 13:29:41 -04:00
"reject any non-function value for strategy.size" ,
2021-01-27 09:06:18 -05:00
"Writable stream: invalid size beats invalid highWaterMark"
] ,
2021-05-09 10:32:30 -04:00
"bad-underlying-sinks.any.html" : true ,
"byte-length-queuing-strategy.any.html" : true ,
"close.any.html" : false ,
"constructor.any.html" : [
2021-01-27 09:06:18 -05:00
"underlyingSink argument should be converted after queuingStrategy argument" ,
2021-06-05 13:29:41 -04:00
"WritableStreamDefaultController constructor should throw" ,
"WritableStreamDefaultController constructor should throw when passed an initialised WritableStream" ,
2021-01-27 09:06:18 -05:00
"WritableStreamDefaultWriter should throw unless passed a WritableStream"
] ,
2021-05-09 10:32:30 -04:00
"count-queuing-strategy.any.html" : true ,
"error.any.html" : true ,
"floating-point-total-queue-size.any.html" : true ,
"general.any.html" : true ,
"properties.any.html" : true ,
"reentrant-strategy.any.html" : true ,
"start.any.html" : true ,
"write.any.html" : true
2021-01-27 09:06:18 -05:00
}
} ,
"user-timing" : {
2021-05-09 10:32:30 -04:00
"buffered-flag.any.html" : false ,
"case-sensitivity.any.html" : false ,
"clear_all_marks.any.html" : true ,
"clear_all_measures.any.html" : true ,
"clear_non_existent_mark.any.html" : true ,
"clear_non_existent_measure.any.html" : true ,
"clear_one_mark.any.html" : true ,
"clear_one_measure.any.html" : true ,
"entry_type.any.html" : true ,
"idlharness.any.html" : [
2021-04-26 07:02:49 -04:00
"PerformanceMark interface: attribute detail" ,
"PerformanceMeasure interface object length" ,
"PerformanceMeasure interface: attribute detail" ,
"Performance interface: operation mark(DOMString, optional PerformanceMarkOptions)" ,
"Performance interface: operation clearMarks(optional DOMString)" ,
"Performance interface: operation measure(DOMString, optional (DOMString or PerformanceMeasureOptions), optional DOMString)" ,
2021-06-05 13:29:41 -04:00
"Performance interface: operation clearMeasures(optional DOMString)" ,
"Performance interface: calling mark(DOMString, optional PerformanceMarkOptions) on performance with too few arguments must throw TypeError" ,
"Performance interface: calling measure(DOMString, optional (DOMString or PerformanceMeasureOptions), optional DOMString) on performance with too few arguments must throw TypeError"
2021-04-26 07:02:49 -04:00
] ,
2021-05-09 10:32:30 -04:00
"mark-entry-constructor.any.html" : true ,
"mark-errors.any.html" : true ,
"mark-l3.any.html" : false ,
"mark-measure-return-objects.any.html" : true ,
"mark.any.html" : true ,
"measure-l3.any.html" : true ,
"measure-with-dict.any.html" : [
2021-01-27 09:06:18 -05:00
"measure entries' detail and start/end are customizable"
] ,
2021-05-09 10:32:30 -04:00
"measure_syntax_err.any.html" : true ,
"structured-serialize-detail.any.html" : true ,
"supported-usertiming-types.any.html" : false ,
"user_timing_exists.any.html" : true
2021-01-27 09:06:18 -05:00
} ,
"wasm" : {
"jsapi" : {
"constructor" : {
2021-05-09 10:32:30 -04:00
"compile.any.html" : true ,
"instantiate-bad-imports.any.html" : false ,
"instantiate.any.html" : [
2021-01-27 09:06:18 -05:00
"Synchronous options handling: Buffer argument"
] ,
2021-05-09 10:32:30 -04:00
"multi-value.any.html" : true ,
"toStringTag.any.html" : true ,
"validate.any.html" : true
2021-01-27 09:06:18 -05:00
} ,
"global" : {
2021-05-09 10:32:30 -04:00
"constructor.any.html" : true ,
"toString.any.html" : true ,
"type.tentative.any.html" : false ,
"value-get-set.any.html" : true ,
"valueOf.any.html" : true
2021-01-27 09:06:18 -05:00
} ,
2021-05-09 10:32:30 -04:00
"idlharness.any.html" : [
2021-04-26 07:02:49 -04:00
"Table interface: operation set(unsigned long, optional any)"
] ,
2021-01-27 09:06:18 -05:00
"instance" : {
2021-05-09 10:32:30 -04:00
"constructor-bad-imports.any.html" : false ,
"constructor-caching.any.html" : true ,
"constructor.any.html" : true ,
"exports.any.html" : [
2021-01-27 09:06:18 -05:00
"Setting (sloppy mode)"
] ,
2021-05-09 10:32:30 -04:00
"toString.any.html" : true
2021-01-27 09:06:18 -05:00
} ,
2021-05-09 10:32:30 -04:00
"interface.any.html" : [
2021-01-27 09:06:18 -05:00
"WebAssembly: property descriptor"
] ,
"memory" : {
2021-05-09 10:32:30 -04:00
"buffer.any.html" : [
2021-01-27 09:06:18 -05:00
"Setting (sloppy mode)"
] ,
2021-05-09 10:32:30 -04:00
"constructor.any.html" : true ,
"grow.any.html" : true ,
"toString.any.html" : true ,
"type.tentative.any.html" : false ,
"constructor-shared.tentative.any.html" : true ,
2021-06-05 13:29:41 -04:00
"constructor-types.tentative.any.html" : false
2021-01-27 09:06:18 -05:00
} ,
"module" : {
2021-05-09 10:32:30 -04:00
"constructor.any.html" : true ,
"customSections.any.html" : true ,
"exports.any.html" : true ,
"imports.any.html" : true ,
"toString.any.html" : true
2021-01-27 09:06:18 -05:00
} ,
2021-05-09 10:32:30 -04:00
"prototypes.any.html" : false ,
2021-01-27 09:06:18 -05:00
"table" : {
2021-05-09 10:32:30 -04:00
"constructor.any.html" : true ,
"get-set.any.html" : true ,
"grow.any.html" : true ,
"length.any.html" : [
2021-01-27 09:06:18 -05:00
"Setting (sloppy mode)"
] ,
2021-05-09 10:32:30 -04:00
"toString.any.html" : true ,
"constructor-reftypes.tentative.any.html" : [
2021-04-13 06:20:05 -04:00
"initialize externref table with default value" ,
2021-06-05 13:29:41 -04:00
"initialize anyfunc table with default value" ,
"initialize anyfunc table with a bad default value"
2021-04-13 06:20:05 -04:00
] ,
2021-06-05 13:29:41 -04:00
"constructor-types.tentative.any.html" : false ,
2021-05-09 10:32:30 -04:00
"grow-reftypes.tentative.any.html" : false ,
"set-reftypes.tentative.any.html" : false ,
"type.tentative.any.html" : false
2021-01-27 09:06:18 -05:00
}
} ,
"serialization" : {
"module" : {
2021-05-09 10:32:30 -04:00
"serialization-via-idb.any.html" : false ,
"serialization-via-notifications-api.any.html" : false
2021-01-27 09:06:18 -05:00
}
} ,
"webapi" : {
2021-05-09 10:32:30 -04:00
"abort.any.html" : false ,
"body.any.html" : false ,
"contenttype.any.html" : false ,
"empty-body.any.html" : false ,
"historical.any.html" : false ,
"idlharness.any.html" : [
2021-04-26 07:02:49 -04:00
"WebAssembly namespace: operation compileStreaming(Promise<Response>)" ,
"WebAssembly namespace: operation instantiateStreaming(Promise<Response>, optional object)"
] ,
2021-05-09 10:32:30 -04:00
"instantiateStreaming-bad-imports.any.html" : false ,
"instantiateStreaming.any.html" : false ,
"invalid-args.any.html" : false ,
"invalid-code.any.html" : false ,
"modified-contenttype.any.html" : false ,
"origin.sub.any.html" : false ,
"rejected-arg.any.html" : false ,
"status.any.html" : false
2021-01-27 09:06:18 -05:00
}
} ,
"WebIDL" : {
"ecmascript-binding" : {
"es-exceptions" : {
2021-05-09 10:32:30 -04:00
"DOMException-constants.any.html" : true ,
"DOMException-constructor-and-prototype.any.html" : true ,
"DOMException-constructor-behavior.any.html" : true ,
"DOMException-custom-bindings.any.html" : [
2021-01-27 09:06:18 -05:00
"does not inherit from Error: class-side"
]
}
}
2021-01-27 16:37:15 -05:00
} ,
"url" : {
2021-05-09 10:32:30 -04:00
"historical.any.html" : [
2021-01-27 16:37:15 -05:00
"<a> and <area>.searchParams should be undefined"
] ,
2021-05-09 10:32:30 -04:00
"idlharness.any.html" : [
2021-04-26 07:02:49 -04:00
"URL interface object length" ,
"URL interface: attribute href" ,
"URL interface: stringifier" ,
"URL interface: attribute origin" ,
"URL interface: attribute protocol" ,
"URL interface: attribute username" ,
"URL interface: attribute password" ,
"URL interface: attribute host" ,
"URL interface: attribute hostname" ,
"URL interface: attribute port" ,
"URL interface: attribute pathname" ,
"URL interface: attribute search" ,
"URL interface: attribute searchParams" ,
"URL interface: attribute hash" ,
"URL interface: operation toJSON()" ,
"Stringification of new URL(\"http://foo\")" ,
"URLSearchParams interface: operation append(USVString, USVString)" ,
"URLSearchParams interface: operation delete(USVString)" ,
"URLSearchParams interface: operation get(USVString)" ,
"URLSearchParams interface: operation getAll(USVString)" ,
"URLSearchParams interface: operation has(USVString)" ,
"URLSearchParams interface: operation set(USVString, USVString)" ,
"URLSearchParams interface: operation sort()" ,
"URLSearchParams interface: iterable<USVString, USVString>" ,
"URLSearchParams interface: stringifier" ,
"Stringification of new URLSearchParams(\"hi=there&thank=you\")"
] ,
2021-05-09 10:32:30 -04:00
"url-constructor.any.html" : [
2021-06-05 13:29:41 -04:00
"Parsing: <file://%43%7C> against <about:blank>" ,
"Parsing: <file://%43|> against <about:blank>" ,
"Parsing: <file://C%7C> against <about:blank>" ,
"Parsing: <file://%43%7C/> against <about:blank>" ,
"Parsing: <https://%43%7C/> against <about:blank>" ,
"Parsing: <asdf://%43|/> against <about:blank>" ,
2021-01-27 16:37:15 -05:00
"Parsing: </> against <file://h/C:/a/b>" ,
"Parsing: <file:\\\\//> against <about:blank>" ,
"Parsing: <file:\\\\\\\\> against <about:blank>" ,
"Parsing: <file:\\\\\\\\?fox> against <about:blank>" ,
"Parsing: <file:\\\\\\\\#guppy> against <about:blank>" ,
"Parsing: <file://spider///> against <about:blank>" ,
"Parsing: <file:\\\\localhost//> against <about:blank>" ,
"Parsing: <file://\\/localhost//cat> against <about:blank>" ,
"Parsing: <file://localhost//a//../..//> against <about:blank>" ,
"Parsing: </////mouse> against <file:///elephant>" ,
"Parsing: <\\/localhost//pig> against <file://lion/>" ,
"Parsing: <//localhost//pig> against <file://lion/>" ,
2021-03-01 20:30:24 -05:00
"Parsing: </..//localhost//pig> against <file://lion/>" ,
2021-01-27 16:37:15 -05:00
"Parsing: <C|> against <file://host/dir/file>" ,
"Parsing: <C|> against <file://host/D:/dir1/dir2/file>" ,
"Parsing: <C|#> against <file://host/dir/file>" ,
"Parsing: <C|?> against <file://host/dir/file>" ,
"Parsing: <C|/> against <file://host/dir/file>" ,
"Parsing: <C|\n/> against <file://host/dir/file>" ,
"Parsing: <C|\\> against <file://host/dir/file>" ,
"Parsing: </c:/foo/bar> against <file://host/path>" ,
"Parsing: <file://example.net/C:/> against <about:blank>" ,
"Parsing: <file://1.2.3.4/C:/> against <about:blank>" ,
"Parsing: <file://[1::8]/C:/> against <about:blank>" ,
2021-04-14 16:49:16 -04:00
"Parsing: <C|/> against <file://host/>" ,
"Parsing: </C:/> against <file://host/>" ,
"Parsing: <file:C:/> against <file://host/>" ,
"Parsing: <file:/C:/> against <file://host/>" ,
2021-01-27 16:37:15 -05:00
"Parsing: <file://localhost//a//../..//foo> against <about:blank>" ,
"Parsing: <file://localhost////foo> against <about:blank>" ,
"Parsing: <file:////foo> against <about:blank>" ,
"Parsing: <file:////one/two> against <file:///>" ,
"Parsing: <////one/two> against <file:///>" ,
2021-03-01 20:30:24 -05:00
"Parsing: <file:///.//> against <file:////>" ,
2021-01-27 16:37:15 -05:00
"Parsing: <file:.//p> against <about:blank>" ,
2021-03-01 20:30:24 -05:00
"Parsing: <file:/.//p> against <about:blank>" ,
2021-01-27 16:37:15 -05:00
"Parsing: <non-spec:/.//> against <about:blank>" ,
"Parsing: <non-spec:/..//> against <about:blank>" ,
"Parsing: <non-spec:/a/..//> against <about:blank>" ,
"Parsing: <non-spec:/.//path> against <about:blank>" ,
"Parsing: <non-spec:/..//path> against <about:blank>" ,
"Parsing: <non-spec:/a/..//path> against <about:blank>" ,
"Parsing: </.//path> against <non-spec:/p>" ,
"Parsing: </..//path> against <non-spec:/p>" ,
"Parsing: <..//path> against <non-spec:/p>" ,
"Parsing: <a/..//path> against <non-spec:/p>" ,
"Parsing: <> against <non-spec:/..//p>" ,
2021-03-01 20:30:24 -05:00
"Parsing: <path> against <non-spec:/..//p>"
2021-01-27 16:37:15 -05:00
] ,
2021-05-19 14:45:48 -04:00
"url-origin.any.html" : true ,
2021-05-09 10:32:30 -04:00
"url-searchparams.any.html" : true ,
"url-setters-stripping.any.html" : [
2021-01-27 16:37:15 -05:00
"Setting protocol with leading U+0000 (https:)" ,
"Setting protocol with U+0000 before inserted colon (https:)" ,
2021-03-01 20:30:24 -05:00
"Setting port with leading U+0000 (https:)" ,
"Setting pathname with trailing U+0000 (https:)" ,
2021-01-27 16:37:15 -05:00
"Setting protocol with leading U+001F (https:)" ,
"Setting protocol with U+001F before inserted colon (https:)" ,
2021-03-01 20:30:24 -05:00
"Setting port with leading U+001F (https:)" ,
"Setting pathname with trailing U+001F (https:)" ,
2021-01-27 16:37:15 -05:00
"Setting protocol with leading U+0000 (wpt++:)" ,
"Setting protocol with U+0000 before inserted colon (wpt++:)" ,
2021-03-01 20:30:24 -05:00
"Setting port with leading U+0000 (wpt++:)" ,
2021-01-27 16:37:15 -05:00
"Setting pathname with trailing U+0000 (wpt++:)" ,
"Setting protocol with leading U+001F (wpt++:)" ,
"Setting protocol with U+001F before inserted colon (wpt++:)" ,
2021-03-01 20:30:24 -05:00
"Setting port with leading U+001F (wpt++:)" ,
2021-01-27 16:37:15 -05:00
"Setting pathname with trailing U+001F (wpt++:)"
] ,
2021-05-09 10:32:30 -04:00
"url-tojson.any.html" : true ,
"urlencoded-parser.any.html" : true ,
"urlsearchparams-append.any.html" : true ,
"urlsearchparams-constructor.any.html" : [
2021-01-27 16:37:15 -05:00
"Construct with 2 unpaired surrogates (no trailing)" ,
"Construct with 3 unpaired surrogates (no leading)" ,
"Construct with object with NULL, non-ASCII, and surrogate keys"
] ,
2021-05-09 10:32:30 -04:00
"urlsearchparams-delete.any.html" : true ,
"urlsearchparams-foreach.any.html" : true ,
"urlsearchparams-get.any.html" : true ,
"urlsearchparams-getall.any.html" : true ,
"urlsearchparams-has.any.html" : true ,
"urlsearchparams-set.any.html" : true ,
2021-05-19 14:45:48 -04:00
"urlsearchparams-sort.any.html" : true ,
2021-06-05 13:29:41 -04:00
"urlsearchparams-stringifier.any.html" : true ,
"url-setters.any.html" : [
"URL: Setting <http://example.net/path>.hostname = 'example.com:8080' : delimiter invalidates entire value" ,
"URL: Setting <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value" ,
"URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path" ,
"URL: Setting <non-spec:/.//p>.hostname = ''" ,
"URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes" ,
"URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes" ,
"URL: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes" ,
"URL: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path" ,
"URL: Setting <non-spec:/>.pathname = '/..//p'" ,
"URL: Setting <non-spec:/>.pathname = '//p'" ,
"URL: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path"
]
2021-01-28 15:37:21 -05:00
} ,
"fetch" : {
"api" : {
"request" : {
2021-05-09 10:32:30 -04:00
"request-init-002.any.html" : true ,
2021-06-05 13:29:41 -04:00
"request-init-stream.any.html" : [
"Constructing a Request with a Request on which body.getReader() is called" ,
"Constructing a Request with a Request on which body.getReader().read() is called" ,
"Constructing a Request with a Request on which read() and releaseLock() are called"
] ,
2021-05-09 10:32:30 -04:00
"request-consume-empty.any.html" : [
2021-04-20 08:47:22 -04:00
"Consume empty FormData request body as text"
] ,
2021-05-09 10:32:30 -04:00
"request-consume.any.html" : true
2021-04-18 19:00:13 -04:00
} ,
"headers" : {
2021-05-09 10:32:30 -04:00
"headers-basic.any.html" : true ,
"headers-casing.any.html" : true ,
"headers-combine.any.html" : true ,
"headers-errors.any.html" : true ,
"headers-normalize.any.html" : true ,
"headers-record.any.html" : true ,
"headers-structure.any.html" : true
2021-04-20 08:47:22 -04:00
} ,
"basic" : {
2021-05-09 10:32:30 -04:00
"request-head.any.html" : true ,
"request-headers-case.any.html" : false ,
"request-headers-nonascii.any.html" : false ,
"request-headers.any.html" : [
2021-04-20 08:47:22 -04:00
"Fetch with PUT without body" ,
"Fetch with PUT with body" ,
"Fetch with POST without body" ,
"Fetch with POST with text body" ,
"Fetch with POST with FormData body" ,
"Fetch with POST with URLSearchParams body" ,
"Fetch with POST with Blob body" ,
"Fetch with POST with ArrayBuffer body" ,
"Fetch with POST with Uint8Array body" ,
"Fetch with POST with Int8Array body" ,
"Fetch with POST with Float32Array body" ,
"Fetch with POST with Float64Array body" ,
"Fetch with POST with DataView body" ,
"Fetch with POST with Blob body with mime type" ,
"Fetch with Chicken" ,
"Fetch with Chicken with body" ,
"Fetch with POST and mode \"same-origin\" needs an Origin header" ,
"Fetch with POST and mode \"no-cors\" needs an Origin header" ,
"Fetch with PUT and mode \"same-origin\" needs an Origin header" ,
"Fetch with TacO and mode \"same-origin\" needs an Origin header" ,
"Fetch with TacO and mode \"cors\" needs an Origin header"
] ,
2021-05-09 10:32:30 -04:00
"text-utf8.any.html" : true ,
"accept-header.any.html" : [
2021-04-20 08:47:22 -04:00
"Request through fetch should have a 'accept-language' header"
] ,
2021-05-09 10:32:30 -04:00
"conditional-get.any.html" : false ,
"error-after-response.any.html" : false ,
"header-value-combining.any.html" : false ,
"header-value-null-byte.any.html" : true ,
"historical.any.html" : true ,
"http-response-code.any.html" : true ,
"request-upload.any.html" : [
2021-04-20 08:47:22 -04:00
"Fetch with POST with ReadableStream" ,
"Fetch with POST with ReadableStream containing String" ,
"Fetch with POST with ReadableStream containing null" ,
"Fetch with POST with ReadableStream containing number" ,
"Fetch with POST with ReadableStream containing ArrayBuffer" ,
"Fetch with POST with ReadableStream containing Blob" ,
"Fetch with POST with text body on 421 response should be retried once on new connection."
] ,
2021-05-09 10:32:30 -04:00
"response-url.sub.any.html" : true ,
"scheme-about.any.html" : true ,
"scheme-blob.sub.any.html" : true ,
"scheme-data.any.html" : [
"Fetching [HEAD] data:,response%27s%20body is OK"
] ,
"scheme-others.sub.any.html" : true ,
"stream-response.any.html" : true ,
"stream-safe-creation.any.html" : [
"throwing Object.prototype.start accessor should not affect stream creation by 'fetch'" ,
"Object.prototype.start accessor returning invalid value should not affect stream creation by 'fetch'" ,
"throwing Object.prototype.size accessor should not affect stream creation by 'fetch'" ,
"Object.prototype.size accessor returning invalid value should not affect stream creation by 'fetch'" ,
"throwing Object.prototype.highWaterMark accessor should not affect stream creation by 'fetch'" ,
"Object.prototype.highWaterMark accessor returning invalid value should not affect stream creation by 'fetch'"
]
2021-04-20 08:47:22 -04:00
} ,
"response" : {
2021-05-09 10:32:30 -04:00
"json.any.html" : true ,
"response-init-001.any.html" : true ,
"response-init-002.any.html" : true ,
"response-static-error.any.html" : true ,
"response-static-redirect.any.html" : true ,
"response-stream-disturbed-1.any.html" : true ,
"response-stream-disturbed-2.any.html" : true ,
"response-stream-disturbed-3.any.html" : true ,
"response-stream-disturbed-4.any.html" : true ,
"response-stream-disturbed-5.any.html" : true ,
"response-stream-disturbed-6.any.html" : true ,
"response-stream-disturbed-by-pipe.any.html" : true ,
"response-stream-with-broken-then.any.html" : [
2021-04-20 08:47:22 -04:00
"Attempt to inject {done: false, value: bye} via Object.prototype.then." ,
"Attempt to inject value: undefined via Object.prototype.then." ,
"Attempt to inject undefined via Object.prototype.then." ,
"Attempt to inject 8.2 via Object.prototype.then." ,
"intercepting arraybuffer to text conversion via Object.prototype.then should not be possible"
] ,
2021-05-09 10:32:30 -04:00
"response-error-from-stream.any.html" : true ,
"response-error.any.html" : true ,
"response-from-stream.any.html" : true ,
"response-cancel-stream.any.html" : true ,
"response-clone.any.html" : [
2021-04-20 08:47:22 -04:00
"Check response clone use structureClone for teed ReadableStreams (Int8Arraychunk)" ,
"Check response clone use structureClone for teed ReadableStreams (Int16Arraychunk)" ,
"Check response clone use structureClone for teed ReadableStreams (Int32Arraychunk)" ,
"Check response clone use structureClone for teed ReadableStreams (ArrayBufferchunk)" ,
"Check response clone use structureClone for teed ReadableStreams (Uint8Arraychunk)" ,
"Check response clone use structureClone for teed ReadableStreams (Uint8ClampedArraychunk)" ,
"Check response clone use structureClone for teed ReadableStreams (Uint16Arraychunk)" ,
"Check response clone use structureClone for teed ReadableStreams (Uint32Arraychunk)" ,
"Check response clone use structureClone for teed ReadableStreams (Float32Arraychunk)" ,
"Check response clone use structureClone for teed ReadableStreams (Float64Arraychunk)" ,
"Check response clone use structureClone for teed ReadableStreams (DataViewchunk)"
] ,
2021-05-09 10:32:30 -04:00
"response-consume-empty.any.html" : [
2021-04-20 08:47:22 -04:00
"Consume empty FormData response body as text"
] ,
2021-05-09 10:32:30 -04:00
"response-consume-stream.any.html" : true
2021-04-20 08:47:22 -04:00
} ,
"body" : {
2021-05-09 10:32:30 -04:00
"mime-type.any.html" : true
2021-04-20 08:47:22 -04:00
} ,
"redirect" : {
2021-05-09 10:32:30 -04:00
"redirect-count.any.html" : true ,
"redirect-empty-location.any.html" : [
2021-04-20 08:47:22 -04:00
"redirect response with empty Location, manual mode"
] ,
2021-05-09 10:32:30 -04:00
"redirect-location.any.html" : [
2021-04-20 08:47:22 -04:00
"Redirect 301 in \"manual\" mode without location" ,
"Redirect 301 in \"manual\" mode with invalid location" ,
"Redirect 301 in \"manual\" mode with data location" ,
"Redirect 302 in \"manual\" mode without location" ,
"Redirect 302 in \"manual\" mode with invalid location" ,
"Redirect 302 in \"manual\" mode with data location" ,
"Redirect 303 in \"manual\" mode without location" ,
"Redirect 303 in \"manual\" mode with invalid location" ,
"Redirect 303 in \"manual\" mode with data location" ,
"Redirect 307 in \"manual\" mode without location" ,
"Redirect 307 in \"manual\" mode with invalid location" ,
"Redirect 307 in \"manual\" mode with data location" ,
"Redirect 308 in \"manual\" mode without location" ,
"Redirect 308 in \"manual\" mode with invalid location" ,
"Redirect 308 in \"manual\" mode with data location"
] ,
2021-05-09 10:32:30 -04:00
"redirect-method.any.html" : true ,
"redirect-schemes.any.html" : true ,
"redirect-to-dataurl.any.html" : true
2021-04-26 07:02:49 -04:00
} ,
2021-05-09 10:32:30 -04:00
"idlharness.any.html" : [
2021-04-26 07:02:49 -04:00
"Headers interface: operation append(ByteString, ByteString)" ,
"Headers interface: operation delete(ByteString)" ,
"Headers interface: operation get(ByteString)" ,
"Headers interface: operation has(ByteString)" ,
"Headers interface: operation set(ByteString, ByteString)" ,
"Headers interface: iterable<ByteString, ByteString>" ,
"Request interface: attribute destination" ,
"Request interface: attribute referrer" ,
"Request interface: attribute referrerPolicy" ,
"Request interface: attribute mode" ,
"Request interface: attribute credentials" ,
"Request interface: attribute cache" ,
"Request interface: attribute integrity" ,
"Request interface: attribute keepalive" ,
"Request interface: attribute isReloadNavigation" ,
"Request interface: attribute isHistoryNavigation" ,
"Request interface: attribute body" ,
"Request interface: attribute bodyUsed" ,
2021-05-31 05:03:17 -04:00
"Request interface: new Request('about:blank') must inherit property \"destination\" with the proper type" ,
"Request interface: new Request('about:blank') must inherit property \"referrer\" with the proper type" ,
"Request interface: new Request('about:blank') must inherit property \"referrerPolicy\" with the proper type" ,
"Request interface: new Request('about:blank') must inherit property \"mode\" with the proper type" ,
"Request interface: new Request('about:blank') must inherit property \"credentials\" with the proper type" ,
"Request interface: new Request('about:blank') must inherit property \"cache\" with the proper type" ,
"Request interface: new Request('about:blank') must inherit property \"integrity\" with the proper type" ,
"Request interface: new Request('about:blank') must inherit property \"keepalive\" with the proper type" ,
"Request interface: new Request('about:blank') must inherit property \"isReloadNavigation\" with the proper type" ,
"Request interface: new Request('about:blank') must inherit property \"isHistoryNavigation\" with the proper type" ,
2021-04-26 07:02:49 -04:00
"Response interface: operation error()" ,
"Response interface: operation redirect(USVString, optional unsigned short)" ,
"Response interface: attribute body" ,
"Response interface: attribute bodyUsed" ,
2021-06-05 13:29:41 -04:00
"Response interface: calling redirect(USVString, optional unsigned short) on new Response() with too few arguments must throw TypeError" ,
2021-04-26 07:02:49 -04:00
"Window interface: operation fetch(RequestInfo, optional RequestInit)"
2021-06-06 09:37:17 -04:00
] ,
"abort" : {
"general.any.html" : [
"response.arrayBuffer() rejects if already aborted" ,
"response.blob() rejects if already aborted" ,
"response.formData() rejects if already aborted" ,
"response.json() rejects if already aborted" ,
"response.text() rejects if already aborted"
]
}
2021-04-10 17:38:15 -04:00
} ,
"data-urls" : {
2021-05-09 10:32:30 -04:00
"base64.any.html" : true ,
"processing.any.html" : [
2021-04-10 17:38:15 -04:00
"\"data:text/plain;a=\\\",\\\",X\""
]
2021-01-28 15:37:21 -05:00
}
2021-01-30 13:22:24 -05:00
} ,
"FileAPI" : {
"blob" : {
2021-05-09 10:32:30 -04:00
"Blob-array-buffer.any.html" : true ,
"Blob-constructor.any.html" : [
2021-01-30 13:22:24 -05:00
"Passing a FrozenArray as the blobParts array should work (FrozenArray<MessagePort>)."
] ,
2021-05-09 10:32:30 -04:00
"Blob-slice-overflow.any.html" : true ,
"Blob-slice.any.html" : true ,
"Blob-stream.any.html" : true ,
"Blob-text.any.html" : true
2021-02-04 09:05:36 -05:00
} ,
"file" : {
2021-06-01 12:24:31 -04:00
"File-constructor.any.html" : true ,
2021-06-03 14:48:09 -04:00
"send-file-formdata-controls.any.html" : true ,
"send-file-formdata-punctuation.any.html" : true ,
2021-06-01 12:24:31 -04:00
"send-file-formdata-utf-8.any.html" : true ,
"send-file-formdata.any.html" : true
2021-04-06 06:55:05 -04:00
} ,
2021-05-09 10:32:30 -04:00
"fileReader.any.html" : true ,
2021-04-07 19:23:26 -04:00
"url" : {
2021-05-09 10:32:30 -04:00
"url-format.any.html" : true ,
"url-with-fetch.any.html" : [
2021-04-11 08:09:10 -04:00
"Revoke blob URL after creating Request, will fetch"
]
2021-04-08 09:05:08 -04:00
} ,
"reading-data-section" : {
2021-05-09 10:32:30 -04:00
"Determining-Encoding.any.html" : true ,
"FileReader-event-handler-attributes.any.html" : true ,
"FileReader-multiple-reads.any.html" : true ,
"filereader_abort.any.html" : true ,
"filereader_error.any.html" : true ,
"filereader_events.any.html" : false ,
"filereader_readAsArrayBuffer.any.html" : true ,
"filereader_readAsBinaryString.any.html" : true ,
"filereader_readAsDataURL.any.html" : true ,
"filereader_readAsText.any.html" : true ,
"filereader_readystate.any.html" : true ,
"filereader_result.any.html" : [
2021-04-08 09:05:08 -04:00
"result is null during \"loadstart\" event for readAsText" ,
"result is null during \"loadstart\" event for readAsDataURL" ,
"result is null during \"loadstart\" event for readAsArrayBuffer" ,
"result is null during \"loadstart\" event for readAsBinaryString" ,
"result is null during \"progress\" event for readAsText" ,
"result is null during \"progress\" event for readAsDataURL" ,
"result is null during \"progress\" event for readAsArrayBuffer" ,
"result is null during \"progress\" event for readAsBinaryString"
]
2021-04-07 19:23:26 -04:00
}
2021-02-13 06:59:46 -05:00
} ,
"html" : {
"webappapis" : {
2021-02-15 20:10:59 -05:00
"atob" : {
2021-05-09 10:32:30 -04:00
"base64.any.html" : true
2021-02-15 20:10:59 -05:00
} ,
2021-02-13 14:43:36 -05:00
"timers" : {
2021-05-09 10:32:30 -04:00
"cleartimeout-clearinterval.any.html" : true ,
"missing-timeout-setinterval.any.html" : true ,
"negative-setinterval.any.html" : true ,
"negative-settimeout.any.html" : true ,
"type-long-setinterval.any.html" : true ,
"type-long-settimeout.any.html" : true
2021-02-13 14:43:36 -05:00
} ,
2021-02-13 06:59:46 -05:00
"microtask-queuing" : {
2021-05-09 10:32:30 -04:00
"queue-microtask-exceptions.any.html" : true ,
"queue-microtask.any.html" : true
2021-02-13 06:59:46 -05:00
}
}
2021-04-14 16:49:16 -04:00
} ,
2021-05-10 06:02:47 -04:00
"webstorage" : {
"defineProperty.window.html" : true ,
"set.window.html" : true ,
"storage_enumerate.window.html" : true ,
"storage_in.window.html" : true ,
"event_constructor.window.html" : false ,
"event_initstorageevent.window.html" : false ,
"missing_arguments.window.html" : true ,
"storage_builtins.window.html" : true ,
"storage_clear.window.html" : true ,
"storage_functions_not_overwritten.window.html" : true ,
"storage_getitem.window.html" : true ,
"storage_indexing.window.html" : true ,
"storage_key.window.html" : true ,
"storage_key_empty_string.window.html" : true ,
"storage_length.window.html" : true ,
"storage_local_setitem_quotaexceedederr.window.html" : true ,
"storage_removeitem.window.html" : true ,
"storage_session_setitem_quotaexceedederr.window.html" : true ,
"storage_set_value_enumerate.window.html" : true ,
"storage_setitem.window.html" : [
"localStorage[] = \"\ud800\"" ,
"localStorage[] = \"\udbff\"" ,
"localStorage[] = \"\udc00\"" ,
"localStorage[] = \"\udfff\"" ,
"localStorage[] = \"\ud83ca\"" ,
"localStorage[] = \"a\udf4d\"" ,
"sessionStorage[] = \"\ud800\"" ,
"sessionStorage[] = \"\udbff\"" ,
"sessionStorage[] = \"\udc00\"" ,
"sessionStorage[] = \"\udfff\"" ,
"sessionStorage[] = \"\ud83ca\"" ,
"sessionStorage[] = \"a\udf4d\""
] ,
"storage_string_conversion.window.html" : true ,
"storage_supported_property_names.window.html" : true ,
"symbol-props.window.html" : [
"localStorage: defineProperty not configurable" ,
"sessionStorage: defineProperty not configurable"
]
} ,
2021-05-22 12:08:24 -04:00
"webmessaging" : {
"broadcastchannel" : {
"basics.any.html" : [
"postMessage results in correct event"
] ,
"interface.any.html" : true
}
} ,
2021-04-14 16:49:16 -04:00
"xhr" : {
"formdata" : {
2021-05-09 10:32:30 -04:00
"append.any.html" : true ,
"constructor.any.html" : true ,
"delete.any.html" : true ,
"foreach.any.html" : true ,
"get.any.html" : true ,
"has.any.html" : true ,
"set-blob.any.html" : true ,
"set.any.html" : true
2021-04-14 16:49:16 -04:00
}
2021-01-27 09:06:18 -05:00
}
2021-06-06 06:57:10 -04:00
}