2021-01-27 09:06:18 -05:00
{
"WebCryptoAPI" : {
2024-04-16 19:33:05 -04:00
"getRandomValues.any.html" : [
"Float arrays"
] ,
"getRandomValues.any.worker.html" : [
"Float arrays"
] ,
2021-06-04 14:46:44 -04:00
"derive_bits_keys" : {
2023-03-24 23:27:49 -04:00
"ecdh_bits.https.any.html" : [
"P-521 good parameters" ,
"P-521 mixed case parameters" ,
"P-521 with null length" ,
"P-521 short result" ,
"P-521 non-multiple of 8 bits" ,
"P-521 mismatched curves" ,
"P-521 public property of algorithm is not an ECDSA public key" ,
"P-521 no deriveBits usage for base key" ,
"P-521 public property value is a private key" ,
"P-521 public property value is a secret key" ,
"P-521 asking for too many bits"
] ,
"ecdh_bits.https.any.worker.html" : [
"P-521 good parameters" ,
"P-521 mixed case parameters" ,
"P-521 with null length" ,
"P-521 short result" ,
"P-521 non-multiple of 8 bits" ,
"P-521 mismatched curves" ,
"P-521 public property of algorithm is not an ECDSA public key" ,
"P-521 no deriveBits usage for base key" ,
"P-521 public property value is a private key" ,
"P-521 public property value is a secret key" ,
"P-521 asking for too many bits"
] ,
"ecdh_keys.https.any.html" : [
"P-521 good parameters" ,
"P-521 mixed case parameters" ,
"P-521 mismatched curves" ,
"P-521 public property of algorithm is not an ECDSA public key" ,
"P-521 no deriveKey usage for base key" ,
"P-521 public property value is a private key" ,
"P-521 public property value is a secret key"
] ,
"ecdh_keys.https.any.worker.html" : [
"P-521 good parameters" ,
"P-521 mixed case parameters" ,
"P-521 mismatched curves" ,
"P-521 public property of algorithm is not an ECDSA public key" ,
"P-521 no deriveKey usage for base key" ,
"P-521 public property value is a private key" ,
"P-521 public property value is a secret key"
] ,
2021-12-27 08:25:17 -05:00
"hkdf.https.any.html?1-1000" : true ,
"hkdf.https.any.html?1001-2000" : true ,
"hkdf.https.any.html?2001-3000" : true ,
"hkdf.https.any.html?3001-last" : true ,
"hkdf.https.any.worker.html?1-1000" : true ,
"hkdf.https.any.worker.html?1001-2000" : true ,
"hkdf.https.any.worker.html?2001-3000" : true ,
"hkdf.https.any.worker.html?3001-last" : true ,
"pbkdf2.https.any.html?1-1000" : true ,
"pbkdf2.https.any.html?1001-2000" : true ,
"pbkdf2.https.any.html?2001-3000" : true ,
"pbkdf2.https.any.html?3001-4000" : true ,
"pbkdf2.https.any.html?4001-5000" : true ,
"pbkdf2.https.any.html?5001-6000" : true ,
"pbkdf2.https.any.html?6001-7000" : true ,
"pbkdf2.https.any.html?7001-8000" : true ,
"pbkdf2.https.any.html?8001-last" : true ,
"pbkdf2.https.any.worker.html?1-1000" : true ,
"pbkdf2.https.any.worker.html?1001-2000" : true ,
"pbkdf2.https.any.worker.html?2001-3000" : true ,
"pbkdf2.https.any.worker.html?3001-4000" : true ,
"pbkdf2.https.any.worker.html?4001-5000" : true ,
"pbkdf2.https.any.worker.html?5001-6000" : true ,
"pbkdf2.https.any.worker.html?6001-7000" : true ,
"pbkdf2.https.any.worker.html?7001-8000" : true ,
2022-09-22 05:07:50 -04:00
"pbkdf2.https.any.worker.html?8001-last" : true ,
2023-03-24 23:27:49 -04:00
"cfrg_curves_bits.https.any.html" : [
"X25519 key derivation checks for all-zero value result with a key of order 0" ,
"X25519 key derivation checks for all-zero value result with a key of order 1" ,
"X25519 key derivation checks for all-zero value result with a key of order 8" ,
"X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)" ,
"X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)" ,
"X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)" ,
"X448 key derivation checks for all-zero value result with a key of order 0" ,
"X448 key derivation checks for all-zero value result with a key of order 1" ,
"X448 key derivation checks for all-zero value result with a key of order p-1 (order 2)" ,
"X448 key derivation checks for all-zero value result with a key of order p (=0, order 4)" ,
"X448 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)" ,
"X25519 good parameters" ,
"X25519 mixed case parameters" ,
"X25519 with null length" ,
"X25519 short result" ,
"X25519 non-multiple of 8 bits" ,
"X25519 mismatched algorithms" ,
"X25519 no deriveBits usage for base key" ,
"X448 good parameters" ,
"X448 mixed case parameters" ,
"X448 with null length" ,
"X448 short result" ,
"X448 non-multiple of 8 bits" ,
"X448 mismatched algorithms" ,
"X448 no deriveBits usage for base key" ,
"X448 base key is not a private key" ,
"X448 public property value is a private key" ,
"X448 public property value is a secret key" ,
"X448 asking for too many bits"
] ,
"cfrg_curves_bits.https.any.worker.html" : [
"X25519 key derivation checks for all-zero value result with a key of order 0" ,
"X25519 key derivation checks for all-zero value result with a key of order 1" ,
"X25519 key derivation checks for all-zero value result with a key of order 8" ,
"X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)" ,
"X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)" ,
"X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)" ,
"X448 key derivation checks for all-zero value result with a key of order 0" ,
"X448 key derivation checks for all-zero value result with a key of order 1" ,
"X448 key derivation checks for all-zero value result with a key of order p-1 (order 2)" ,
"X448 key derivation checks for all-zero value result with a key of order p (=0, order 4)" ,
"X448 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)" ,
"X25519 good parameters" ,
"X25519 mixed case parameters" ,
"X25519 with null length" ,
"X25519 short result" ,
"X25519 non-multiple of 8 bits" ,
"X25519 mismatched algorithms" ,
"X25519 no deriveBits usage for base key" ,
"X448 good parameters" ,
"X448 mixed case parameters" ,
"X448 with null length" ,
"X448 short result" ,
"X448 non-multiple of 8 bits" ,
"X448 mismatched algorithms" ,
"X448 no deriveBits usage for base key" ,
"X448 base key is not a private key" ,
"X448 public property value is a private key" ,
"X448 public property value is a secret key" ,
"X448 asking for too many bits"
] ,
"cfrg_curves_keys.https.any.html" : [
2023-06-08 16:56:05 -04:00
"X25519 deriveBits checks for all-zero value result with a key of order 0" ,
"X25519 deriveBits checks for all-zero value result with a key of order 1" ,
"X25519 deriveBits checks for all-zero value result with a key of order 8" ,
"X25519 deriveBits checks for all-zero value result with a key of order p-1 (order 2)" ,
"X25519 deriveBits checks for all-zero value result with a key of order p (=0, order 4)" ,
"X25519 deriveBits checks for all-zero value result with a key of order p+1 (=1, order 1)" ,
"X448 deriveBits checks for all-zero value result with a key of order 0" ,
"X448 deriveBits checks for all-zero value result with a key of order 1" ,
"X448 deriveBits checks for all-zero value result with a key of order p-1 (order 2)" ,
"X448 deriveBits checks for all-zero value result with a key of order p (=0, order 4)" ,
"X448 deriveBits checks for all-zero value result with a key of order p+1 (=1, order 1)" ,
2023-03-24 23:27:49 -04:00
"Key derivation using a X25519 generated keys." ,
"Key derivation using a X448 generated keys." ,
"X25519 good parameters" ,
"X25519 mixed case parameters" ,
"X25519 mismatched algorithms" ,
"X448 good parameters" ,
"X448 mixed case parameters" ,
"X448 mismatched algorithms" ,
"X448 no deriveKey usage for base key" ,
"X448 base key is not a private key" ,
"X448 public property value is a private key" ,
"X448 public property value is a secret key"
] ,
"cfrg_curves_keys.https.any.worker.html" : [
2023-06-08 16:56:05 -04:00
"X25519 deriveBits checks for all-zero value result with a key of order 0" ,
"X25519 deriveBits checks for all-zero value result with a key of order 1" ,
"X25519 deriveBits checks for all-zero value result with a key of order 8" ,
"X25519 deriveBits checks for all-zero value result with a key of order p-1 (order 2)" ,
"X25519 deriveBits checks for all-zero value result with a key of order p (=0, order 4)" ,
"X25519 deriveBits checks for all-zero value result with a key of order p+1 (=1, order 1)" ,
"X448 deriveBits checks for all-zero value result with a key of order 0" ,
"X448 deriveBits checks for all-zero value result with a key of order 1" ,
"X448 deriveBits checks for all-zero value result with a key of order p-1 (order 2)" ,
"X448 deriveBits checks for all-zero value result with a key of order p (=0, order 4)" ,
"X448 deriveBits checks for all-zero value result with a key of order p+1 (=1, order 1)" ,
2023-03-24 23:27:49 -04:00
"Key derivation using a X25519 generated keys." ,
"Key derivation using a X448 generated keys." ,
"X25519 good parameters" ,
"X25519 mixed case parameters" ,
"X25519 mismatched algorithms" ,
"X448 good parameters" ,
"X448 mixed case parameters" ,
"X448 mismatched algorithms" ,
"X448 no deriveKey usage for base key" ,
"X448 base key is not a private key" ,
"X448 public property value is a private key" ,
"X448 public property value is a secret key"
]
2021-06-04 14:46:44 -04:00
} ,
"digest" : {
2021-10-08 11:44:38 -04:00
"digest.https.any.html" : true ,
"digest.https.any.worker.html" : true
2021-06-04 14:46:44 -04:00
} ,
"encrypt_decrypt" : {
2022-01-03 06:27:28 -05:00
"aes_cbc.https.any.html" : true ,
"aes_cbc.https.any.worker.html" : true ,
"aes_ctr.https.any.html" : true ,
"aes_ctr.https.any.worker.html" : true ,
2021-10-08 11:44:38 -04:00
"aes_gcm.https.any.html" : [
2023-03-24 23:27:49 -04:00
"AES-GCM 128-bit key, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 120-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 120-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 120-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 96-bit iv decryption with altered ciphertext"
2021-10-08 11:44:38 -04:00
] ,
"aes_gcm.https.any.worker.html" : [
2023-03-24 23:27:49 -04:00
"AES-GCM 128-bit key, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 96-bit iv decryption" ,
"AES-GCM 128-bit key, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 120-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 120-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 120-bit tag, 96-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 96-bit iv decryption with altered ciphertext"
2021-08-03 15:24:02 -04:00
] ,
2021-12-09 14:32:55 -05:00
"rsa_oaep.https.any.html" : true ,
2023-03-24 23:27:49 -04:00
"rsa_oaep.https.any.worker.html" : true ,
"aes_gcm_256_iv.https.any.html" : [
"AES-GCM 128-bit key, 32-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 64-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 96-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 104-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 112-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 120-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 128-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 128-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 32-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 64-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 96-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 104-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 112-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 120-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 128-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 128-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 32-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 64-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 96-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 104-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 112-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 120-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 128-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 128-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 128-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 128-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 128-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 128-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 128-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 128-bit tag, 256-bit iv decryption with altered ciphertext"
] ,
"aes_gcm_256_iv.https.any.worker.html" : [
"AES-GCM 128-bit key, 32-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 64-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 96-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 104-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 112-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 120-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 128-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, no additional data, 128-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 32-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 64-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 96-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 104-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 112-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 120-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, 128-bit tag, 256-bit iv" ,
"AES-GCM 192-bit key, no additional data, 128-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 32-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 64-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 96-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 104-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 112-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 120-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, 128-bit tag, 256-bit iv" ,
"AES-GCM 256-bit key, no additional data, 128-bit tag, 256-bit iv" ,
"AES-GCM 128-bit key, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, no additional data, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 192-bit key, no additional data, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 256-bit key, no additional data, 128-bit tag, 256-bit iv with altered plaintext" ,
"AES-GCM 128-bit key, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, no additional data, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 192-bit key, no additional data, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 256-bit key, no additional data, 128-bit tag, 256-bit iv decryption" ,
"AES-GCM 128-bit key, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, 128-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 128-bit key, no additional data, 128-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, 128-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 192-bit key, no additional data, 128-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 32-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 64-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 96-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 104-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 112-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 120-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, 128-bit tag, 256-bit iv decryption with altered ciphertext" ,
"AES-GCM 256-bit key, no additional data, 128-bit tag, 256-bit iv decryption with altered ciphertext"
]
2021-06-04 14:46:44 -04:00
} ,
"generateKey" : {
2021-08-31 05:25:44 -04:00
"failures_AES-CBC.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"failures_AES-CBC.https.any.worker.html" : true ,
2021-08-31 05:25:44 -04:00
"failures_AES-CTR.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"failures_AES-CTR.https.any.worker.html" : true ,
2021-08-31 05:25:44 -04:00
"failures_AES-GCM.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"failures_AES-GCM.https.any.worker.html" : true ,
2021-08-31 05:25:44 -04:00
"failures_AES-KW.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"failures_AES-KW.https.any.worker.html" : true ,
2024-01-06 06:18:31 -05:00
"failures_ECDH.https.any.html" : true ,
"failures_ECDH.https.any.worker.html" : true ,
"failures_ECDSA.https.any.html" : true ,
"failures_ECDSA.https.any.worker.html" : true ,
2021-08-16 12:11:36 -04:00
"failures_HMAC.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"failures_HMAC.https.any.worker.html" : true ,
2021-08-24 15:59:02 -04:00
"failures_RSA-OAEP.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"failures_RSA-OAEP.https.any.worker.html" : true ,
2021-08-16 12:11:36 -04:00
"failures_RSA-PSS.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"failures_RSA-PSS.https.any.worker.html" : true ,
2021-08-16 12:11:36 -04:00
"failures_RSASSA-PKCS1-v1_5.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"failures_RSASSA-PKCS1-v1_5.https.any.worker.html" : true ,
2021-08-31 05:25:44 -04:00
"successes_AES-CBC.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"successes_AES-CBC.https.any.worker.html" : true ,
2021-08-31 05:25:44 -04:00
"successes_AES-CTR.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"successes_AES-CTR.https.any.worker.html" : true ,
2021-08-31 05:25:44 -04:00
"successes_AES-GCM.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"successes_AES-GCM.https.any.worker.html" : true ,
2021-08-31 05:25:44 -04:00
"successes_AES-KW.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"successes_AES-KW.https.any.worker.html" : true ,
2021-08-16 12:11:36 -04:00
"successes_HMAC.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"successes_HMAC.https.any.worker.html" : true ,
2024-01-06 06:18:31 -05:00
"successes_ECDH.https.any.html" : true ,
"successes_ECDH.https.any.worker.html" : true ,
"successes_ECDSA.https.any.html" : true ,
"successes_ECDSA.https.any.worker.html" : true ,
2021-10-08 11:44:38 -04:00
"successes_RSA-OAEP.https.any.html?1-10" : true ,
"successes_RSA-OAEP.https.any.html?101-110" : true ,
"successes_RSA-OAEP.https.any.html?11-20" : true ,
"successes_RSA-OAEP.https.any.html?111-120" : true ,
"successes_RSA-OAEP.https.any.html?121-130" : true ,
"successes_RSA-OAEP.https.any.html?131-140" : true ,
"successes_RSA-OAEP.https.any.html?141-150" : true ,
"successes_RSA-OAEP.https.any.html?151-last" : true ,
"successes_RSA-OAEP.https.any.html?21-30" : true ,
"successes_RSA-OAEP.https.any.html?31-40" : true ,
"successes_RSA-OAEP.https.any.html?41-50" : true ,
"successes_RSA-OAEP.https.any.html?51-60" : true ,
"successes_RSA-OAEP.https.any.html?61-70" : true ,
"successes_RSA-OAEP.https.any.html?71-80" : true ,
"successes_RSA-OAEP.https.any.html?81-90" : true ,
"successes_RSA-OAEP.https.any.html?91-100" : true ,
"successes_RSA-OAEP.https.any.worker.html?1-10" : true ,
"successes_RSA-OAEP.https.any.worker.html?101-110" : true ,
"successes_RSA-OAEP.https.any.worker.html?11-20" : true ,
"successes_RSA-OAEP.https.any.worker.html?111-120" : true ,
"successes_RSA-OAEP.https.any.worker.html?121-130" : true ,
"successes_RSA-OAEP.https.any.worker.html?131-140" : true ,
"successes_RSA-OAEP.https.any.worker.html?141-150" : true ,
"successes_RSA-OAEP.https.any.worker.html?151-last" : true ,
"successes_RSA-OAEP.https.any.worker.html?21-30" : true ,
"successes_RSA-OAEP.https.any.worker.html?31-40" : true ,
"successes_RSA-OAEP.https.any.worker.html?41-50" : true ,
"successes_RSA-OAEP.https.any.worker.html?51-60" : true ,
"successes_RSA-OAEP.https.any.worker.html?61-70" : true ,
"successes_RSA-OAEP.https.any.worker.html?71-80" : true ,
"successes_RSA-OAEP.https.any.worker.html?81-90" : true ,
"successes_RSA-OAEP.https.any.worker.html?91-100" : true ,
"successes_RSA-PSS.https.any.html?1-10" : true ,
"successes_RSA-PSS.https.any.html?11-20" : true ,
"successes_RSA-PSS.https.any.html?21-30" : true ,
"successes_RSA-PSS.https.any.html?31-last" : true ,
"successes_RSA-PSS.https.any.worker.html?1-10" : true ,
"successes_RSA-PSS.https.any.worker.html?11-20" : true ,
"successes_RSA-PSS.https.any.worker.html?21-30" : true ,
"successes_RSA-PSS.https.any.worker.html?31-last" : true ,
"successes_RSASSA-PKCS1-v1_5.https.any.html?1-10" : true ,
"successes_RSASSA-PKCS1-v1_5.https.any.html?11-20" : true ,
"successes_RSASSA-PKCS1-v1_5.https.any.html?21-30" : true ,
"successes_RSASSA-PKCS1-v1_5.https.any.html?31-last" : true ,
"successes_RSASSA-PKCS1-v1_5.https.any.worker.html?1-10" : true ,
"successes_RSASSA-PKCS1-v1_5.https.any.worker.html?11-20" : true ,
"successes_RSASSA-PKCS1-v1_5.https.any.worker.html?21-30" : true ,
2022-09-22 05:07:50 -04:00
"successes_RSASSA-PKCS1-v1_5.https.any.worker.html?31-last" : true ,
2022-09-27 08:13:42 -04:00
"failures_Ed25519.https.any.html" : true ,
"failures_Ed25519.https.any.worker.html" : true ,
2022-09-22 05:07:50 -04:00
"failures_Ed448.https.any.html" : [
"Bad usages: generateKey({name: Ed448}, true, [encrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, encrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, encrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, encrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [decrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, decrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, decrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, decrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [wrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, wrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, wrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, wrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [unwrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, unwrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, unwrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, unwrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [deriveKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, deriveKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, deriveKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, deriveKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [deriveBits])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, deriveBits])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, deriveBits])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, deriveBits])" ,
"Empty usages: generateKey({name: Ed448}, false, [])" ,
"Empty usages: generateKey({name: Ed448}, true, [])"
] ,
"failures_Ed448.https.any.worker.html" : [
"Bad usages: generateKey({name: Ed448}, true, [encrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, encrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, encrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, encrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [decrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, decrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, decrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, decrypt])" ,
"Bad usages: generateKey({name: Ed448}, true, [wrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, wrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, wrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, wrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [unwrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, unwrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, unwrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, unwrapKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [deriveKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, deriveKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, deriveKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, deriveKey])" ,
"Bad usages: generateKey({name: Ed448}, true, [deriveBits])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, deriveBits])" ,
"Bad usages: generateKey({name: Ed448}, true, [verify, sign, deriveBits])" ,
"Bad usages: generateKey({name: Ed448}, true, [sign, verify, sign, sign, verify, deriveBits])" ,
"Empty usages: generateKey({name: Ed448}, false, [])" ,
"Empty usages: generateKey({name: Ed448}, true, [])"
] ,
2022-09-27 08:13:42 -04:00
"failures_X25519.https.any.html" : true ,
"failures_X25519.https.any.worker.html" : true ,
2022-09-22 05:07:50 -04:00
"failures_X448.https.any.html" : [
"Bad usages: generateKey({name: X448}, true, [encrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, encrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, encrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, encrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, encrypt])" ,
"Bad usages: generateKey({name: X448}, true, [decrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, decrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, decrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, decrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, decrypt])" ,
"Bad usages: generateKey({name: X448}, true, [sign])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, sign])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, sign])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, sign])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, sign])" ,
"Bad usages: generateKey({name: X448}, true, [verify])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, verify])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, verify])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, verify])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, verify])" ,
"Bad usages: generateKey({name: X448}, true, [wrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, wrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, wrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, wrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, wrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [unwrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, unwrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, unwrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, unwrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, unwrapKey])" ,
"Empty usages: generateKey({name: X448}, false, [])" ,
"Empty usages: generateKey({name: X448}, true, [])"
] ,
"failures_X448.https.any.worker.html" : [
"Bad usages: generateKey({name: X448}, true, [encrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, encrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, encrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, encrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, encrypt])" ,
"Bad usages: generateKey({name: X448}, true, [decrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, decrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, decrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, decrypt])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, decrypt])" ,
"Bad usages: generateKey({name: X448}, true, [sign])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, sign])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, sign])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, sign])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, sign])" ,
"Bad usages: generateKey({name: X448}, true, [verify])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, verify])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, verify])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, verify])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, verify])" ,
"Bad usages: generateKey({name: X448}, true, [wrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, wrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, wrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, wrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, wrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [unwrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, unwrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, deriveKey, unwrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveBits, unwrapKey])" ,
"Bad usages: generateKey({name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits, deriveKey, deriveBits, unwrapKey])" ,
"Empty usages: generateKey({name: X448}, false, [])" ,
"Empty usages: generateKey({name: X448}, true, [])"
] ,
2022-09-27 08:13:42 -04:00
"successes_Ed25519.https.any.html" : true ,
"successes_Ed25519.https.any.worker.html" : true ,
2022-09-22 05:07:50 -04:00
"successes_Ed448.https.any.html" : false ,
"successes_Ed448.https.any.worker.html" : false ,
2022-09-27 08:13:42 -04:00
"successes_X25519.https.any.html" : true ,
"successes_X25519.https.any.worker.html" : true ,
2022-09-22 05:07:50 -04:00
"successes_X448.https.any.html" : false ,
"successes_X448.https.any.worker.html" : false
2021-10-08 11:44:38 -04:00
} ,
"historical.any.html" : false ,
"historical.any.worker.html" : false ,
"idlharness.https.any.html" : [
"Window interface: attribute crypto"
] ,
"idlharness.https.any.worker.html" : [
"WorkerGlobalScope interface: attribute crypto"
] ,
"import_export" : {
2021-12-16 11:28:43 -05:00
"ec_importKey.https.any.html" : [
2023-10-09 23:01:01 -04:00
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDSA, namedCurve: P-256}, true, [verify])" ,
"Good parameters: P-256 bits (raw, buffer(33, compressed), {name: ECDSA, namedCurve: P-256}, true, [verify])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDSA, namedCurve: P-256}, true, [])" ,
"Good parameters: P-256 bits (raw, buffer(33, compressed), {name: ECDSA, namedCurve: P-256}, true, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDSA, namedCurve: P-256}, true, [verify, verify])" ,
"Good parameters: P-256 bits (raw, buffer(33, compressed), {name: ECDSA, namedCurve: P-256}, true, [verify, verify])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDSA, namedCurve: P-256}, true, [])" ,
"Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-256}, true, [])" ,
"Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDSA, namedCurve: P-256}, false, [])" ,
"Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-256}, false, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-384 bits (spki, buffer(72, compressed), {name: ECDSA, namedCurve: P-384}, true, [verify])" ,
"Good parameters: P-384 bits (raw, buffer(49, compressed), {name: ECDSA, namedCurve: P-384}, true, [verify])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-384 bits (spki, buffer(72, compressed), {name: ECDSA, namedCurve: P-384}, true, [])" ,
"Good parameters: P-384 bits (raw, buffer(49, compressed), {name: ECDSA, namedCurve: P-384}, true, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-384 bits (spki, buffer(72, compressed), {name: ECDSA, namedCurve: P-384}, true, [verify, verify])" ,
"Good parameters: P-384 bits (raw, buffer(49, compressed), {name: ECDSA, namedCurve: P-384}, true, [verify, verify])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDSA, namedCurve: P-384}, true, [])" ,
"Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-384}, true, [])" ,
"Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDSA, namedCurve: P-384}, false, [])" ,
"Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-384}, false, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (spki, buffer(158), {name: ECDSA, namedCurve: P-521}, true, [verify])" ,
"Good parameters: P-521 bits (spki, buffer(90, compressed), {name: ECDSA, namedCurve: P-521}, true, [verify])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y), {name: ECDSA, namedCurve: P-521}, true, [verify])" ,
"Good parameters: P-521 bits (raw, buffer(133), {name: ECDSA, namedCurve: P-521}, true, [verify])" ,
"Good parameters: P-521 bits (raw, buffer(67, compressed), {name: ECDSA, namedCurve: P-521}, true, [verify])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (spki, buffer(158), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-521 bits (spki, buffer(90, compressed), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-521 bits (raw, buffer(133), {name: ECDSA, namedCurve: P-521}, true, [])" ,
"Good parameters: P-521 bits (raw, buffer(67, compressed), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (spki, buffer(158), {name: ECDSA, namedCurve: P-521}, true, [verify, verify])" ,
"Good parameters: P-521 bits (spki, buffer(90, compressed), {name: ECDSA, namedCurve: P-521}, true, [verify, verify])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y), {name: ECDSA, namedCurve: P-521}, true, [verify, verify])" ,
"Good parameters: P-521 bits (raw, buffer(133), {name: ECDSA, namedCurve: P-521}, true, [verify, verify])" ,
"Good parameters: P-521 bits (raw, buffer(67, compressed), {name: ECDSA, namedCurve: P-521}, true, [verify, verify])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, true, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, true, [sign, sign])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, true, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, true, [sign, sign])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, false, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, false, [sign, sign])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, false, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, false, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, false, [sign, sign])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, false, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDH, namedCurve: P-256}, true, [])" ,
"Good parameters: P-256 bits (raw, buffer(33, compressed), {name: ECDH, namedCurve: P-256}, true, [])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDH, namedCurve: P-256}, true, [])" ,
"Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-256}, true, [])" ,
"Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDH, namedCurve: P-256}, false, [])" ,
"Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-256}, false, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-384 bits (spki, buffer(72, compressed), {name: ECDH, namedCurve: P-384}, true, [])" ,
"Good parameters: P-384 bits (raw, buffer(49, compressed), {name: ECDH, namedCurve: P-384}, true, [])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDH, namedCurve: P-384}, true, [])" ,
"Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-384}, true, [])" ,
"Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDH, namedCurve: P-384}, false, [])" ,
"Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-384}, false, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (spki, buffer(158), {name: ECDH, namedCurve: P-521}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-521 bits (spki, buffer(90, compressed), {name: ECDH, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y), {name: ECDH, namedCurve: P-521}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-521 bits (raw, buffer(133), {name: ECDH, namedCurve: P-521}, true, [])" ,
"Good parameters: P-521 bits (raw, buffer(67, compressed), {name: ECDH, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [deriveKey])" ,
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [deriveBits, deriveKey])" ,
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [deriveKey])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [deriveBits, deriveKey])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [deriveKey])" ,
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [deriveBits, deriveKey])" ,
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveKey])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveBits, deriveKey])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2024-02-07 09:46:44 -05:00
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveKey])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveBits, deriveKey])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveBits])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveKey])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveBits, deriveKey])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveBits])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveKey, deriveBits, deriveKey, deriveBits])"
2021-12-16 11:28:43 -05:00
] ,
"ec_importKey.https.any.worker.html" : [
2023-10-09 23:01:01 -04:00
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDSA, namedCurve: P-256}, true, [verify])" ,
"Good parameters: P-256 bits (raw, buffer(33, compressed), {name: ECDSA, namedCurve: P-256}, true, [verify])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDSA, namedCurve: P-256}, true, [])" ,
"Good parameters: P-256 bits (raw, buffer(33, compressed), {name: ECDSA, namedCurve: P-256}, true, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDSA, namedCurve: P-256}, true, [verify, verify])" ,
"Good parameters: P-256 bits (raw, buffer(33, compressed), {name: ECDSA, namedCurve: P-256}, true, [verify, verify])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDSA, namedCurve: P-256}, true, [])" ,
"Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-256}, true, [])" ,
"Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDSA, namedCurve: P-256}, false, [])" ,
"Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-256}, false, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-384 bits (spki, buffer(72, compressed), {name: ECDSA, namedCurve: P-384}, true, [verify])" ,
"Good parameters: P-384 bits (raw, buffer(49, compressed), {name: ECDSA, namedCurve: P-384}, true, [verify])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-384 bits (spki, buffer(72, compressed), {name: ECDSA, namedCurve: P-384}, true, [])" ,
"Good parameters: P-384 bits (raw, buffer(49, compressed), {name: ECDSA, namedCurve: P-384}, true, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-384 bits (spki, buffer(72, compressed), {name: ECDSA, namedCurve: P-384}, true, [verify, verify])" ,
"Good parameters: P-384 bits (raw, buffer(49, compressed), {name: ECDSA, namedCurve: P-384}, true, [verify, verify])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDSA, namedCurve: P-384}, true, [])" ,
"Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-384}, true, [])" ,
"Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDSA, namedCurve: P-384}, false, [])" ,
"Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-384}, false, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (spki, buffer(158), {name: ECDSA, namedCurve: P-521}, true, [verify])" ,
"Good parameters: P-521 bits (spki, buffer(90, compressed), {name: ECDSA, namedCurve: P-521}, true, [verify])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y), {name: ECDSA, namedCurve: P-521}, true, [verify])" ,
"Good parameters: P-521 bits (raw, buffer(133), {name: ECDSA, namedCurve: P-521}, true, [verify])" ,
"Good parameters: P-521 bits (raw, buffer(67, compressed), {name: ECDSA, namedCurve: P-521}, true, [verify])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (spki, buffer(158), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-521 bits (spki, buffer(90, compressed), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-521 bits (raw, buffer(133), {name: ECDSA, namedCurve: P-521}, true, [])" ,
"Good parameters: P-521 bits (raw, buffer(67, compressed), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (spki, buffer(158), {name: ECDSA, namedCurve: P-521}, true, [verify, verify])" ,
"Good parameters: P-521 bits (spki, buffer(90, compressed), {name: ECDSA, namedCurve: P-521}, true, [verify, verify])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y), {name: ECDSA, namedCurve: P-521}, true, [verify, verify])" ,
"Good parameters: P-521 bits (raw, buffer(133), {name: ECDSA, namedCurve: P-521}, true, [verify, verify])" ,
"Good parameters: P-521 bits (raw, buffer(67, compressed), {name: ECDSA, namedCurve: P-521}, true, [verify, verify])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, true, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, true, [sign, sign])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, true, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, true, [sign, sign])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, false, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, false, [sign, sign])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDSA, namedCurve: P-521}, false, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, false, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, false, [sign, sign])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDSA, namedCurve: P-521}, false, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDH, namedCurve: P-256}, true, [])" ,
"Good parameters: P-256 bits (raw, buffer(33, compressed), {name: ECDH, namedCurve: P-256}, true, [])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDH, namedCurve: P-256}, true, [])" ,
"Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-256}, true, [])" ,
"Empty Usages: P-256 bits (pkcs8, buffer(138), {name: ECDH, namedCurve: P-256}, false, [])" ,
"Empty Usages: P-256 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-256}, false, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-384 bits (spki, buffer(72, compressed), {name: ECDH, namedCurve: P-384}, true, [])" ,
"Good parameters: P-384 bits (raw, buffer(49, compressed), {name: ECDH, namedCurve: P-384}, true, [])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDH, namedCurve: P-384}, true, [])" ,
"Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-384}, true, [])" ,
"Empty Usages: P-384 bits (pkcs8, buffer(185), {name: ECDH, namedCurve: P-384}, false, [])" ,
"Empty Usages: P-384 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-384}, false, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (spki, buffer(158), {name: ECDH, namedCurve: P-521}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-521 bits (spki, buffer(90, compressed), {name: ECDH, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y), {name: ECDH, namedCurve: P-521}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: P-521 bits (raw, buffer(133), {name: ECDH, namedCurve: P-521}, true, [])" ,
"Good parameters: P-521 bits (raw, buffer(67, compressed), {name: ECDH, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [deriveKey])" ,
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [deriveBits, deriveKey])" ,
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, true, [])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [deriveKey])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [deriveBits, deriveKey])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, true, [])" ,
2021-12-16 11:28:43 -05:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [deriveKey])" ,
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [deriveBits, deriveKey])" ,
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2023-06-08 16:56:05 -04:00
"Empty Usages: P-521 bits (pkcs8, buffer(241), {name: ECDH, namedCurve: P-521}, false, [])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveKey])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveBits, deriveKey])" ,
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2024-02-07 09:46:44 -05:00
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveKey])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveBits, deriveKey])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveBits])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveKey])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveBits, deriveKey])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveBits])" ,
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveKey, deriveBits, deriveKey, deriveBits])"
2023-06-08 16:56:05 -04:00
] ,
"rsa_importKey.https.any.html" : [
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])"
] ,
"rsa_importKey.https.any.worker.html" : [
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-OAEP}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSA-PSS}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 1024 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 2048 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 2048 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-256, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-384, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, true, [])" ,
"Empty Usages: 4096 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])" ,
"Empty Usages: 4096 bits (jwk, object(spki, pkcs8, jwk), {hash: SHA-512, name: RSASSA-PKCS1-v1_5}, false, [])"
] ,
"symmetric_importKey.https.any.html" : [
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, true, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, true, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, true, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [])"
] ,
"symmetric_importKey.https.any.worker.html" : [
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128CTR, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, true, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256CTR, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CTR}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128CBC, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, true, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256CBC, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-CBC}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128GCM, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, true, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256GCM, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-GCM}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, true, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: A128KW, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {name: AES-KW}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, true, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: A192KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {name: AES-KW}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, true, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, true, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-KW}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: A256KW, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {name: AES-KW}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: HS1, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-1, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: HS256, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-256, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: HS384, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-384, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 192 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcY, kty: oct}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 256 bits (jwk, {alg: HS512, k: AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyA, kty: oct}, {hash: SHA-512, name: HMAC}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: HKDF}, false, [])" ,
"Empty Usages: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [])" ,
"Empty Usages: 192 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [])" ,
"Empty Usages: 256 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 16: 17, 17: 18, 18: 19, 19: 20, 2: 3, 20: 21, 21: 22, 22: 23, 23: 24, 24: 25, 25: 26, 26: 27, 27: 28, 28: 29, 29: 30, 3: 4, 30: 31, 31: 32, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: PBKDF2}, false, [])"
2021-12-16 11:28:43 -05:00
] ,
2022-09-27 08:13:42 -04:00
"okp_importKey.https.any.html" : [
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, true, [verify])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, true, [verify])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: Ed448 (jwk, object(kty, crv, x), {name: Ed448}, true, [verify])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, true, [verify])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, true, [])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, true, [])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: Ed448 (jwk, object(kty, crv, x), {name: Ed448}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, true, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, true, [verify, verify])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, true, [verify, verify])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: Ed448 (jwk, object(kty, crv, x), {name: Ed448}, true, [verify, verify])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, true, [verify, verify])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: Ed448 bits (pkcs8, buffer(73), {name: Ed448}, true, [sign])" ,
"Good parameters: Ed448 bits (jwk, object(crv, d, x, kty), {name: Ed448}, true, [sign])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: Ed448 (jwk, object(crv, d, x, kty), {name: Ed448}, true, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (pkcs8, buffer(73), {name: Ed448}, true, [sign, sign])" ,
"Good parameters: Ed448 bits (jwk, object(crv, d, x, kty), {name: Ed448}, true, [sign, sign])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: Ed448 (jwk, object(crv, d, x, kty), {name: Ed448}, true, [sign, sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, false, [verify])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, false, [verify])" ,
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, false, [verify])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, false, [])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, false, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, false, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, false, [verify, verify])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, false, [verify, verify])" ,
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, false, [verify, verify])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: Ed448 bits (pkcs8, buffer(73), {name: Ed448}, false, [sign])" ,
"Good parameters: Ed448 bits (jwk, object(crv, d, x, kty), {name: Ed448}, false, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (pkcs8, buffer(73), {name: Ed448}, false, [sign, sign])" ,
"Good parameters: Ed448 bits (jwk, object(crv, d, x, kty), {name: Ed448}, false, [sign, sign])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits, deriveKey])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits, deriveKey])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (spki, buffer(68), {name: X448}, true, [])" ,
"Good parameters: X448 bits (jwk, object(kty, crv, x), {name: X448}, true, [])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X448 (jwk, object(kty, crv, x), {name: X448}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: X448 bits (raw, buffer(56), {name: X448}, true, [])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, true, [deriveKey])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveKey])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X448 (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveKey])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, true, [deriveBits, deriveKey])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveBits, deriveKey])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X448 (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveBits, deriveKey])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, true, [deriveBits])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveBits])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X448 (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X448 (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (spki, buffer(68), {name: X448}, false, [])" ,
"Good parameters: X448 bits (jwk, object(kty, crv, x), {name: X448}, false, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: X448 bits (raw, buffer(56), {name: X448}, false, [])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, false, [deriveKey])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, false, [deriveKey])" ,
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, false, [deriveBits, deriveKey])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, false, [deriveBits, deriveKey])" ,
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, false, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, false, [deriveBits])" ,
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, false, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, false, [deriveKey, deriveBits, deriveKey, deriveBits])"
2022-09-27 08:13:42 -04:00
] ,
"okp_importKey.https.any.worker.html" : [
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, true, [verify])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, true, [verify])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: Ed448 (jwk, object(kty, crv, x), {name: Ed448}, true, [verify])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, true, [verify])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, true, [])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, true, [])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: Ed448 (jwk, object(kty, crv, x), {name: Ed448}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, true, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, true, [verify, verify])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, true, [verify, verify])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: Ed448 (jwk, object(kty, crv, x), {name: Ed448}, true, [verify, verify])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, true, [verify, verify])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: Ed448 bits (pkcs8, buffer(73), {name: Ed448}, true, [sign])" ,
"Good parameters: Ed448 bits (jwk, object(crv, d, x, kty), {name: Ed448}, true, [sign])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: Ed448 (jwk, object(crv, d, x, kty), {name: Ed448}, true, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (pkcs8, buffer(73), {name: Ed448}, true, [sign, sign])" ,
"Good parameters: Ed448 bits (jwk, object(crv, d, x, kty), {name: Ed448}, true, [sign, sign])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: Ed448 (jwk, object(crv, d, x, kty), {name: Ed448}, true, [sign, sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, false, [verify])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, false, [verify])" ,
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, false, [verify])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, false, [])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, false, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, false, [])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (spki, buffer(69), {name: Ed448}, false, [verify, verify])" ,
"Good parameters: Ed448 bits (jwk, object(kty, crv, x), {name: Ed448}, false, [verify, verify])" ,
"Good parameters: Ed448 bits (raw, buffer(57), {name: Ed448}, false, [verify, verify])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: Ed448 bits (pkcs8, buffer(73), {name: Ed448}, false, [sign])" ,
"Good parameters: Ed448 bits (jwk, object(crv, d, x, kty), {name: Ed448}, false, [sign])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: Ed448 bits (pkcs8, buffer(73), {name: Ed448}, false, [sign, sign])" ,
"Good parameters: Ed448 bits (jwk, object(crv, d, x, kty), {name: Ed448}, false, [sign, sign])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits, deriveKey])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits, deriveKey])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (spki, buffer(68), {name: X448}, true, [])" ,
"Good parameters: X448 bits (jwk, object(kty, crv, x), {name: X448}, true, [])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X448 (jwk, object(kty, crv, x), {name: X448}, true, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: X448 bits (raw, buffer(56), {name: X448}, true, [])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, true, [deriveKey])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveKey])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X448 (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveKey])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, true, [deriveBits, deriveKey])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveBits, deriveKey])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X448 (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveBits, deriveKey])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, true, [deriveBits])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveBits])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X448 (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2023-11-13 13:40:05 -05:00
"Good parameters with ignored JWK alg: X448 (jwk, object(crv, d, x, kty), {name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (spki, buffer(68), {name: X448}, false, [])" ,
"Good parameters: X448 bits (jwk, object(kty, crv, x), {name: X448}, false, [])" ,
2023-03-24 23:27:49 -04:00
"Good parameters: X448 bits (raw, buffer(56), {name: X448}, false, [])" ,
2022-09-27 08:13:42 -04:00
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, false, [deriveKey])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, false, [deriveKey])" ,
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, false, [deriveBits, deriveKey])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, false, [deriveBits, deriveKey])" ,
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, false, [deriveBits])" ,
2023-10-09 23:01:01 -04:00
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, false, [deriveBits])" ,
"Good parameters: X448 bits (pkcs8, buffer(72), {name: X448}, false, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Good parameters: X448 bits (jwk, object(crv, d, x, kty), {name: X448}, false, [deriveKey, deriveBits, deriveKey, deriveBits])"
2023-03-24 23:27:49 -04:00
] ,
2023-06-05 08:52:02 -04:00
"okp_importKey_failures_Ed25519.https.any.html" : [
2023-06-08 16:56:05 -04:00
"Empty usages: importKey(pkcs8, {name: Ed25519}, true, [])" ,
"Empty usages: importKey(pkcs8, {name: Ed25519}, false, [])" ,
"Empty usages: importKey(jwk(private), {name: Ed25519}, true, [])" ,
"Empty usages: importKey(jwk(private), {name: Ed25519}, false, [])" ,
2023-06-05 08:52:02 -04:00
"Bad key length: importKey(raw, {name: Ed25519}, true, [verify])" ,
"Bad key length: importKey(raw, {name: Ed25519}, false, [verify])" ,
"Bad key length: importKey(raw, {name: Ed25519}, true, [verify, verify])" ,
"Bad key length: importKey(raw, {name: Ed25519}, false, [verify, verify])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: Ed25519}, true, [sign])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: Ed25519}, false, [sign])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: Ed25519}, true, [sign, sign])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: Ed25519}, false, [sign, sign])" ,
"Invalid key pair: importKey(jwk(private), {name: Ed25519}, true, [sign])" ,
"Invalid key pair: importKey(jwk(private), {name: Ed25519}, true, [sign, sign])"
] ,
"okp_importKey_failures_Ed25519.https.any.worker.html" : [
2023-06-08 16:56:05 -04:00
"Empty usages: importKey(pkcs8, {name: Ed25519}, true, [])" ,
"Empty usages: importKey(pkcs8, {name: Ed25519}, false, [])" ,
"Empty usages: importKey(jwk(private), {name: Ed25519}, true, [])" ,
"Empty usages: importKey(jwk(private), {name: Ed25519}, false, [])" ,
2023-06-05 08:52:02 -04:00
"Bad key length: importKey(raw, {name: Ed25519}, true, [verify])" ,
"Bad key length: importKey(raw, {name: Ed25519}, false, [verify])" ,
"Bad key length: importKey(raw, {name: Ed25519}, true, [verify, verify])" ,
"Bad key length: importKey(raw, {name: Ed25519}, false, [verify, verify])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: Ed25519}, true, [sign])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: Ed25519}, false, [sign])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: Ed25519}, true, [sign, sign])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: Ed25519}, false, [sign, sign])" ,
"Invalid key pair: importKey(jwk(private), {name: Ed25519}, true, [sign])" ,
"Invalid key pair: importKey(jwk(private), {name: Ed25519}, true, [sign, sign])"
] ,
2023-03-24 23:27:49 -04:00
"okp_importKey_failures_Ed448.https.any.html" : false ,
"okp_importKey_failures_Ed448.https.any.worker.html" : false ,
2023-06-05 08:52:02 -04:00
"okp_importKey_failures_X25519.https.any.html" : [
2023-06-08 16:56:05 -04:00
"Empty usages: importKey(pkcs8, {name: X25519}, true, [])" ,
"Empty usages: importKey(pkcs8, {name: X25519}, false, [])" ,
"Empty usages: importKey(jwk(private), {name: X25519}, true, [])" ,
"Empty usages: importKey(jwk(private), {name: X25519}, false, [])" ,
2023-06-05 08:52:02 -04:00
"Bad key length: importKey(raw, {name: X25519}, true, [])" ,
"Bad key length: importKey(raw, {name: X25519}, false, [])" ,
"Bad key length: importKey(jwk (public) , {name: X25519}, true, [])" ,
"Bad key length: importKey(jwk (public) , {name: X25519}, false, [])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, true, [deriveKey])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, false, [deriveKey])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, true, [deriveBits, deriveKey])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, false, [deriveBits, deriveKey])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, true, [deriveBits])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, false, [deriveBits])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, false, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, true, [deriveKey])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, false, [deriveKey])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, true, [deriveBits, deriveKey])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, false, [deriveBits, deriveKey])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, true, [deriveBits])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, false, [deriveBits])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, false, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveKey])" ,
"Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveBits, deriveKey])" ,
"Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveBits])" ,
"Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])"
] ,
"okp_importKey_failures_X25519.https.any.worker.html" : [
2023-06-08 16:56:05 -04:00
"Empty usages: importKey(pkcs8, {name: X25519}, true, [])" ,
"Empty usages: importKey(pkcs8, {name: X25519}, false, [])" ,
"Empty usages: importKey(jwk(private), {name: X25519}, true, [])" ,
"Empty usages: importKey(jwk(private), {name: X25519}, false, [])" ,
2023-06-05 08:52:02 -04:00
"Bad key length: importKey(raw, {name: X25519}, true, [])" ,
"Bad key length: importKey(raw, {name: X25519}, false, [])" ,
"Bad key length: importKey(jwk (public) , {name: X25519}, true, [])" ,
"Bad key length: importKey(jwk (public) , {name: X25519}, false, [])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, true, [deriveKey])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, false, [deriveKey])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, true, [deriveBits, deriveKey])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, false, [deriveBits, deriveKey])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, true, [deriveBits])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, false, [deriveBits])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Bad key length: importKey(jwk(private), {name: X25519}, false, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, true, [deriveKey])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, false, [deriveKey])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, true, [deriveBits, deriveKey])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, false, [deriveBits, deriveKey])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, true, [deriveBits])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, false, [deriveBits])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Missing JWK 'x' parameter: importKey(jwk(private), {name: X25519}, false, [deriveKey, deriveBits, deriveKey, deriveBits])" ,
"Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveKey])" ,
"Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveBits, deriveKey])" ,
"Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveBits])" ,
"Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])"
] ,
2023-03-24 23:27:49 -04:00
"okp_importKey_failures_X448.https.any.html" : false ,
"okp_importKey_failures_X448.https.any.worker.html" : false
2021-06-04 14:46:44 -04:00
} ,
2021-06-05 08:46:24 -04:00
"randomUUID.https.any.html" : true ,
2021-10-08 11:44:38 -04:00
"randomUUID.https.any.worker.html" : true ,
2021-06-04 14:46:44 -04:00
"sign_verify" : {
2021-08-03 15:24:02 -04:00
"ecdsa.https.any.html" : [
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-1 verification" ,
"ECDSA P-256 with SHA-384 verification" ,
"ECDSA P-256 with SHA-512 verification" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-1 verification" ,
"ECDSA P-384 with SHA-256 verification" ,
"ECDSA P-384 with SHA-512 verification" ,
2021-08-03 15:24:02 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification" ,
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-1 verification with altered signature after call" ,
"ECDSA P-256 with SHA-384 verification with altered signature after call" ,
"ECDSA P-256 with SHA-512 verification with altered signature after call" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-1 verification with altered signature after call" ,
"ECDSA P-384 with SHA-256 verification with altered signature after call" ,
"ECDSA P-384 with SHA-512 verification with altered signature after call" ,
2021-08-03 15:24:02 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification with altered signature after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification with altered signature after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification with altered signature after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification with altered signature after call" ,
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-1 with altered plaintext after call" ,
"ECDSA P-256 with SHA-384 with altered plaintext after call" ,
"ECDSA P-256 with SHA-512 with altered plaintext after call" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-1 with altered plaintext after call" ,
"ECDSA P-384 with SHA-256 with altered plaintext after call" ,
"ECDSA P-384 with SHA-512 with altered plaintext after call" ,
2021-08-03 15:24:02 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 with altered plaintext after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 with altered plaintext after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 with altered plaintext after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 with altered plaintext after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 using privateKey to verify" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 using privateKey to verify" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 using privateKey to verify" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 using privateKey to verify" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 using publicKey to sign" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 using publicKey to sign" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 using publicKey to sign" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 using publicKey to sign" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 no verify usage" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 no verify usage" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 no verify usage" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 no verify usage" ,
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-1 round trip" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-256 with SHA-384 round trip" ,
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-512 round trip" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-1 round trip" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-384 with SHA-256 round trip" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-512 round trip" ,
2021-08-03 15:24:02 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 round trip" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 round trip" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 round trip" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 round trip" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-256 with SHA-1 verification failure due to altered signature" ,
"ECDSA P-256 with SHA-384 verification failure due to altered signature" ,
"ECDSA P-256 with SHA-512 verification failure due to altered signature" ,
"ECDSA P-384 with SHA-1 verification failure due to altered signature" ,
"ECDSA P-384 with SHA-256 verification failure due to altered signature" ,
"ECDSA P-384 with SHA-512 verification failure due to altered signature" ,
2021-08-03 15:24:02 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to altered signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to altered signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to altered signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to altered signature" ,
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-256 verification failure due to wrong hash" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-256 with SHA-384 verification failure due to wrong hash" ,
"ECDSA P-256 with SHA-512 verification failure due to wrong hash" ,
"ECDSA P-384 with SHA-1 verification failure due to wrong hash" ,
"ECDSA P-384 with SHA-256 verification failure due to wrong hash" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-384 verification failure due to wrong hash" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-384 with SHA-512 verification failure due to wrong hash" ,
2021-08-03 15:24:02 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to wrong hash" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to wrong hash" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to wrong hash" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to wrong hash" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to bad hash name" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to bad hash name" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to bad hash name" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to bad hash name" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-256 with SHA-1 verification failure due to shortened signature" ,
"ECDSA P-256 with SHA-384 verification failure due to shortened signature" ,
"ECDSA P-256 with SHA-512 verification failure due to shortened signature" ,
"ECDSA P-384 with SHA-1 verification failure due to shortened signature" ,
"ECDSA P-384 with SHA-256 verification failure due to shortened signature" ,
"ECDSA P-384 with SHA-512 verification failure due to shortened signature" ,
2021-08-03 15:24:02 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to shortened signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to shortened signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to shortened signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to shortened signature" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-256 with SHA-1 verification failure due to altered plaintext" ,
"ECDSA P-256 with SHA-384 verification failure due to altered plaintext" ,
"ECDSA P-256 with SHA-512 verification failure due to altered plaintext" ,
"ECDSA P-384 with SHA-1 verification failure due to altered plaintext" ,
"ECDSA P-384 with SHA-256 verification failure due to altered plaintext" ,
"ECDSA P-384 with SHA-512 verification failure due to altered plaintext" ,
2021-08-03 15:24:02 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to altered plaintext" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to altered plaintext" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to altered plaintext" ,
2021-08-16 12:11:36 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to altered plaintext" ,
2023-03-24 23:27:49 -04:00
"ECDSA P-256 with SHA-1 - The signature was truncated by 1 byte verification" ,
"ECDSA P-256 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-384 verification" ,
"ECDSA P-256 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-512 verification" ,
"ECDSA P-256 with SHA-1 - Signature has excess padding verification" ,
"ECDSA P-256 with SHA-1 - The signature is empty verification" ,
"ECDSA P-256 with SHA-1 - The signature is all zeroes verification" ,
"ECDSA P-256 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-1 verification" ,
"ECDSA P-256 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-384 verification" ,
"ECDSA P-256 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-512 verification" ,
"ECDSA P-256 with SHA-384 - The signature was truncated by 1 byte verification" ,
"ECDSA P-256 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-1 verification" ,
"ECDSA P-256 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-512 verification" ,
"ECDSA P-256 with SHA-384 - Signature has excess padding verification" ,
"ECDSA P-256 with SHA-384 - The signature is empty verification" ,
"ECDSA P-256 with SHA-384 - The signature is all zeroes verification" ,
"ECDSA P-256 with SHA-512 - The signature was truncated by 1 byte verification" ,
"ECDSA P-256 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-1 verification" ,
"ECDSA P-256 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-384 verification" ,
"ECDSA P-256 with SHA-512 - Signature has excess padding verification" ,
"ECDSA P-256 with SHA-512 - The signature is empty verification" ,
"ECDSA P-256 with SHA-512 - The signature is all zeroes verification" ,
"ECDSA P-384 with SHA-1 - The signature was truncated by 1 byte verification" ,
"ECDSA P-384 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-256 verification" ,
"ECDSA P-384 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-512 verification" ,
"ECDSA P-384 with SHA-1 - Signature has excess padding verification" ,
"ECDSA P-384 with SHA-1 - The signature is empty verification" ,
"ECDSA P-384 with SHA-1 - The signature is all zeroes verification" ,
"ECDSA P-384 with SHA-256 - The signature was truncated by 1 byte verification" ,
"ECDSA P-384 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-1 verification" ,
"ECDSA P-384 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-512 verification" ,
"ECDSA P-384 with SHA-256 - Signature has excess padding verification" ,
"ECDSA P-384 with SHA-256 - The signature is empty verification" ,
"ECDSA P-384 with SHA-256 - The signature is all zeroes verification" ,
"ECDSA P-384 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-1 verification" ,
"ECDSA P-384 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-256 verification" ,
"ECDSA P-384 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-512 verification" ,
"ECDSA P-384 with SHA-512 - The signature was truncated by 1 byte verification" ,
"ECDSA P-384 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-1 verification" ,
"ECDSA P-384 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-256 verification" ,
"ECDSA P-384 with SHA-512 - Signature has excess padding verification" ,
"ECDSA P-384 with SHA-512 - The signature is empty verification" ,
"ECDSA P-384 with SHA-512 - The signature is all zeroes verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature was truncated by 1 byte verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-256 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-384 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-512 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - Signature has excess padding verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature is empty verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature is all zeroes verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature was truncated by 1 byte verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-1 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-384 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-512 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - Signature has excess padding verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature is empty verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature is all zeroes verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature was truncated by 1 byte verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-1 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-256 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-512 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - Signature has excess padding verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature is empty verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature is all zeroes verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature was truncated by 1 byte verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-1 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-256 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-384 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - Signature has excess padding verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature is empty verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature is all zeroes verification" ,
2021-08-16 12:11:36 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 signing with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 signing with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 signing with wrong algorithm name" ,
2022-10-04 02:06:25 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-512 signing with wrong algorithm name" ,
2021-08-16 12:11:36 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verifying with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verifying with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verifying with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verifying with wrong algorithm name"
2021-08-03 15:24:02 -04:00
] ,
2021-10-08 11:44:38 -04:00
"ecdsa.https.any.worker.html" : [
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-1 verification" ,
"ECDSA P-256 with SHA-384 verification" ,
"ECDSA P-256 with SHA-512 verification" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-1 verification" ,
"ECDSA P-384 with SHA-256 verification" ,
"ECDSA P-384 with SHA-512 verification" ,
2021-10-08 11:44:38 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification" ,
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-1 verification with altered signature after call" ,
"ECDSA P-256 with SHA-384 verification with altered signature after call" ,
"ECDSA P-256 with SHA-512 verification with altered signature after call" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-1 verification with altered signature after call" ,
"ECDSA P-384 with SHA-256 verification with altered signature after call" ,
"ECDSA P-384 with SHA-512 verification with altered signature after call" ,
2021-10-08 11:44:38 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification with altered signature after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification with altered signature after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification with altered signature after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification with altered signature after call" ,
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-1 with altered plaintext after call" ,
"ECDSA P-256 with SHA-384 with altered plaintext after call" ,
"ECDSA P-256 with SHA-512 with altered plaintext after call" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-1 with altered plaintext after call" ,
"ECDSA P-384 with SHA-256 with altered plaintext after call" ,
"ECDSA P-384 with SHA-512 with altered plaintext after call" ,
2021-10-08 11:44:38 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 with altered plaintext after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 with altered plaintext after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 with altered plaintext after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 with altered plaintext after call" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 using privateKey to verify" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 using privateKey to verify" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 using privateKey to verify" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 using privateKey to verify" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 using publicKey to sign" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 using publicKey to sign" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 using publicKey to sign" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 using publicKey to sign" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 no verify usage" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 no verify usage" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 no verify usage" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 no verify usage" ,
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-1 round trip" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-256 with SHA-384 round trip" ,
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-512 round trip" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-1 round trip" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-384 with SHA-256 round trip" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-512 round trip" ,
2021-10-08 11:44:38 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 round trip" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 round trip" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 round trip" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 round trip" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-256 with SHA-1 verification failure due to altered signature" ,
"ECDSA P-256 with SHA-384 verification failure due to altered signature" ,
"ECDSA P-256 with SHA-512 verification failure due to altered signature" ,
"ECDSA P-384 with SHA-1 verification failure due to altered signature" ,
"ECDSA P-384 with SHA-256 verification failure due to altered signature" ,
"ECDSA P-384 with SHA-512 verification failure due to altered signature" ,
2021-10-08 11:44:38 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to altered signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to altered signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to altered signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to altered signature" ,
2021-12-16 11:28:43 -05:00
"ECDSA P-256 with SHA-256 verification failure due to wrong hash" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-256 with SHA-384 verification failure due to wrong hash" ,
"ECDSA P-256 with SHA-512 verification failure due to wrong hash" ,
"ECDSA P-384 with SHA-1 verification failure due to wrong hash" ,
"ECDSA P-384 with SHA-256 verification failure due to wrong hash" ,
2022-01-19 01:44:35 -05:00
"ECDSA P-384 with SHA-384 verification failure due to wrong hash" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-384 with SHA-512 verification failure due to wrong hash" ,
2021-10-08 11:44:38 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to wrong hash" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to wrong hash" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to wrong hash" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to wrong hash" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to bad hash name" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to bad hash name" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to bad hash name" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to bad hash name" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-256 with SHA-1 verification failure due to shortened signature" ,
"ECDSA P-256 with SHA-384 verification failure due to shortened signature" ,
"ECDSA P-256 with SHA-512 verification failure due to shortened signature" ,
"ECDSA P-384 with SHA-1 verification failure due to shortened signature" ,
"ECDSA P-384 with SHA-256 verification failure due to shortened signature" ,
"ECDSA P-384 with SHA-512 verification failure due to shortened signature" ,
2021-10-08 11:44:38 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to shortened signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to shortened signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to shortened signature" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to shortened signature" ,
2023-03-05 07:34:07 -05:00
"ECDSA P-256 with SHA-1 verification failure due to altered plaintext" ,
"ECDSA P-256 with SHA-384 verification failure due to altered plaintext" ,
"ECDSA P-256 with SHA-512 verification failure due to altered plaintext" ,
"ECDSA P-384 with SHA-1 verification failure due to altered plaintext" ,
"ECDSA P-384 with SHA-256 verification failure due to altered plaintext" ,
"ECDSA P-384 with SHA-512 verification failure due to altered plaintext" ,
2021-10-08 11:44:38 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to altered plaintext" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to altered plaintext" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to altered plaintext" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to altered plaintext" ,
2023-03-24 23:27:49 -04:00
"ECDSA P-256 with SHA-1 - The signature was truncated by 1 byte verification" ,
"ECDSA P-256 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-384 verification" ,
"ECDSA P-256 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-512 verification" ,
"ECDSA P-256 with SHA-1 - Signature has excess padding verification" ,
"ECDSA P-256 with SHA-1 - The signature is empty verification" ,
"ECDSA P-256 with SHA-1 - The signature is all zeroes verification" ,
"ECDSA P-256 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-1 verification" ,
"ECDSA P-256 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-384 verification" ,
"ECDSA P-256 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-512 verification" ,
"ECDSA P-256 with SHA-384 - The signature was truncated by 1 byte verification" ,
"ECDSA P-256 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-1 verification" ,
"ECDSA P-256 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-512 verification" ,
"ECDSA P-256 with SHA-384 - Signature has excess padding verification" ,
"ECDSA P-256 with SHA-384 - The signature is empty verification" ,
"ECDSA P-256 with SHA-384 - The signature is all zeroes verification" ,
"ECDSA P-256 with SHA-512 - The signature was truncated by 1 byte verification" ,
"ECDSA P-256 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-1 verification" ,
"ECDSA P-256 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-384 verification" ,
"ECDSA P-256 with SHA-512 - Signature has excess padding verification" ,
"ECDSA P-256 with SHA-512 - The signature is empty verification" ,
"ECDSA P-256 with SHA-512 - The signature is all zeroes verification" ,
"ECDSA P-384 with SHA-1 - The signature was truncated by 1 byte verification" ,
"ECDSA P-384 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-256 verification" ,
"ECDSA P-384 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-512 verification" ,
"ECDSA P-384 with SHA-1 - Signature has excess padding verification" ,
"ECDSA P-384 with SHA-1 - The signature is empty verification" ,
"ECDSA P-384 with SHA-1 - The signature is all zeroes verification" ,
"ECDSA P-384 with SHA-256 - The signature was truncated by 1 byte verification" ,
"ECDSA P-384 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-1 verification" ,
"ECDSA P-384 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-512 verification" ,
"ECDSA P-384 with SHA-256 - Signature has excess padding verification" ,
"ECDSA P-384 with SHA-256 - The signature is empty verification" ,
"ECDSA P-384 with SHA-256 - The signature is all zeroes verification" ,
"ECDSA P-384 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-1 verification" ,
"ECDSA P-384 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-256 verification" ,
"ECDSA P-384 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-512 verification" ,
"ECDSA P-384 with SHA-512 - The signature was truncated by 1 byte verification" ,
"ECDSA P-384 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-1 verification" ,
"ECDSA P-384 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-256 verification" ,
"ECDSA P-384 with SHA-512 - Signature has excess padding verification" ,
"ECDSA P-384 with SHA-512 - The signature is empty verification" ,
"ECDSA P-384 with SHA-512 - The signature is all zeroes verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature was truncated by 1 byte verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-256 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-384 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature was made using SHA-1, however verification is being done using SHA-512 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - Signature has excess padding verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature is empty verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 - The signature is all zeroes verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature was truncated by 1 byte verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-1 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-384 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature was made using SHA-256, however verification is being done using SHA-512 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - Signature has excess padding verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature is empty verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 - The signature is all zeroes verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature was truncated by 1 byte verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-1 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-256 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature was made using SHA-384, however verification is being done using SHA-512 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - Signature has excess padding verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature is empty verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 - The signature is all zeroes verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature was truncated by 1 byte verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-1 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-256 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature was made using SHA-512, however verification is being done using SHA-384 verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - Signature has excess padding verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature is empty verification" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 - The signature is all zeroes verification" ,
2021-10-08 11:44:38 -04:00
"importVectorKeys step: ECDSA P-521 with SHA-1 signing with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 signing with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 signing with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 signing with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-1 verifying with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-256 verifying with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-384 verifying with wrong algorithm name" ,
"importVectorKeys step: ECDSA P-521 with SHA-512 verifying with wrong algorithm name"
] ,
2021-11-07 20:20:39 -05:00
"hmac.https.any.html" : true ,
"hmac.https.any.worker.html" : true ,
2021-12-09 14:32:55 -05:00
"rsa_pkcs.https.any.html" : true ,
"rsa_pkcs.https.any.worker.html" : true ,
2023-10-30 11:25:12 -04:00
"rsa_pss.https.any.html" : true ,
"rsa_pss.https.any.worker.html" : true ,
2022-09-22 05:07:50 -04:00
"eddsa.https.any.html" : [
2023-03-24 23:27:49 -04:00
"Sign and verify using generated Ed448 keys." ,
2022-09-22 05:07:50 -04:00
"importVectorKeys step: EdDSA Ed448 verification" ,
"importVectorKeys step: EdDSA Ed448 verification with altered signature after call" ,
"importVectorKeys step: EdDSA Ed448 with altered data after call" ,
"importVectorKeys step: EdDSA Ed448 using privateKey to verify" ,
"importVectorKeys step: EdDSA Ed448 using publicKey to sign" ,
"importVectorKeys step: EdDSA Ed448 no verify usage" ,
"importVectorKeys step: EdDSA Ed448 round trip" ,
"importVectorKeys step: EdDSA Ed448 verification failure due to altered signature" ,
"importVectorKeys step: EdDSA Ed448 verification failure due to shortened signature" ,
"importVectorKeys step: EdDSA Ed448 verification failure due to altered data" ,
"importVectorKeys step: EdDSA Ed448 signing with wrong algorithm name" ,
2024-04-08 14:46:53 -04:00
"importVectorKeys step: EdDSA Ed448 verifying with wrong algorithm name" ,
"EdDSA Ed448 verification" ,
"EdDSA Ed448 verification with altered signature after call" ,
"EdDSA Ed448 with altered data after call" ,
"EdDSA Ed448 using privateKey to verify" ,
"EdDSA Ed448 using publicKey to sign" ,
"EdDSA Ed448 no verify usage" ,
"EdDSA Ed448 round trip" ,
"EdDSA Ed448 signing with wrong algorithm name" ,
"EdDSA Ed448 verifying with wrong algorithm name" ,
"EdDSA Ed448 verification failure due to altered signature" ,
"EdDSA Ed448 verification failure due to shortened signature" ,
"EdDSA Ed448 verification failure due to altered data" ,
"Ed25519 Verification checks with small-order key of order - Test 0" ,
"Ed25519 Verification checks with small-order key of order - Test 1" ,
"Ed25519 Verification checks with small-order key of order - Test 2" ,
"Ed25519 Verification checks with small-order key of order - Test 11" ,
"Ed25519 Verification checks with small-order key of order - Test 12" ,
"Ed25519 Verification checks with small-order key of order - Test 13"
2022-09-22 05:07:50 -04:00
] ,
"eddsa.https.any.worker.html" : [
2023-03-24 23:27:49 -04:00
"Sign and verify using generated Ed448 keys." ,
2022-09-22 05:07:50 -04:00
"importVectorKeys step: EdDSA Ed448 verification" ,
"importVectorKeys step: EdDSA Ed448 verification with altered signature after call" ,
"importVectorKeys step: EdDSA Ed448 with altered data after call" ,
"importVectorKeys step: EdDSA Ed448 using privateKey to verify" ,
"importVectorKeys step: EdDSA Ed448 using publicKey to sign" ,
"importVectorKeys step: EdDSA Ed448 no verify usage" ,
"importVectorKeys step: EdDSA Ed448 round trip" ,
"importVectorKeys step: EdDSA Ed448 verification failure due to altered signature" ,
"importVectorKeys step: EdDSA Ed448 verification failure due to shortened signature" ,
"importVectorKeys step: EdDSA Ed448 verification failure due to altered data" ,
"importVectorKeys step: EdDSA Ed448 signing with wrong algorithm name" ,
2024-04-08 14:46:53 -04:00
"importVectorKeys step: EdDSA Ed448 verifying with wrong algorithm name" ,
"EdDSA Ed448 verification" ,
"EdDSA Ed448 verification with altered signature after call" ,
"EdDSA Ed448 with altered data after call" ,
"EdDSA Ed448 using privateKey to verify" ,
"EdDSA Ed448 using publicKey to sign" ,
"EdDSA Ed448 no verify usage" ,
"EdDSA Ed448 round trip" ,
"EdDSA Ed448 signing with wrong algorithm name" ,
"EdDSA Ed448 verifying with wrong algorithm name" ,
"EdDSA Ed448 verification failure due to altered signature" ,
"EdDSA Ed448 verification failure due to shortened signature" ,
"EdDSA Ed448 verification failure due to altered data" ,
"Ed25519 Verification checks with small-order key of order - Test 0" ,
"Ed25519 Verification checks with small-order key of order - Test 1" ,
"Ed25519 Verification checks with small-order key of order - Test 2" ,
"Ed25519 Verification checks with small-order key of order - Test 11" ,
"Ed25519 Verification checks with small-order key of order - Test 12" ,
"Ed25519 Verification checks with small-order key of order - Test 13"
2022-09-22 05:07:50 -04:00
]
2021-06-04 14:46:44 -04:00
} ,
2022-09-22 05:07:50 -04:00
"algorithm-discards-context.https.window.html" : false
2021-01-27 09:06:18 -05:00
} ,
"console" : {
2021-05-09 10:32:30 -04:00
"console-is-a-namespace.any.html" : true ,
2021-10-08 11:44:38 -04:00
"console-is-a-namespace.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"console-label-conversion.any.html" : true ,
2021-10-08 11:44:38 -04:00
"console-label-conversion.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"console-namespace-object-class-string.any.html" : true ,
2021-10-08 11:44:38 -04:00
"console-namespace-object-class-string.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"console-tests-historical.any.html" : true ,
2021-10-08 11:44:38 -04:00
"console-tests-historical.any.worker.html" : true ,
"idlharness.any.html" : true ,
2023-03-24 23:27:49 -04:00
"idlharness.any.worker.html" : true ,
"idlharness-shadowrealm.window.html" : false
2021-01-27 09:06:18 -05:00
} ,
"dom" : {
"abort" : {
2022-03-14 15:19:22 -04:00
"AbortSignal.any.html" : true ,
"AbortSignal.any.worker.html" : true ,
2021-12-10 09:12:38 -05:00
"event.any.html" : true ,
2023-11-12 19:04:11 -05:00
"event.any.worker.html" : true ,
"abort-signal-any.any.html" : true ,
"abort-signal-any.any.worker.html" : true
2021-01-27 09:06:18 -05:00
} ,
"events" : {
2022-05-16 10:46:39 -04:00
"AddEventListenerOptions-once.any.html" : true ,
"AddEventListenerOptions-once.any.worker.html" : true ,
2021-09-25 09:27:34 -04:00
"AddEventListenerOptions-passive.any.html" : [
2022-05-16 10:46:39 -04:00
"returnValue should be ignored if-and-only-if the passive option is true"
2021-09-25 09:27:34 -04:00
] ,
"AddEventListenerOptions-passive.any.worker.html" : [
2022-05-16 10:46:39 -04:00
"returnValue should be ignored if-and-only-if the passive option is true"
2022-05-13 07:34:53 -04:00
] ,
2022-05-16 10:46:39 -04:00
"AddEventListenerOptions-signal.any.html" : true ,
"AddEventListenerOptions-signal.any.worker.html" : true ,
perf(ext/event): optimize Event constructor (#20181)
This PR optimizes `Event` constructor
- ~Added a fast path for empty `eventInitDict`~ Removed `EventInit`
dictionary converter
- Don't make `isTrusted` a
[LegacyUnforgeable](https://webidl.spec.whatwg.org/#LegacyUnforgeable)
property. Doing so makes it non-spec compliant but calling
`Object/Reflect.defineProperty` on the constructor is a big bottleneck.
Node did the same a few months ago
https://github.com/nodejs/node/pull/46974. In my opinion, the
performance gains are worth deviating from the spec for a
browser-related property.
**This PR**
```
cpu: 13th Gen Intel(R) Core(TM) i9-13900H
runtime: deno 1.36.1 (x86_64-unknown-linux-gnu)
benchmark time (avg) iter/s (min … max) p75 p99 p995
------------------------------------------------------------------------------- -----------------------------
event constructor no init 36.69 ns/iter 27,257,504.6 (33.36 ns … 42.45 ns) 37.71 ns 39.61 ns 40.07 ns
event constructor 36.7 ns/iter 27,246,776.6 (33.35 ns … 56.03 ns) 37.73 ns 40.14 ns 41.74 ns
```
**main**
```
cpu: 13th Gen Intel(R) Core(TM) i9-13900H
runtime: deno 1.36.1 (x86_64-unknown-linux-gnu)
benchmark time (avg) iter/s (min … max) p75 p99 p995
------------------------------------------------------------------------------- -----------------------------
event constructor no init 380.48 ns/iter 2,628,275.8 (366.66 ns … 399.39 ns) 384.58 ns 398.27 ns 399.39 ns
event constructor 480.33 ns/iter 2,081,882.6 (466.67 ns … 503.47 ns) 484.27 ns 501.28 ns 503.47 ns
```
```js
Deno.bench("event constructor no init", () => {
const event = new Event("foo");
});
Deno.bench("event constructor", () => {
const event = new Event("foo", { bubbles: true, cancelable: false });
});
```
towards https://github.com/denoland/deno/issues/20167
2023-08-17 04:35:18 -04:00
"Event-isTrusted.any.html" : false ,
"Event-isTrusted.any.worker.html" : false ,
2021-09-25 09:27:34 -04:00
"EventTarget-add-remove-listener.any.html" : true ,
"EventTarget-add-remove-listener.any.worker.html" : true ,
"EventTarget-addEventListener.any.html" : true ,
"EventTarget-addEventListener.any.worker.html" : true ,
2021-11-07 20:20:39 -05:00
"EventTarget-removeEventListener.any.html" : true ,
"EventTarget-removeEventListener.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"EventTarget-constructible.any.html" : true ,
2021-10-08 11:44:38 -04:00
"EventTarget-constructible.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"Event-constructors.any.html" : [
2023-03-02 17:05:17 -05:00
"Event constructors 3" ,
"Event constructors 4"
2021-10-08 11:44:38 -04:00
] ,
"Event-constructors.any.worker.html" : [
2022-06-29 08:29:08 -04:00
"Event constructors 3" ,
"Event constructors 4"
2021-10-08 11:44:38 -04:00
] ,
2022-06-29 08:29:08 -04:00
"event-global.worker.html" : true ,
"Event-dispatch-listener-order.window.html" : false ,
"EventListener-addEventListener.sub.window.html" : false ,
"event-global-extra.window.html" : false ,
"event-global-set-before-handleEvent-lookup.window.html" : false ,
"legacy-pre-activation-behavior.window.html" : false ,
"relatedTarget.window.html" : false
2022-04-18 15:17:19 -04:00
} ,
"idlharness-shadowrealm.window.html" : false ,
2023-10-09 23:01:01 -04:00
"idlharness.window.html?exclude=Node" : [
2022-04-18 15:17:19 -04:00
"Event interface: attribute srcElement" ,
"Event interface: operation composedPath()" ,
"Event interface: constant NONE on interface object" ,
"Event interface: constant NONE on interface prototype object" ,
"Event interface: constant CAPTURING_PHASE on interface object" ,
"Event interface: constant CAPTURING_PHASE on interface prototype object" ,
"Event interface: constant AT_TARGET on interface object" ,
"Event interface: constant AT_TARGET on interface prototype object" ,
"Event interface: constant BUBBLING_PHASE on interface object" ,
"Event interface: constant BUBBLING_PHASE on interface prototype object" ,
"Event interface: operation stopPropagation()" ,
"Event interface: attribute cancelBubble" ,
"Event interface: operation stopImmediatePropagation()" ,
"Event interface: attribute returnValue" ,
"Event interface: operation preventDefault()" ,
"Event interface: attribute defaultPrevented" ,
"Event interface: operation initEvent(DOMString, optional boolean, optional boolean)" ,
"CustomEvent interface: operation initCustomEvent(DOMString, optional boolean, optional boolean, optional any)" ,
"EventTarget interface: operation addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))" ,
"EventTarget interface: operation removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))" ,
"AbortController interface: operation abort(optional any)" ,
2023-06-08 16:56:05 -04:00
"AbortSignal interface: attribute onabort" ,
2023-10-09 23:01:01 -04:00
"NodeList interface: existence and properties of interface object" ,
"NodeList interface object length" ,
"NodeList interface object name" ,
"NodeList interface: existence and properties of interface prototype object" ,
"NodeList interface: existence and properties of interface prototype object's \"constructor\" property" ,
"NodeList interface: existence and properties of interface prototype object's @@unscopables property" ,
"NodeList interface: operation item(unsigned long)" ,
"NodeList interface: attribute length" ,
"NodeList interface: iterable<Node>" ,
"HTMLCollection interface: existence and properties of interface object" ,
"HTMLCollection interface object length" ,
"HTMLCollection interface object name" ,
"HTMLCollection interface: existence and properties of interface prototype object" ,
"HTMLCollection interface: existence and properties of interface prototype object's \"constructor\" property" ,
"HTMLCollection interface: existence and properties of interface prototype object's @@unscopables property" ,
"HTMLCollection interface: attribute length" ,
"HTMLCollection interface: operation item(unsigned long)" ,
"HTMLCollection interface: operation namedItem(DOMString)" ,
"MutationObserver interface: existence and properties of interface object" ,
"MutationObserver interface object length" ,
"MutationObserver interface object name" ,
"MutationObserver interface: existence and properties of interface prototype object" ,
"MutationObserver interface: existence and properties of interface prototype object's \"constructor\" property" ,
"MutationObserver interface: existence and properties of interface prototype object's @@unscopables property" ,
"MutationObserver interface: operation observe(Node, optional MutationObserverInit)" ,
"MutationObserver interface: operation disconnect()" ,
"MutationObserver interface: operation takeRecords()" ,
"MutationRecord interface: existence and properties of interface object" ,
"MutationRecord interface object length" ,
"MutationRecord interface object name" ,
"MutationRecord interface: existence and properties of interface prototype object" ,
"MutationRecord interface: existence and properties of interface prototype object's \"constructor\" property" ,
"MutationRecord interface: existence and properties of interface prototype object's @@unscopables property" ,
"MutationRecord interface: attribute type" ,
"MutationRecord interface: attribute target" ,
"MutationRecord interface: attribute addedNodes" ,
"MutationRecord interface: attribute removedNodes" ,
"MutationRecord interface: attribute previousSibling" ,
"MutationRecord interface: attribute nextSibling" ,
"MutationRecord interface: attribute attributeName" ,
"MutationRecord interface: attribute attributeNamespace" ,
"MutationRecord interface: attribute oldValue" ,
"Document interface: existence and properties of interface object" ,
"Document interface object length" ,
"Document interface object name" ,
"Document interface: existence and properties of interface prototype object" ,
"Document interface: existence and properties of interface prototype object's \"constructor\" property" ,
"Document interface: existence and properties of interface prototype object's @@unscopables property" ,
"Document interface: attribute implementation" ,
"Document interface: attribute URL" ,
"Document interface: attribute documentURI" ,
"Document interface: attribute compatMode" ,
"Document interface: attribute characterSet" ,
"Document interface: attribute charset" ,
"Document interface: attribute inputEncoding" ,
"Document interface: attribute contentType" ,
"Document interface: attribute doctype" ,
"Document interface: attribute documentElement" ,
"Document interface: operation getElementsByTagName(DOMString)" ,
"Document interface: operation getElementsByTagNameNS(DOMString?, DOMString)" ,
"Document interface: operation getElementsByClassName(DOMString)" ,
"Document interface: operation createElement(DOMString, optional (DOMString or ElementCreationOptions))" ,
"Document interface: operation createElementNS(DOMString?, DOMString, optional (DOMString or ElementCreationOptions))" ,
"Document interface: operation createDocumentFragment()" ,
"Document interface: operation createTextNode(DOMString)" ,
"Document interface: operation createCDATASection(DOMString)" ,
"Document interface: operation createComment(DOMString)" ,
"Document interface: operation createProcessingInstruction(DOMString, DOMString)" ,
"Document interface: operation importNode(Node, optional boolean)" ,
"Document interface: operation adoptNode(Node)" ,
"Document interface: operation createAttribute(DOMString)" ,
"Document interface: operation createAttributeNS(DOMString?, DOMString)" ,
"Document interface: operation createEvent(DOMString)" ,
"Document interface: operation createRange()" ,
"Document interface: operation createNodeIterator(Node, optional unsigned long, optional NodeFilter?)" ,
"Document interface: operation createTreeWalker(Node, optional unsigned long, optional NodeFilter?)" ,
"Document interface: attribute fullscreenEnabled" ,
"Document interface: attribute fullscreen" ,
"Document interface: operation exitFullscreen()" ,
"Document interface: attribute onfullscreenchange" ,
"Document interface: attribute onfullscreenerror" ,
"Document interface: operation getElementById(DOMString)" ,
"Document interface: attribute fullscreenElement" ,
"Document interface: attribute children" ,
"Document interface: attribute firstElementChild" ,
"Document interface: attribute lastElementChild" ,
"Document interface: attribute childElementCount" ,
"Document interface: operation prepend((Node or DOMString)...)" ,
"Document interface: operation append((Node or DOMString)...)" ,
"Document interface: operation replaceChildren((Node or DOMString)...)" ,
"Document interface: operation querySelector(DOMString)" ,
"Document interface: operation querySelectorAll(DOMString)" ,
"Document interface: operation createExpression(DOMString, optional XPathNSResolver?)" ,
"Document interface: operation createNSResolver(Node)" ,
"Document interface: operation evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?)" ,
"XMLDocument interface: existence and properties of interface object" ,
"XMLDocument interface object length" ,
"XMLDocument interface object name" ,
"XMLDocument interface: existence and properties of interface prototype object" ,
"XMLDocument interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XMLDocument interface: existence and properties of interface prototype object's @@unscopables property" ,
"DOMImplementation interface: existence and properties of interface object" ,
"DOMImplementation interface object length" ,
"DOMImplementation interface object name" ,
"DOMImplementation interface: existence and properties of interface prototype object" ,
"DOMImplementation interface: existence and properties of interface prototype object's \"constructor\" property" ,
"DOMImplementation interface: existence and properties of interface prototype object's @@unscopables property" ,
"DOMImplementation interface: operation createDocumentType(DOMString, DOMString, DOMString)" ,
"DOMImplementation interface: operation createDocument(DOMString?, DOMString, optional DocumentType?)" ,
"DOMImplementation interface: operation createHTMLDocument(optional DOMString)" ,
"DOMImplementation interface: operation hasFeature()" ,
"DocumentType interface: existence and properties of interface object" ,
"DocumentType interface object length" ,
"DocumentType interface object name" ,
"DocumentType interface: existence and properties of interface prototype object" ,
"DocumentType interface: existence and properties of interface prototype object's \"constructor\" property" ,
"DocumentType interface: existence and properties of interface prototype object's @@unscopables property" ,
"DocumentType interface: attribute name" ,
"DocumentType interface: attribute publicId" ,
"DocumentType interface: attribute systemId" ,
"DocumentType interface: operation before((Node or DOMString)...)" ,
"DocumentType interface: operation after((Node or DOMString)...)" ,
"DocumentType interface: operation replaceWith((Node or DOMString)...)" ,
"DocumentType interface: operation remove()" ,
"DocumentFragment interface: existence and properties of interface object" ,
"DocumentFragment interface object length" ,
"DocumentFragment interface object name" ,
"DocumentFragment interface: existence and properties of interface prototype object" ,
"DocumentFragment interface: existence and properties of interface prototype object's \"constructor\" property" ,
"DocumentFragment interface: existence and properties of interface prototype object's @@unscopables property" ,
"DocumentFragment interface: operation getElementById(DOMString)" ,
"DocumentFragment interface: attribute children" ,
"DocumentFragment interface: attribute firstElementChild" ,
"DocumentFragment interface: attribute lastElementChild" ,
"DocumentFragment interface: attribute childElementCount" ,
"DocumentFragment interface: operation prepend((Node or DOMString)...)" ,
"DocumentFragment interface: operation append((Node or DOMString)...)" ,
"DocumentFragment interface: operation replaceChildren((Node or DOMString)...)" ,
"DocumentFragment interface: operation querySelector(DOMString)" ,
"DocumentFragment interface: operation querySelectorAll(DOMString)" ,
"ShadowRoot interface: existence and properties of interface object" ,
"ShadowRoot interface object length" ,
"ShadowRoot interface object name" ,
"ShadowRoot interface: existence and properties of interface prototype object" ,
"ShadowRoot interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ShadowRoot interface: existence and properties of interface prototype object's @@unscopables property" ,
"ShadowRoot interface: attribute mode" ,
"ShadowRoot interface: attribute delegatesFocus" ,
"ShadowRoot interface: attribute slotAssignment" ,
"ShadowRoot interface: attribute host" ,
"ShadowRoot interface: attribute onslotchange" ,
"ShadowRoot interface: attribute fullscreenElement" ,
"Element interface: existence and properties of interface object" ,
"Element interface object length" ,
"Element interface object name" ,
"Element interface: existence and properties of interface prototype object" ,
"Element interface: existence and properties of interface prototype object's \"constructor\" property" ,
"Element interface: existence and properties of interface prototype object's @@unscopables property" ,
"Element interface: attribute namespaceURI" ,
"Element interface: attribute prefix" ,
"Element interface: attribute localName" ,
"Element interface: attribute tagName" ,
"Element interface: attribute id" ,
"Element interface: attribute className" ,
"Element interface: attribute classList" ,
"Element interface: attribute slot" ,
"Element interface: operation hasAttributes()" ,
"Element interface: attribute attributes" ,
"Element interface: operation getAttributeNames()" ,
"Element interface: operation getAttribute(DOMString)" ,
"Element interface: operation getAttributeNS(DOMString?, DOMString)" ,
"Element interface: operation setAttribute(DOMString, DOMString)" ,
"Element interface: operation setAttributeNS(DOMString?, DOMString, DOMString)" ,
"Element interface: operation removeAttribute(DOMString)" ,
"Element interface: operation removeAttributeNS(DOMString?, DOMString)" ,
"Element interface: operation toggleAttribute(DOMString, optional boolean)" ,
"Element interface: operation hasAttribute(DOMString)" ,
"Element interface: operation hasAttributeNS(DOMString?, DOMString)" ,
"Element interface: operation getAttributeNode(DOMString)" ,
"Element interface: operation getAttributeNodeNS(DOMString?, DOMString)" ,
"Element interface: operation setAttributeNode(Attr)" ,
"Element interface: operation setAttributeNodeNS(Attr)" ,
"Element interface: operation removeAttributeNode(Attr)" ,
"Element interface: operation attachShadow(ShadowRootInit)" ,
"Element interface: attribute shadowRoot" ,
"Element interface: operation closest(DOMString)" ,
"Element interface: operation matches(DOMString)" ,
"Element interface: operation webkitMatchesSelector(DOMString)" ,
"Element interface: operation getElementsByTagName(DOMString)" ,
"Element interface: operation getElementsByTagNameNS(DOMString?, DOMString)" ,
"Element interface: operation getElementsByClassName(DOMString)" ,
"Element interface: operation insertAdjacentElement(DOMString, Element)" ,
"Element interface: operation insertAdjacentText(DOMString, DOMString)" ,
"Element interface: operation requestFullscreen(optional FullscreenOptions)" ,
"Element interface: attribute onfullscreenchange" ,
"Element interface: attribute onfullscreenerror" ,
"Element interface: attribute children" ,
"Element interface: attribute firstElementChild" ,
"Element interface: attribute lastElementChild" ,
"Element interface: attribute childElementCount" ,
"Element interface: operation prepend((Node or DOMString)...)" ,
"Element interface: operation append((Node or DOMString)...)" ,
"Element interface: operation replaceChildren((Node or DOMString)...)" ,
"Element interface: operation querySelector(DOMString)" ,
"Element interface: operation querySelectorAll(DOMString)" ,
"Element interface: attribute previousElementSibling" ,
"Element interface: attribute nextElementSibling" ,
"Element interface: operation before((Node or DOMString)...)" ,
"Element interface: operation after((Node or DOMString)...)" ,
"Element interface: operation replaceWith((Node or DOMString)...)" ,
"Element interface: operation remove()" ,
"Element interface: attribute assignedSlot" ,
"NamedNodeMap interface: existence and properties of interface object" ,
"NamedNodeMap interface object length" ,
"NamedNodeMap interface object name" ,
"NamedNodeMap interface: existence and properties of interface prototype object" ,
"NamedNodeMap interface: existence and properties of interface prototype object's \"constructor\" property" ,
"NamedNodeMap interface: existence and properties of interface prototype object's @@unscopables property" ,
"NamedNodeMap interface: attribute length" ,
"NamedNodeMap interface: operation item(unsigned long)" ,
"NamedNodeMap interface: operation getNamedItem(DOMString)" ,
"NamedNodeMap interface: operation getNamedItemNS(DOMString?, DOMString)" ,
"NamedNodeMap interface: operation setNamedItem(Attr)" ,
"NamedNodeMap interface: operation setNamedItemNS(Attr)" ,
"NamedNodeMap interface: operation removeNamedItem(DOMString)" ,
"NamedNodeMap interface: operation removeNamedItemNS(DOMString?, DOMString)" ,
"Attr interface: existence and properties of interface object" ,
"Attr interface object length" ,
"Attr interface object name" ,
"Attr interface: existence and properties of interface prototype object" ,
"Attr interface: existence and properties of interface prototype object's \"constructor\" property" ,
"Attr interface: existence and properties of interface prototype object's @@unscopables property" ,
"Attr interface: attribute namespaceURI" ,
"Attr interface: attribute prefix" ,
"Attr interface: attribute localName" ,
"Attr interface: attribute name" ,
"Attr interface: attribute value" ,
"Attr interface: attribute ownerElement" ,
"Attr interface: attribute specified" ,
"CharacterData interface: existence and properties of interface object" ,
"CharacterData interface object length" ,
"CharacterData interface object name" ,
"CharacterData interface: existence and properties of interface prototype object" ,
"CharacterData interface: existence and properties of interface prototype object's \"constructor\" property" ,
"CharacterData interface: existence and properties of interface prototype object's @@unscopables property" ,
"CharacterData interface: attribute data" ,
"CharacterData interface: attribute length" ,
"CharacterData interface: operation substringData(unsigned long, unsigned long)" ,
"CharacterData interface: operation appendData(DOMString)" ,
"CharacterData interface: operation insertData(unsigned long, DOMString)" ,
"CharacterData interface: operation deleteData(unsigned long, unsigned long)" ,
"CharacterData interface: operation replaceData(unsigned long, unsigned long, DOMString)" ,
"CharacterData interface: attribute previousElementSibling" ,
"CharacterData interface: attribute nextElementSibling" ,
"CharacterData interface: operation before((Node or DOMString)...)" ,
"CharacterData interface: operation after((Node or DOMString)...)" ,
"CharacterData interface: operation replaceWith((Node or DOMString)...)" ,
"CharacterData interface: operation remove()" ,
"Text interface: existence and properties of interface object" ,
"Text interface object length" ,
"Text interface object name" ,
"Text interface: existence and properties of interface prototype object" ,
"Text interface: existence and properties of interface prototype object's \"constructor\" property" ,
"Text interface: existence and properties of interface prototype object's @@unscopables property" ,
"Text interface: operation splitText(unsigned long)" ,
"Text interface: attribute wholeText" ,
"Text interface: attribute assignedSlot" ,
"CDATASection interface: existence and properties of interface object" ,
"CDATASection interface object length" ,
"CDATASection interface object name" ,
"CDATASection interface: existence and properties of interface prototype object" ,
"CDATASection interface: existence and properties of interface prototype object's \"constructor\" property" ,
"CDATASection interface: existence and properties of interface prototype object's @@unscopables property" ,
"ProcessingInstruction interface: existence and properties of interface object" ,
"ProcessingInstruction interface object length" ,
"ProcessingInstruction interface object name" ,
"ProcessingInstruction interface: existence and properties of interface prototype object" ,
"ProcessingInstruction interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ProcessingInstruction interface: existence and properties of interface prototype object's @@unscopables property" ,
"ProcessingInstruction interface: attribute target" ,
"Comment interface: existence and properties of interface object" ,
"Comment interface object length" ,
"Comment interface object name" ,
"Comment interface: existence and properties of interface prototype object" ,
"Comment interface: existence and properties of interface prototype object's \"constructor\" property" ,
"Comment interface: existence and properties of interface prototype object's @@unscopables property" ,
"AbstractRange interface: existence and properties of interface object" ,
"AbstractRange interface object length" ,
"AbstractRange interface object name" ,
"AbstractRange interface: existence and properties of interface prototype object" ,
"AbstractRange interface: existence and properties of interface prototype object's \"constructor\" property" ,
"AbstractRange interface: existence and properties of interface prototype object's @@unscopables property" ,
"AbstractRange interface: attribute startContainer" ,
"AbstractRange interface: attribute startOffset" ,
"AbstractRange interface: attribute endContainer" ,
"AbstractRange interface: attribute endOffset" ,
"AbstractRange interface: attribute collapsed" ,
"StaticRange interface: existence and properties of interface object" ,
"StaticRange interface object length" ,
"StaticRange interface object name" ,
"StaticRange interface: existence and properties of interface prototype object" ,
"StaticRange interface: existence and properties of interface prototype object's \"constructor\" property" ,
"StaticRange interface: existence and properties of interface prototype object's @@unscopables property" ,
"Range interface: existence and properties of interface object" ,
"Range interface object length" ,
"Range interface object name" ,
"Range interface: existence and properties of interface prototype object" ,
"Range interface: existence and properties of interface prototype object's \"constructor\" property" ,
"Range interface: existence and properties of interface prototype object's @@unscopables property" ,
"Range interface: attribute commonAncestorContainer" ,
"Range interface: operation setStart(Node, unsigned long)" ,
"Range interface: operation setEnd(Node, unsigned long)" ,
"Range interface: operation setStartBefore(Node)" ,
"Range interface: operation setStartAfter(Node)" ,
"Range interface: operation setEndBefore(Node)" ,
"Range interface: operation setEndAfter(Node)" ,
"Range interface: operation collapse(optional boolean)" ,
"Range interface: operation selectNode(Node)" ,
"Range interface: operation selectNodeContents(Node)" ,
"Range interface: constant START_TO_START on interface object" ,
"Range interface: constant START_TO_START on interface prototype object" ,
"Range interface: constant START_TO_END on interface object" ,
"Range interface: constant START_TO_END on interface prototype object" ,
"Range interface: constant END_TO_END on interface object" ,
"Range interface: constant END_TO_END on interface prototype object" ,
"Range interface: constant END_TO_START on interface object" ,
"Range interface: constant END_TO_START on interface prototype object" ,
"Range interface: operation compareBoundaryPoints(unsigned short, Range)" ,
"Range interface: operation deleteContents()" ,
"Range interface: operation extractContents()" ,
"Range interface: operation cloneContents()" ,
"Range interface: operation insertNode(Node)" ,
"Range interface: operation surroundContents(Node)" ,
"Range interface: operation cloneRange()" ,
"Range interface: operation detach()" ,
"Range interface: operation isPointInRange(Node, unsigned long)" ,
"Range interface: operation comparePoint(Node, unsigned long)" ,
"Range interface: operation intersectsNode(Node)" ,
"Range interface: stringifier" ,
"NodeIterator interface: existence and properties of interface object" ,
"NodeIterator interface object length" ,
"NodeIterator interface object name" ,
"NodeIterator interface: existence and properties of interface prototype object" ,
"NodeIterator interface: existence and properties of interface prototype object's \"constructor\" property" ,
"NodeIterator interface: existence and properties of interface prototype object's @@unscopables property" ,
"NodeIterator interface: attribute root" ,
"NodeIterator interface: attribute referenceNode" ,
"NodeIterator interface: attribute pointerBeforeReferenceNode" ,
"NodeIterator interface: attribute whatToShow" ,
"NodeIterator interface: attribute filter" ,
"NodeIterator interface: operation nextNode()" ,
"NodeIterator interface: operation previousNode()" ,
"NodeIterator interface: operation detach()" ,
"TreeWalker interface: existence and properties of interface object" ,
"TreeWalker interface object length" ,
"TreeWalker interface object name" ,
"TreeWalker interface: existence and properties of interface prototype object" ,
"TreeWalker interface: existence and properties of interface prototype object's \"constructor\" property" ,
"TreeWalker interface: existence and properties of interface prototype object's @@unscopables property" ,
"TreeWalker interface: attribute root" ,
"TreeWalker interface: attribute whatToShow" ,
"TreeWalker interface: attribute filter" ,
"TreeWalker interface: attribute currentNode" ,
"TreeWalker interface: operation parentNode()" ,
"TreeWalker interface: operation firstChild()" ,
"TreeWalker interface: operation lastChild()" ,
"TreeWalker interface: operation previousSibling()" ,
"TreeWalker interface: operation nextSibling()" ,
"TreeWalker interface: operation previousNode()" ,
"TreeWalker interface: operation nextNode()" ,
"NodeFilter interface: existence and properties of interface object" ,
"NodeFilter interface object name" ,
"NodeFilter interface: existence and properties of interface prototype object" ,
"NodeFilter interface: existence and properties of interface prototype object's \"constructor\" property" ,
"NodeFilter interface: existence and properties of interface prototype object's @@unscopables property" ,
"NodeFilter interface: constant FILTER_ACCEPT on interface object" ,
"NodeFilter interface: constant FILTER_ACCEPT on interface prototype object" ,
"NodeFilter interface: constant FILTER_REJECT on interface object" ,
"NodeFilter interface: constant FILTER_REJECT on interface prototype object" ,
"NodeFilter interface: constant FILTER_SKIP on interface object" ,
"NodeFilter interface: constant FILTER_SKIP on interface prototype object" ,
"NodeFilter interface: constant SHOW_ALL on interface object" ,
"NodeFilter interface: constant SHOW_ALL on interface prototype object" ,
"NodeFilter interface: constant SHOW_ELEMENT on interface object" ,
"NodeFilter interface: constant SHOW_ELEMENT on interface prototype object" ,
"NodeFilter interface: constant SHOW_ATTRIBUTE on interface object" ,
"NodeFilter interface: constant SHOW_ATTRIBUTE on interface prototype object" ,
"NodeFilter interface: constant SHOW_TEXT on interface object" ,
"NodeFilter interface: constant SHOW_TEXT on interface prototype object" ,
"NodeFilter interface: constant SHOW_CDATA_SECTION on interface object" ,
"NodeFilter interface: constant SHOW_CDATA_SECTION on interface prototype object" ,
"NodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface object" ,
"NodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface prototype object" ,
"NodeFilter interface: constant SHOW_ENTITY on interface object" ,
"NodeFilter interface: constant SHOW_ENTITY on interface prototype object" ,
"NodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface object" ,
"NodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface prototype object" ,
"NodeFilter interface: constant SHOW_COMMENT on interface object" ,
"NodeFilter interface: constant SHOW_COMMENT on interface prototype object" ,
"NodeFilter interface: constant SHOW_DOCUMENT on interface object" ,
"NodeFilter interface: constant SHOW_DOCUMENT on interface prototype object" ,
"NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface object" ,
"NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface prototype object" ,
"NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface object" ,
"NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface prototype object" ,
"NodeFilter interface: constant SHOW_NOTATION on interface object" ,
"NodeFilter interface: constant SHOW_NOTATION on interface prototype object" ,
"NodeFilter interface: operation acceptNode(Node)" ,
"DOMTokenList interface: existence and properties of interface object" ,
"DOMTokenList interface object length" ,
"DOMTokenList interface object name" ,
"DOMTokenList interface: existence and properties of interface prototype object" ,
"DOMTokenList interface: existence and properties of interface prototype object's \"constructor\" property" ,
"DOMTokenList interface: existence and properties of interface prototype object's @@unscopables property" ,
"DOMTokenList interface: attribute length" ,
"DOMTokenList interface: operation item(unsigned long)" ,
"DOMTokenList interface: operation contains(DOMString)" ,
"DOMTokenList interface: operation add(DOMString...)" ,
"DOMTokenList interface: operation remove(DOMString...)" ,
"DOMTokenList interface: operation toggle(DOMString, optional boolean)" ,
"DOMTokenList interface: operation replace(DOMString, DOMString)" ,
"DOMTokenList interface: operation supports(DOMString)" ,
"DOMTokenList interface: attribute value" ,
"DOMTokenList interface: stringifier" ,
"DOMTokenList interface: iterable<DOMString>" ,
"XPathResult interface: existence and properties of interface object" ,
"XPathResult interface object length" ,
"XPathResult interface object name" ,
"XPathResult interface: existence and properties of interface prototype object" ,
"XPathResult interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XPathResult interface: existence and properties of interface prototype object's @@unscopables property" ,
"XPathResult interface: constant ANY_TYPE on interface object" ,
"XPathResult interface: constant ANY_TYPE on interface prototype object" ,
"XPathResult interface: constant NUMBER_TYPE on interface object" ,
"XPathResult interface: constant NUMBER_TYPE on interface prototype object" ,
"XPathResult interface: constant STRING_TYPE on interface object" ,
"XPathResult interface: constant STRING_TYPE on interface prototype object" ,
"XPathResult interface: constant BOOLEAN_TYPE on interface object" ,
"XPathResult interface: constant BOOLEAN_TYPE on interface prototype object" ,
"XPathResult interface: constant UNORDERED_NODE_ITERATOR_TYPE on interface object" ,
"XPathResult interface: constant UNORDERED_NODE_ITERATOR_TYPE on interface prototype object" ,
"XPathResult interface: constant ORDERED_NODE_ITERATOR_TYPE on interface object" ,
"XPathResult interface: constant ORDERED_NODE_ITERATOR_TYPE on interface prototype object" ,
"XPathResult interface: constant UNORDERED_NODE_SNAPSHOT_TYPE on interface object" ,
"XPathResult interface: constant UNORDERED_NODE_SNAPSHOT_TYPE on interface prototype object" ,
"XPathResult interface: constant ORDERED_NODE_SNAPSHOT_TYPE on interface object" ,
"XPathResult interface: constant ORDERED_NODE_SNAPSHOT_TYPE on interface prototype object" ,
"XPathResult interface: constant ANY_UNORDERED_NODE_TYPE on interface object" ,
"XPathResult interface: constant ANY_UNORDERED_NODE_TYPE on interface prototype object" ,
"XPathResult interface: constant FIRST_ORDERED_NODE_TYPE on interface object" ,
"XPathResult interface: constant FIRST_ORDERED_NODE_TYPE on interface prototype object" ,
"XPathResult interface: attribute resultType" ,
"XPathResult interface: attribute numberValue" ,
"XPathResult interface: attribute stringValue" ,
"XPathResult interface: attribute booleanValue" ,
"XPathResult interface: attribute singleNodeValue" ,
"XPathResult interface: attribute invalidIteratorState" ,
"XPathResult interface: attribute snapshotLength" ,
"XPathResult interface: operation iterateNext()" ,
"XPathResult interface: operation snapshotItem(unsigned long)" ,
"XPathExpression interface: existence and properties of interface object" ,
"XPathExpression interface object length" ,
"XPathExpression interface object name" ,
"XPathExpression interface: existence and properties of interface prototype object" ,
"XPathExpression interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XPathExpression interface: existence and properties of interface prototype object's @@unscopables property" ,
"XPathExpression interface: operation evaluate(Node, optional unsigned short, optional XPathResult?)" ,
"XPathEvaluator interface: existence and properties of interface object" ,
"XPathEvaluator interface object length" ,
"XPathEvaluator interface object name" ,
"XPathEvaluator interface: existence and properties of interface prototype object" ,
"XPathEvaluator interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XPathEvaluator interface: existence and properties of interface prototype object's @@unscopables property" ,
"XPathEvaluator interface: operation createExpression(DOMString, optional XPathNSResolver?)" ,
"XPathEvaluator interface: operation createNSResolver(Node)" ,
"XPathEvaluator interface: operation evaluate(DOMString, Node, optional XPathNSResolver?, optional unsigned short, optional XPathResult?)" ,
"XSLTProcessor interface: existence and properties of interface object" ,
"XSLTProcessor interface object length" ,
"XSLTProcessor interface object name" ,
"XSLTProcessor interface: existence and properties of interface prototype object" ,
"XSLTProcessor interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XSLTProcessor interface: existence and properties of interface prototype object's @@unscopables property" ,
"XSLTProcessor interface: operation importStylesheet(Node)" ,
"XSLTProcessor interface: operation transformToFragment(Node, Document)" ,
"XSLTProcessor interface: operation transformToDocument(Node)" ,
"XSLTProcessor interface: operation setParameter(DOMString, DOMString, any)" ,
"XSLTProcessor interface: operation getParameter(DOMString, DOMString)" ,
"XSLTProcessor interface: operation removeParameter(DOMString, DOMString)" ,
"XSLTProcessor interface: operation clearParameters()" ,
"XSLTProcessor interface: operation reset()" ,
"Window interface: attribute event" ,
2024-02-07 09:46:44 -05:00
"idl_test setup" ,
"ShadowRoot interface: attribute clonable"
2023-10-09 23:01:01 -04:00
] ,
"idlharness.window.html?include=Node" : [
"Node interface: existence and properties of interface object" ,
"Node interface object length" ,
"Node interface object name" ,
"Node interface: existence and properties of interface prototype object" ,
"Node interface: existence and properties of interface prototype object's \"constructor\" property" ,
"Node interface: existence and properties of interface prototype object's @@unscopables property" ,
"Node interface: constant ELEMENT_NODE on interface object" ,
"Node interface: constant ELEMENT_NODE on interface prototype object" ,
"Node interface: constant ATTRIBUTE_NODE on interface object" ,
"Node interface: constant ATTRIBUTE_NODE on interface prototype object" ,
"Node interface: constant TEXT_NODE on interface object" ,
"Node interface: constant TEXT_NODE on interface prototype object" ,
"Node interface: constant CDATA_SECTION_NODE on interface object" ,
"Node interface: constant CDATA_SECTION_NODE on interface prototype object" ,
"Node interface: constant ENTITY_REFERENCE_NODE on interface object" ,
"Node interface: constant ENTITY_REFERENCE_NODE on interface prototype object" ,
"Node interface: constant ENTITY_NODE on interface object" ,
"Node interface: constant ENTITY_NODE on interface prototype object" ,
"Node interface: constant PROCESSING_INSTRUCTION_NODE on interface object" ,
"Node interface: constant PROCESSING_INSTRUCTION_NODE on interface prototype object" ,
"Node interface: constant COMMENT_NODE on interface object" ,
"Node interface: constant COMMENT_NODE on interface prototype object" ,
"Node interface: constant DOCUMENT_NODE on interface object" ,
"Node interface: constant DOCUMENT_NODE on interface prototype object" ,
"Node interface: constant DOCUMENT_TYPE_NODE on interface object" ,
"Node interface: constant DOCUMENT_TYPE_NODE on interface prototype object" ,
"Node interface: constant DOCUMENT_FRAGMENT_NODE on interface object" ,
"Node interface: constant DOCUMENT_FRAGMENT_NODE on interface prototype object" ,
"Node interface: constant NOTATION_NODE on interface object" ,
"Node interface: constant NOTATION_NODE on interface prototype object" ,
"Node interface: attribute nodeType" ,
"Node interface: attribute nodeName" ,
"Node interface: attribute baseURI" ,
"Node interface: attribute isConnected" ,
"Node interface: attribute ownerDocument" ,
"Node interface: operation getRootNode(optional GetRootNodeOptions)" ,
"Node interface: attribute parentNode" ,
"Node interface: attribute parentElement" ,
"Node interface: operation hasChildNodes()" ,
"Node interface: attribute childNodes" ,
"Node interface: attribute firstChild" ,
"Node interface: attribute lastChild" ,
"Node interface: attribute previousSibling" ,
"Node interface: attribute nextSibling" ,
"Node interface: attribute nodeValue" ,
"Node interface: attribute textContent" ,
"Node interface: operation normalize()" ,
"Node interface: operation cloneNode(optional boolean)" ,
"Node interface: operation isEqualNode(Node?)" ,
"Node interface: operation isSameNode(Node?)" ,
"Node interface: constant DOCUMENT_POSITION_DISCONNECTED on interface object" ,
"Node interface: constant DOCUMENT_POSITION_DISCONNECTED on interface prototype object" ,
"Node interface: constant DOCUMENT_POSITION_PRECEDING on interface object" ,
"Node interface: constant DOCUMENT_POSITION_PRECEDING on interface prototype object" ,
"Node interface: constant DOCUMENT_POSITION_FOLLOWING on interface object" ,
"Node interface: constant DOCUMENT_POSITION_FOLLOWING on interface prototype object" ,
"Node interface: constant DOCUMENT_POSITION_CONTAINS on interface object" ,
"Node interface: constant DOCUMENT_POSITION_CONTAINS on interface prototype object" ,
"Node interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface object" ,
"Node interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface prototype object" ,
"Node interface: constant DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC on interface object" ,
"Node interface: constant DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC on interface prototype object" ,
"Node interface: operation compareDocumentPosition(Node)" ,
"Node interface: operation contains(Node?)" ,
"Node interface: operation lookupPrefix(DOMString?)" ,
"Node interface: operation lookupNamespaceURI(DOMString?)" ,
"Node interface: operation isDefaultNamespace(DOMString?)" ,
"Node interface: operation insertBefore(Node, Node?)" ,
"Node interface: operation appendChild(Node)" ,
"Node interface: operation replaceChild(Node, Node)" ,
"Node interface: operation removeChild(Node)" ,
"idl_test setup"
2022-04-18 15:17:19 -04:00
]
2021-01-27 09:06:18 -05:00
} ,
"encoding" : {
2021-05-09 10:32:30 -04:00
"api-basics.any.html" : true ,
2021-10-08 11:44:38 -04:00
"api-basics.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"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 ,
2021-10-08 11:44:38 -04:00
"api-invalid-label.any.worker.html?1-1000" : true ,
"api-invalid-label.any.worker.html?1001-2000" : true ,
"api-invalid-label.any.worker.html?2001-3000" : true ,
"api-invalid-label.any.worker.html?3001-last" : true ,
2021-05-09 10:32:30 -04:00
"api-replacement-encodings.any.html" : true ,
2021-10-08 11:44:38 -04:00
"api-replacement-encodings.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"api-surrogates-utf8.any.html" : true ,
2021-10-08 11:44:38 -04:00
"api-surrogates-utf8.any.worker.html" : true ,
2024-04-16 19:33:05 -04:00
"encodeInto.any.html" : [
"Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer" ,
"Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer"
] ,
"encodeInto.any.worker.html" : [
"Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer" ,
"Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer"
] ,
2021-06-05 21:23:16 -04:00
"idlharness.any.html" : true ,
2021-10-08 11:44:38 -04:00
"idlharness.any.worker.html" : true ,
2021-06-05 17:10:07 -04:00
"iso-2022-jp-decoder.any.html" : true ,
2021-10-08 11:44:38 -04:00
"iso-2022-jp-decoder.any.worker.html" : true ,
2021-01-27 09:06:18 -05:00
"legacy-mb-schinese" : {
"gb18030" : {
2023-11-13 13:40:05 -05:00
"gb18030-decoder.any.html" : [
"gb18030 decoder: GB18030-2022 1" ,
"gb18030 decoder: GB18030-2022 2" ,
"gb18030 decoder: GB18030-2022 3" ,
"gb18030 decoder: GB18030-2022 4" ,
"gb18030 decoder: GB18030-2022 5" ,
"gb18030 decoder: GB18030-2022 6" ,
"gb18030 decoder: GB18030-2022 7" ,
"gb18030 decoder: GB18030-2022 8" ,
"gb18030 decoder: GB18030-2022 9" ,
"gb18030 decoder: GB18030-2022 10" ,
"gb18030 decoder: GB18030-2022 11" ,
"gb18030 decoder: GB18030-2022 12" ,
"gb18030 decoder: GB18030-2022 13" ,
"gb18030 decoder: GB18030-2022 14" ,
"gb18030 decoder: GB18030-2022 15" ,
"gb18030 decoder: GB18030-2022 16" ,
"gb18030 decoder: GB18030-2022 17" ,
"gb18030 decoder: GB18030-2022 18" ,
"gb18030 decoder: GB18030-2022 19" ,
"gb18030 decoder: GB18030-2022 20" ,
"gb18030 decoder: GB18030-2022 21" ,
"gb18030 decoder: GB18030-2022 22" ,
"gb18030 decoder: GB18030-2022 23" ,
"gb18030 decoder: GB18030-2022 24" ,
"gb18030 decoder: GB18030-2022 25" ,
"gb18030 decoder: GB18030-2022 26" ,
"gb18030 decoder: GB18030-2022 27" ,
"gb18030 decoder: GB18030-2022 28" ,
"gb18030 decoder: GB18030-2022 29" ,
"gb18030 decoder: GB18030-2022 30" ,
"gb18030 decoder: GB18030-2022 31" ,
"gb18030 decoder: GB18030-2022 32" ,
"gb18030 decoder: GB18030-2022 33" ,
"gb18030 decoder: GB18030-2022 34" ,
"gb18030 decoder: GB18030-2022 35" ,
"gb18030 decoder: GB18030-2022 36"
] ,
"gb18030-decoder.any.worker.html" : [
"gb18030 decoder: GB18030-2022 1" ,
"gb18030 decoder: GB18030-2022 2" ,
"gb18030 decoder: GB18030-2022 3" ,
"gb18030 decoder: GB18030-2022 4" ,
"gb18030 decoder: GB18030-2022 5" ,
"gb18030 decoder: GB18030-2022 6" ,
"gb18030 decoder: GB18030-2022 7" ,
"gb18030 decoder: GB18030-2022 8" ,
"gb18030 decoder: GB18030-2022 9" ,
"gb18030 decoder: GB18030-2022 10" ,
"gb18030 decoder: GB18030-2022 11" ,
"gb18030 decoder: GB18030-2022 12" ,
"gb18030 decoder: GB18030-2022 13" ,
"gb18030 decoder: GB18030-2022 14" ,
"gb18030 decoder: GB18030-2022 15" ,
"gb18030 decoder: GB18030-2022 16" ,
"gb18030 decoder: GB18030-2022 17" ,
"gb18030 decoder: GB18030-2022 18" ,
"gb18030 decoder: GB18030-2022 19" ,
"gb18030 decoder: GB18030-2022 20" ,
"gb18030 decoder: GB18030-2022 21" ,
"gb18030 decoder: GB18030-2022 22" ,
"gb18030 decoder: GB18030-2022 23" ,
"gb18030 decoder: GB18030-2022 24" ,
"gb18030 decoder: GB18030-2022 25" ,
"gb18030 decoder: GB18030-2022 26" ,
"gb18030 decoder: GB18030-2022 27" ,
"gb18030 decoder: GB18030-2022 28" ,
"gb18030 decoder: GB18030-2022 29" ,
"gb18030 decoder: GB18030-2022 30" ,
"gb18030 decoder: GB18030-2022 31" ,
"gb18030 decoder: GB18030-2022 32" ,
"gb18030 decoder: GB18030-2022 33" ,
"gb18030 decoder: GB18030-2022 34" ,
"gb18030 decoder: GB18030-2022 35" ,
"gb18030 decoder: GB18030-2022 36"
]
2021-01-27 09:06:18 -05:00
} ,
"gbk" : {
2021-10-08 11:44:38 -04:00
"gbk-decoder.any.html" : true ,
"gbk-decoder.any.worker.html" : true
2021-01-27 09:06:18 -05:00
}
} ,
2021-05-09 10:32:30 -04:00
"replacement-encodings.any.html" : false ,
2021-10-08 11:44:38 -04:00
"replacement-encodings.any.worker.html" : false ,
2021-01-27 09:06:18 -05:00
"streams" : {
2021-06-05 21:23:16 -04:00
"backpressure.any.html" : true ,
2021-10-08 11:44:38 -04:00
"backpressure.any.worker.html" : true ,
2021-06-05 21:23:16 -04:00
"decode-attributes.any.html" : true ,
2021-10-08 11:44:38 -04:00
"decode-attributes.any.worker.html" : true ,
2021-06-05 21:23:16 -04:00
"decode-bad-chunks.any.html" : true ,
2021-10-08 11:44:38 -04:00
"decode-bad-chunks.any.worker.html" : true ,
2021-06-05 21:23:16 -04:00
"decode-ignore-bom.any.html" : true ,
2021-10-08 11:44:38 -04:00
"decode-ignore-bom.any.worker.html" : true ,
2021-06-05 21:23:16 -04:00
"decode-incomplete-input.any.html" : true ,
2021-10-08 11:44:38 -04:00
"decode-incomplete-input.any.worker.html" : true ,
2021-06-05 21:23:16 -04:00
"decode-non-utf8.any.html" : true ,
2021-10-08 11:44:38 -04:00
"decode-non-utf8.any.worker.html" : true ,
2021-06-05 21:23:16 -04:00
"decode-split-character.any.html" : true ,
2021-10-08 11:44:38 -04:00
"decode-split-character.any.worker.html" : true ,
2021-10-28 17:17:27 -04:00
"decode-utf8.any.html" : true ,
"decode-utf8.any.worker.html" : true ,
2021-06-05 21:23:16 -04:00
"encode-bad-chunks.any.html" : true ,
2021-10-08 11:44:38 -04:00
"encode-bad-chunks.any.worker.html" : true ,
2021-06-05 21:23:16 -04:00
"encode-utf8.any.html" : true ,
2021-10-08 11:44:38 -04:00
"encode-utf8.any.worker.html" : true ,
"readable-writable-properties.any.html" : true ,
2022-09-17 07:18:15 -04:00
"readable-writable-properties.any.worker.html" : true ,
2023-03-24 23:27:49 -04:00
"realms.window.html" : false ,
"invalid-realm.window.html" : false
2021-01-27 09:06:18 -05:00
} ,
2021-06-01 05:24:16 -04:00
"textdecoder-arguments.any.html" : true ,
2021-10-08 11:44:38 -04:00
"textdecoder-arguments.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"textdecoder-byte-order-marks.any.html" : true ,
2021-10-08 11:44:38 -04:00
"textdecoder-byte-order-marks.any.worker.html" : true ,
2021-06-05 17:10:07 -04:00
"textdecoder-copy.any.html" : true ,
2021-10-08 11:44:38 -04:00
"textdecoder-copy.any.worker.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-10-08 11:44:38 -04:00
"textdecoder-fatal-single-byte.any.worker.html?1-1000" : true ,
"textdecoder-fatal-single-byte.any.worker.html?1001-2000" : true ,
"textdecoder-fatal-single-byte.any.worker.html?2001-3000" : true ,
"textdecoder-fatal-single-byte.any.worker.html?3001-4000" : true ,
"textdecoder-fatal-single-byte.any.worker.html?4001-5000" : true ,
"textdecoder-fatal-single-byte.any.worker.html?5001-6000" : true ,
"textdecoder-fatal-single-byte.any.worker.html?6001-7000" : true ,
"textdecoder-fatal-single-byte.any.worker.html?7001-last" : true ,
2021-06-05 17:10:07 -04:00
"textdecoder-fatal-streaming.any.html" : true ,
2021-10-08 11:44:38 -04:00
"textdecoder-fatal-streaming.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"textdecoder-fatal.any.html" : true ,
2021-10-08 11:44:38 -04:00
"textdecoder-fatal.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"textdecoder-ignorebom.any.html" : true ,
2021-10-08 11:44:38 -04:00
"textdecoder-ignorebom.any.worker.html" : true ,
2021-10-29 01:01:42 -04:00
"textdecoder-labels.any.html" : true ,
"textdecoder-labels.any.worker.html" : true ,
2021-06-01 05:24:16 -04:00
"textdecoder-streaming.any.html" : true ,
2021-10-08 11:44:38 -04:00
"textdecoder-streaming.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"textdecoder-utf16-surrogates.any.html" : true ,
2021-10-08 11:44:38 -04:00
"textdecoder-utf16-surrogates.any.worker.html" : true ,
2021-06-05 17:10:07 -04:00
"textencoder-constructor-non-utf.any.html" : true ,
2021-10-08 11:44:38 -04:00
"textencoder-constructor-non-utf.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"textencoder-utf16-surrogates.any.html" : true ,
2021-10-08 11:44:38 -04:00
"textencoder-utf16-surrogates.any.worker.html" : true ,
2021-06-07 13:16:27 -04:00
"unsupported-encodings.any.html" : false ,
2021-10-08 11:44:38 -04:00
"unsupported-encodings.any.worker.html" : false ,
2021-07-03 15:34:48 -04:00
"single-byte-decoder.window.html?TextDecoder" : true ,
2021-10-08 11:44:38 -04:00
"textdecoder-eof.any.html" : true ,
2022-04-18 15:17:19 -04:00
"textdecoder-eof.any.worker.html" : true ,
2022-09-17 07:18:15 -04:00
"idlharness-shadowrealm.window.html" : false ,
"single-byte-decoder.window.html?XMLHttpRequest" : false ,
2023-03-24 23:27:49 -04:00
"single-byte-decoder.window.html?document" : false ,
"unsupported-labels.window.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 ,
2021-10-08 11:44:38 -04:00
"monotonic-clock.any.worker.html" : true ,
2022-05-11 21:15:54 -04:00
"basic.any.html" : true ,
"basic.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"idlharness.any.html" : [
2021-04-26 07:02:49 -04:00
"Window interface: attribute performance"
2021-06-18 05:14:14 -04:00
] ,
2021-10-08 11:44:38 -04:00
"idlharness.any.worker.html" : [
"WorkerGlobalScope interface: attribute performance" ,
"WorkerGlobalScope interface: self must inherit property \"performance\" with the proper type"
] ,
2022-05-06 13:37:18 -04:00
"window-worker-timeOrigin.window.html" : true ,
2022-04-18 15:17:19 -04:00
"idlharness-shadowrealm.window.html" : false
2021-01-27 09:06:18 -05:00
} ,
"streams" : {
2021-11-08 06:54:24 -05:00
"idlharness.any.html" : true ,
"idlharness.any.worker.html" : true ,
2021-01-27 09:06:18 -05:00
"piping" : {
2021-12-08 17:31:22 -05:00
"abort.any.html" : true ,
"abort.any.worker.html" : true ,
2021-06-15 07:46:02 -04:00
"close-propagation-backward.any.html" : true ,
2021-10-08 11:44:38 -04:00
"close-propagation-backward.any.worker.html" : true ,
2021-06-15 07:46:02 -04:00
"close-propagation-forward.any.html" : true ,
2021-10-08 11:44:38 -04:00
"close-propagation-forward.any.worker.html" : true ,
2021-06-15 07:46:02 -04:00
"error-propagation-backward.any.html" : true ,
2021-10-08 11:44:38 -04:00
"error-propagation-backward.any.worker.html" : true ,
2021-06-15 07:46:02 -04:00
"error-propagation-forward.any.html" : true ,
2021-10-08 11:44:38 -04:00
"error-propagation-forward.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"flow-control.any.html" : true ,
2021-10-08 11:44:38 -04:00
"flow-control.any.worker.html" : true ,
2021-06-15 07:46:02 -04:00
"general.any.html" : true ,
2021-10-08 11:44:38 -04:00
"general.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"multiple-propagation.any.html" : true ,
2021-10-08 11:44:38 -04:00
"multiple-propagation.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"pipe-through.any.html" : true ,
2021-10-08 11:44:38 -04:00
"pipe-through.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"then-interception.any.html" : true ,
2021-10-08 11:44:38 -04:00
"then-interception.any.worker.html" : true ,
2021-06-15 07:46:02 -04:00
"throwing-options.any.html" : true ,
2021-10-08 11:44:38 -04:00
"throwing-options.any.worker.html" : true ,
"transform-streams.any.html" : true ,
"transform-streams.any.worker.html" : true
2021-01-27 09:06:18 -05:00
} ,
2021-05-09 10:32:30 -04:00
"queuing-strategies.any.html" : true ,
2021-10-08 11:44:38 -04:00
"queuing-strategies.any.worker.html" : true ,
2021-01-27 09:06:18 -05:00
"readable-byte-streams" : {
2021-11-03 05:47:40 -04:00
"bad-buffers-and-views.any.html" : true ,
"bad-buffers-and-views.any.worker.html" : true ,
"construct-byob-request.any.html" : true ,
"construct-byob-request.any.worker.html" : true ,
2023-05-18 10:05:11 -04:00
"general.any.html" : true ,
"general.any.worker.html" : true ,
2023-11-18 17:43:57 -05:00
"non-transferable-buffers.any.html" : true ,
"non-transferable-buffers.any.worker.html" : true ,
2021-11-03 05:47:40 -04:00
"tee.any.html" : true ,
2021-11-07 20:20:39 -05:00
"tee.any.worker.html" : true ,
"respond-after-enqueue.any.html" : true ,
2023-03-24 23:27:49 -04:00
"respond-after-enqueue.any.worker.html" : true ,
"enqueue-with-detached-buffer.any.html" : true ,
2023-11-24 17:24:41 -05:00
"enqueue-with-detached-buffer.any.worker.html" : true ,
"read-min.any.html" : true ,
"read-min.any.worker.html" : true
2021-01-27 09:06:18 -05:00
} ,
"readable-streams" : {
2023-05-18 10:05:11 -04:00
"async-iterator.any.html" : true ,
2021-05-09 10:32:30 -04:00
"bad-strategies.any.html" : true ,
2021-10-08 11:44:38 -04:00
"bad-strategies.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"bad-underlying-sources.any.html" : true ,
2021-10-08 11:44:38 -04:00
"bad-underlying-sources.any.worker.html" : true ,
2021-06-15 11:48:25 -04:00
"cancel.any.html" : true ,
2021-10-08 11:44:38 -04:00
"cancel.any.worker.html" : true ,
2021-06-15 07:46:02 -04:00
"constructor.any.html" : true ,
2021-10-08 11:44:38 -04:00
"constructor.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"count-queuing-strategy-integration.any.html" : true ,
2021-10-08 11:44:38 -04:00
"count-queuing-strategy-integration.any.worker.html" : true ,
2022-01-14 11:34:54 -05:00
"default-reader.any.html" : true ,
"default-reader.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"floating-point-total-queue-size.any.html" : true ,
2021-10-08 11:44:38 -04:00
"floating-point-total-queue-size.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"garbage-collection.any.html" : true ,
2021-10-08 11:44:38 -04:00
"garbage-collection.any.worker.html" : true ,
2021-06-15 11:48:25 -04:00
"general.any.html" : true ,
2021-10-08 11:44:38 -04:00
"general.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"patched-global.any.html" : true ,
2021-10-08 11:44:38 -04:00
"patched-global.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"reentrant-strategies.any.html" : true ,
2021-10-08 11:44:38 -04:00
"reentrant-strategies.any.worker.html" : true ,
2022-10-14 05:51:39 -04:00
"tee.any.html" : true ,
"tee.any.worker.html" : true ,
2022-01-14 11:34:54 -05:00
"templated.any.html" : true ,
2023-03-24 23:27:49 -04:00
"templated.any.worker.html" : true ,
2023-05-18 10:05:11 -04:00
"async-iterator.any.worker.html" : true ,
2023-06-08 16:56:05 -04:00
"cross-realm-crash.window.html" : false ,
"owning-type-message-port.any.html" : false ,
"owning-type-message-port.any.worker.html" : false ,
"owning-type.any.html" : false ,
2023-07-02 13:30:05 -04:00
"owning-type.any.worker.html" : false ,
"from.any.html" : true ,
"from.any.worker.html" : true
2021-01-27 09:06:18 -05:00
} ,
"transform-streams" : {
2021-05-09 10:32:30 -04:00
"backpressure.any.html" : true ,
2021-10-08 11:44:38 -04:00
"backpressure.any.worker.html" : true ,
2023-10-10 05:42:31 -04:00
"errors.any.html" : true ,
"errors.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"flush.any.html" : true ,
2021-10-08 11:44:38 -04:00
"flush.any.worker.html" : true ,
2023-10-10 05:42:31 -04:00
"general.any.html" : true ,
"general.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"lipfuzz.any.html" : true ,
2021-10-08 11:44:38 -04:00
"lipfuzz.any.worker.html" : true ,
2021-06-15 11:48:25 -04:00
"patched-global.any.html" : true ,
2021-10-08 11:44:38 -04:00
"patched-global.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"properties.any.html" : true ,
2021-10-08 11:44:38 -04:00
"properties.any.worker.html" : true ,
2023-10-10 05:42:31 -04:00
"reentrant-strategies.any.html" : true ,
"reentrant-strategies.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"strategies.any.html" : true ,
2021-10-08 11:44:38 -04:00
"strategies.any.worker.html" : true ,
"terminate.any.html" : true ,
"terminate.any.worker.html" : true
2021-01-27 09:06:18 -05:00
} ,
"writable-streams" : {
2021-12-08 17:31:22 -05:00
"aborting.any.html" : true ,
"aborting.any.worker.html" : true ,
2021-06-15 07:46:02 -04:00
"bad-strategies.any.html" : true ,
2021-10-08 11:44:38 -04:00
"bad-strategies.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"bad-underlying-sinks.any.html" : true ,
2021-10-08 11:44:38 -04:00
"bad-underlying-sinks.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"byte-length-queuing-strategy.any.html" : true ,
2021-10-08 11:44:38 -04:00
"byte-length-queuing-strategy.any.worker.html" : true ,
2023-05-18 10:05:11 -04:00
"close.any.html" : true ,
"close.any.worker.html" : true ,
2021-06-15 07:46:02 -04:00
"constructor.any.html" : true ,
2021-10-08 11:44:38 -04:00
"constructor.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"count-queuing-strategy.any.html" : true ,
2021-10-08 11:44:38 -04:00
"count-queuing-strategy.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"error.any.html" : true ,
2021-10-08 11:44:38 -04:00
"error.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"floating-point-total-queue-size.any.html" : true ,
2021-10-08 11:44:38 -04:00
"floating-point-total-queue-size.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"general.any.html" : true ,
2021-10-08 11:44:38 -04:00
"general.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"properties.any.html" : true ,
2021-10-08 11:44:38 -04:00
"properties.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"reentrant-strategy.any.html" : true ,
2021-10-08 11:44:38 -04:00
"reentrant-strategy.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"start.any.html" : true ,
2021-10-08 11:44:38 -04:00
"start.any.worker.html" : true ,
"write.any.html" : true ,
"write.any.worker.html" : true
2021-06-15 07:46:02 -04:00
} ,
"queuing-strategies-size-function-per-global.window.html" : false ,
"transferable" : {
2023-03-24 23:27:49 -04:00
"deserialize-error.window.html" : false ,
"transfer-with-messageport.window.html" : false
2022-04-18 15:17:19 -04:00
} ,
"idlharness-shadowrealm.window.html" : false
2021-01-27 09:06:18 -05:00
} ,
"user-timing" : {
2021-05-09 10:32:30 -04:00
"buffered-flag.any.html" : false ,
2021-10-08 11:44:38 -04:00
"buffered-flag.any.worker.html" : false ,
2021-05-09 10:32:30 -04:00
"case-sensitivity.any.html" : false ,
2021-10-08 11:44:38 -04:00
"case-sensitivity.any.worker.html" : false ,
2021-05-09 10:32:30 -04:00
"clear_all_marks.any.html" : true ,
2021-10-08 11:44:38 -04:00
"clear_all_marks.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"clear_all_measures.any.html" : true ,
2021-10-08 11:44:38 -04:00
"clear_all_measures.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"clear_non_existent_mark.any.html" : true ,
2021-10-08 11:44:38 -04:00
"clear_non_existent_mark.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"clear_non_existent_measure.any.html" : true ,
2021-10-08 11:44:38 -04:00
"clear_non_existent_measure.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"clear_one_mark.any.html" : true ,
2021-10-08 11:44:38 -04:00
"clear_one_mark.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"clear_one_measure.any.html" : true ,
2021-10-08 11:44:38 -04:00
"clear_one_measure.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"entry_type.any.html" : true ,
2021-10-08 11:44:38 -04:00
"entry_type.any.worker.html" : true ,
2021-07-05 07:17:11 -04:00
"idlharness.any.html" : true ,
2021-10-08 11:44:38 -04:00
"idlharness.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"mark-entry-constructor.any.html" : true ,
2021-10-08 11:44:38 -04:00
"mark-entry-constructor.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"mark-errors.any.html" : true ,
2021-10-08 11:44:38 -04:00
"mark-errors.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"mark-l3.any.html" : false ,
2021-10-08 11:44:38 -04:00
"mark-l3.any.worker.html" : false ,
2021-05-09 10:32:30 -04:00
"mark-measure-return-objects.any.html" : true ,
2021-10-08 11:44:38 -04:00
"mark-measure-return-objects.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"mark.any.html" : true ,
2021-10-08 11:44:38 -04:00
"mark.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"measure-l3.any.html" : true ,
2021-10-08 11:44:38 -04:00
"measure-l3.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"measure-with-dict.any.html" : [
2021-01-27 09:06:18 -05:00
"measure entries' detail and start/end are customizable"
] ,
2021-10-08 11:44:38 -04:00
"measure-with-dict.any.worker.html" : [
"measure entries' detail and start/end are customizable"
] ,
2021-05-09 10:32:30 -04:00
"measure_syntax_err.any.html" : true ,
2021-10-08 11:44:38 -04:00
"measure_syntax_err.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"structured-serialize-detail.any.html" : true ,
2021-10-08 11:44:38 -04:00
"structured-serialize-detail.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"supported-usertiming-types.any.html" : false ,
2021-10-08 11:44:38 -04:00
"supported-usertiming-types.any.worker.html" : false ,
"user_timing_exists.any.html" : true ,
"user_timing_exists.any.worker.html" : true ,
"invoke_with_timing_attributes.worker.html" : true ,
2023-03-24 23:27:49 -04:00
"performance-measure-invalid.worker.html" : false ,
"idlharness-shadowrealm.window.html" : false
2021-01-27 09:06:18 -05:00
} ,
"wasm" : {
"jsapi" : {
"constructor" : {
2021-05-09 10:32:30 -04:00
"compile.any.html" : true ,
2021-10-08 11:44:38 -04:00
"compile.any.worker.html" : true ,
2021-06-06 12:32:06 -04:00
"instantiate-bad-imports.any.html" : true ,
2021-10-08 11:44:38 -04:00
"instantiate-bad-imports.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"instantiate.any.html" : [
2021-01-27 09:06:18 -05:00
"Synchronous options handling: Buffer argument"
] ,
2021-10-08 11:44:38 -04:00
"instantiate.any.worker.html" : [
"Synchronous options handling: Buffer argument"
] ,
2021-05-09 10:32:30 -04:00
"multi-value.any.html" : true ,
2021-10-08 11:44:38 -04:00
"multi-value.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"toStringTag.any.html" : true ,
2021-10-08 11:44:38 -04:00
"toStringTag.any.worker.html" : true ,
"validate.any.html" : true ,
"validate.any.worker.html" : true
2021-01-27 09:06:18 -05:00
} ,
"global" : {
2022-06-29 08:29:08 -04:00
"constructor.any.html" : true ,
"constructor.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"toString.any.html" : true ,
2021-10-08 11:44:38 -04:00
"toString.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"type.tentative.any.html" : false ,
2021-10-08 11:44:38 -04:00
"type.tentative.any.worker.html" : false ,
2021-05-09 10:32:30 -04:00
"value-get-set.any.html" : true ,
2021-10-08 11:44:38 -04:00
"value-get-set.any.worker.html" : true ,
"valueOf.any.html" : true ,
"valueOf.any.worker.html" : true
2021-01-27 09:06:18 -05:00
} ,
2022-05-26 07:13:01 -04:00
"idlharness.any.html" : true ,
"idlharness.any.worker.html" : true ,
2021-01-27 09:06:18 -05:00
"instance" : {
2021-06-06 12:32:06 -04:00
"constructor-bad-imports.any.html" : true ,
2021-10-08 11:44:38 -04:00
"constructor-bad-imports.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"constructor-caching.any.html" : true ,
2021-10-08 11:44:38 -04:00
"constructor-caching.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"constructor.any.html" : true ,
2021-10-08 11:44:38 -04:00
"constructor.any.worker.html" : true ,
2021-06-06 12:32:06 -04:00
"exports.any.html" : true ,
2021-10-08 11:44:38 -04:00
"exports.any.worker.html" : true ,
"toString.any.html" : true ,
"toString.any.worker.html" : true
2021-01-27 09:06:18 -05:00
} ,
2022-05-26 07:13:01 -04:00
"interface.any.html" : true ,
"interface.any.worker.html" : true ,
2021-01-27 09:06:18 -05:00
"memory" : {
2021-06-06 12:32:06 -04:00
"buffer.any.html" : true ,
2021-10-08 11:44:38 -04:00
"buffer.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"constructor.any.html" : true ,
2021-10-08 11:44:38 -04:00
"constructor.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"grow.any.html" : true ,
2021-10-08 11:44:38 -04:00
"grow.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"toString.any.html" : true ,
2021-10-08 11:44:38 -04:00
"toString.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"type.tentative.any.html" : false ,
2021-10-08 11:44:38 -04:00
"type.tentative.any.worker.html" : false ,
2021-05-09 10:32:30 -04:00
"constructor-shared.tentative.any.html" : true ,
2021-10-08 11:44:38 -04:00
"constructor-shared.tentative.any.worker.html" : true ,
"constructor-types.tentative.any.html" : false ,
"constructor-types.tentative.any.worker.html" : false
2021-01-27 09:06:18 -05:00
} ,
"module" : {
2021-05-09 10:32:30 -04:00
"constructor.any.html" : true ,
2021-10-08 11:44:38 -04:00
"constructor.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"customSections.any.html" : true ,
2021-10-08 11:44:38 -04:00
"customSections.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"exports.any.html" : true ,
2021-10-08 11:44:38 -04:00
"exports.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"imports.any.html" : true ,
2021-10-08 11:44:38 -04:00
"imports.any.worker.html" : true ,
"toString.any.html" : true ,
"toString.any.worker.html" : true
2021-01-27 09:06:18 -05:00
} ,
2021-10-27 17:26:15 -04:00
"prototypes.any.html" : true ,
"prototypes.any.worker.html" : true ,
2021-01-27 09:06:18 -05:00
"table" : {
2021-10-27 17:26:15 -04:00
"constructor.any.html" : true ,
"constructor.any.worker.html" : true ,
"get-set.any.html" : true ,
"get-set.any.worker.html" : true ,
"grow.any.html" : true ,
"grow.any.worker.html" : true ,
2021-09-25 09:27:34 -04:00
"length.any.html" : true ,
2021-10-08 11:44:38 -04:00
"length.any.worker.html" : true ,
2021-09-25 09:27:34 -04:00
"toString.any.html" : true ,
2021-10-08 11:44:38 -04:00
"toString.any.worker.html" : true ,
2021-06-05 13:29:41 -04:00
"constructor-types.tentative.any.html" : false ,
2021-10-08 11:44:38 -04:00
"constructor-types.tentative.any.worker.html" : false ,
"type.tentative.any.html" : false ,
"type.tentative.any.worker.html" : false
2021-07-19 07:46:02 -04:00
} ,
"exception" : {
2021-10-27 17:26:15 -04:00
"basic.tentative.any.html" : true ,
"basic.tentative.any.worker.html" : true ,
2021-10-12 07:30:39 -04:00
"constructor.tentative.any.html" : true ,
"constructor.tentative.any.worker.html" : true ,
2022-01-19 06:31:32 -05:00
"getArg.tentative.any.html" : [
2023-03-24 23:27:49 -04:00
"Getting out-of-range argument"
2022-01-19 06:31:32 -05:00
] ,
"getArg.tentative.any.worker.html" : [
2023-03-24 23:27:49 -04:00
"Getting out-of-range argument"
2022-01-19 06:31:32 -05:00
] ,
2021-10-12 07:30:39 -04:00
"is.tentative.any.html" : true ,
"is.tentative.any.worker.html" : true ,
2022-08-15 08:12:11 -04:00
"toString.tentative.any.html" : true ,
"toString.tentative.any.worker.html" : true ,
2023-03-24 23:27:49 -04:00
"identity.tentative.any.html" : true ,
"identity.tentative.any.worker.html" : true
2021-07-19 07:46:02 -04:00
} ,
"tag" : {
2021-10-12 07:30:39 -04:00
"constructor.tentative.any.html" : true ,
"constructor.tentative.any.worker.html" : true ,
"toString.tentative.any.html" : true ,
"toString.tentative.any.worker.html" : true ,
2021-10-08 11:44:38 -04:00
"type.tentative.any.html" : false ,
"type.tentative.any.worker.html" : false
2021-09-08 05:14:29 -04:00
} ,
"function" : {
"call.tentative.any.html" : false ,
2021-10-08 11:44:38 -04:00
"call.tentative.any.worker.html" : false ,
2021-11-07 20:20:39 -05:00
"constructor.tentative.any.html" : false ,
"constructor.tentative.any.worker.html" : false ,
2021-09-08 05:14:29 -04:00
"table.tentative.any.html" : false ,
2021-10-08 11:44:38 -04:00
"table.tentative.any.worker.html" : false ,
"type.tentative.any.html" : false ,
"type.tentative.any.worker.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 ,
2021-10-08 11:44:38 -04:00
"serialization-via-idb.any.worker.html" : false ,
2021-09-07 17:50:22 -04:00
"serialization-via-notifications-api.any.html" : false ,
2021-10-08 11:44:38 -04:00
"serialization-via-notifications-api.any.worker.html" : false ,
2021-09-29 04:47:24 -04:00
"nested-worker-success.any.worker.html" : true
2021-07-19 07:46:02 -04:00
} ,
"arraybuffer" : {
"transfer.window.html" : false
2021-01-27 09:06:18 -05:00
}
} ,
"webapi" : {
2021-07-03 17:33:36 -04:00
"abort.any.html" : true ,
2021-10-08 11:44:38 -04:00
"abort.any.worker.html" : true ,
2021-07-03 17:33:36 -04:00
"body.any.html" : true ,
2021-10-08 11:44:38 -04:00
"body.any.worker.html" : true ,
2021-07-03 17:33:36 -04:00
"contenttype.any.html" : true ,
2021-10-08 11:44:38 -04:00
"contenttype.any.worker.html" : true ,
2021-07-03 17:33:36 -04:00
"empty-body.any.html" : true ,
2021-10-08 11:44:38 -04:00
"empty-body.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"historical.any.html" : false ,
2021-10-08 11:44:38 -04:00
"historical.any.worker.html" : false ,
2021-07-03 17:33:36 -04:00
"idlharness.any.html" : true ,
2021-10-08 11:44:38 -04:00
"idlharness.any.worker.html" : true ,
2021-07-03 17:33:36 -04:00
"instantiateStreaming-bad-imports.any.html" : true ,
2021-10-08 11:44:38 -04:00
"instantiateStreaming-bad-imports.any.worker.html" : true ,
2021-07-03 17:33:36 -04:00
"instantiateStreaming.any.html" : true ,
2021-10-08 11:44:38 -04:00
"instantiateStreaming.any.worker.html" : true ,
2021-07-03 17:33:36 -04:00
"invalid-args.any.html" : true ,
2021-10-08 11:44:38 -04:00
"invalid-args.any.worker.html" : true ,
2021-07-03 17:33:36 -04:00
"invalid-code.any.html" : true ,
2021-10-08 11:44:38 -04:00
"invalid-code.any.worker.html" : true ,
2021-07-03 17:33:36 -04:00
"modified-contenttype.any.html" : true ,
2021-10-08 11:44:38 -04:00
"modified-contenttype.any.worker.html" : true ,
2021-07-03 17:33:36 -04:00
"origin.sub.any.html" : [
"Opaque response: compileStreaming" ,
"Opaque response: instantiateStreaming"
2021-04-26 07:02:49 -04:00
] ,
2021-10-08 11:44:38 -04:00
"origin.sub.any.worker.html" : [
"Opaque response: compileStreaming" ,
"Opaque response: instantiateStreaming"
] ,
2021-07-03 17:33:36 -04:00
"rejected-arg.any.html" : true ,
2021-10-08 11:44:38 -04:00
"rejected-arg.any.worker.html" : true ,
"status.any.html" : true ,
"status.any.worker.html" : true
2021-09-07 17:50:22 -04:00
} ,
"create_multiple_memory.worker.html" : true
2021-01-27 09:06:18 -05:00
} ,
2021-09-25 09:27:34 -04:00
"webidl" : {
2021-01-27 09:06:18 -05:00
"ecmascript-binding" : {
"es-exceptions" : {
2021-05-09 10:32:30 -04:00
"DOMException-constants.any.html" : true ,
2021-10-08 11:44:38 -04:00
"DOMException-constants.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"DOMException-constructor-and-prototype.any.html" : true ,
2021-10-08 11:44:38 -04:00
"DOMException-constructor-and-prototype.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"DOMException-constructor-behavior.any.html" : true ,
2021-10-08 11:44:38 -04:00
"DOMException-constructor-behavior.any.worker.html" : true ,
"DOMException-custom-bindings.any.html" : true ,
"DOMException-custom-bindings.any.worker.html" : true
2021-07-04 10:08:53 -04:00
} ,
2021-09-24 13:07:22 -04:00
"class-string-interface.any.html" : true ,
2021-10-08 11:44:38 -04:00
"class-string-interface.any.worker.html" : true ,
2023-08-30 15:45:47 -04:00
"class-string-iterator-prototype-object.any.html" : [
"Object.prototype.toString applied after deleting @@toStringTag"
] ,
"class-string-iterator-prototype-object.any.worker.html" : [
"Object.prototype.toString applied after deleting @@toStringTag"
2023-09-13 18:01:31 -04:00
] ,
2021-11-07 20:20:39 -05:00
"class-string-named-properties-object.window.html" : false ,
2021-07-04 10:08:53 -04:00
"global-immutable-prototype.any.html" : [
"Setting to a different prototype"
] ,
"global-object-implicit-this-value.any.html" : [
"Global object's getter throws when called on incompatible object" ,
"Global object's setter throws when called on incompatible object" ,
"Global object's operation throws when called on incompatible object" ,
"Global object's getter works when called on null / undefined" ,
"Global object's setter works when called on null / undefined"
] ,
2021-10-08 11:44:38 -04:00
"global-object-implicit-this-value.any.worker.html" : [
"Global object's getter throws when called on incompatible object" ,
"Global object's setter throws when called on incompatible object" ,
"Global object's operation throws when called on incompatible object" ,
"Global object's getter works when called on null / undefined" ,
"Global object's setter works when called on null / undefined"
] ,
2021-07-04 10:08:53 -04:00
"legacy-factor-function-subclass.window.html" : false ,
"no-regexp-special-casing.any.html" : [
"Conversion to a sequence works"
2021-10-08 11:44:38 -04:00
] ,
"no-regexp-special-casing.any.worker.html" : [
"Conversion to a sequence works"
2023-03-24 23:27:49 -04:00
] ,
"builtin-function-properties.any.html" : true ,
"builtin-function-properties.any.worker.html" : true ,
"observable-array-no-leak-of-internals.window.html" : false ,
"observable-array-ownkeys.window.html" : false
2021-07-04 10:08:53 -04:00
} ,
2021-10-08 11:44:38 -04:00
"idlharness.any.html" : true ,
2023-03-24 23:27:49 -04:00
"idlharness.any.worker.html" : true ,
"idlharness-shadowrealm.window.html" : false
2021-01-27 16:37:15 -05:00
} ,
"url" : {
2021-05-09 10:32:30 -04:00
"historical.any.html" : [
2023-03-24 23:27:49 -04:00
"<a> and <area>.searchParams should be undefined" ,
"URL: no structured serialize/deserialize support" ,
"URLSearchParams: no structured serialize/deserialize support"
] ,
"historical.any.worker.html" : [
"URL: no structured serialize/deserialize support" ,
"URLSearchParams: no structured serialize/deserialize support"
2021-01-27 16:37:15 -05:00
] ,
2023-10-09 23:01:01 -04:00
"idlharness.any.html" : true ,
"idlharness.any.worker.html" : true ,
2021-09-25 09:27:34 -04:00
"toascii.window.html" : [
"aa-- (using <a>.host)" ,
"aa-- (using <a>.hostname)" ,
"aa-- (using <area>.host)" ,
"aa-- (using <area>.hostname)" ,
"a†-- (using <a>.host)" ,
"a†-- (using <a>.hostname)" ,
"a†-- (using <area>.host)" ,
"a†-- (using <area>.hostname)" ,
"ab--c (using <a>.host)" ,
"ab--c (using <a>.hostname)" ,
"ab--c (using <area>.host)" ,
"ab--c (using <area>.hostname)" ,
"-x (using <a>.host)" ,
"-x (using <a>.hostname)" ,
"-x (using <area>.host)" ,
"-x (using <area>.hostname)" ,
"-† (using <a>.host)" ,
"-† (using <a>.hostname)" ,
"-† (using <area>.host)" ,
"-† (using <area>.hostname)" ,
2021-12-06 10:03:09 -05:00
"-x.xn--zca (using <a>.host)" ,
"-x.xn--zca (using <a>.hostname)" ,
"-x.xn--zca (using <area>.host)" ,
"-x.xn--zca (using <area>.hostname)" ,
"-x.ß (using <a>.host)" ,
"-x.ß (using <a>.hostname)" ,
"-x.ß (using <area>.host)" ,
"-x.ß (using <area>.hostname)" ,
"x-.xn--zca (using <a>.host)" ,
"x-.xn--zca (using <a>.hostname)" ,
"x-.xn--zca (using <area>.host)" ,
"x-.xn--zca (using <area>.hostname)" ,
"x-.ß (using <a>.host)" ,
"x-.ß (using <a>.hostname)" ,
"x-.ß (using <area>.host)" ,
"x-.ß (using <area>.hostname)" ,
"x..xn--zca (using <a>.host)" ,
"x..xn--zca (using <a>.hostname)" ,
"x..xn--zca (using <area>.host)" ,
"x..xn--zca (using <area>.hostname)" ,
"x..ß (using <a>.host)" ,
"x..ß (using <a>.hostname)" ,
"x..ß (using <area>.host)" ,
"x..ß (using <area>.hostname)" ,
2021-09-25 09:27:34 -04:00
"xn--a (using <a>)" ,
"xn--a (using <a>.host)" ,
"xn--a (using <a>.hostname)" ,
"xn--a (using <area>)" ,
"xn--a (using <area>.host)" ,
"xn--a (using <area>.hostname)" ,
2021-12-06 10:03:09 -05:00
"xn--a.xn--zca (using <a>)" ,
"xn--a.xn--zca (using <a>.host)" ,
"xn--a.xn--zca (using <a>.hostname)" ,
"xn--a.xn--zca (using <area>)" ,
"xn--a.xn--zca (using <area>.host)" ,
"xn--a.xn--zca (using <area>.hostname)" ,
"xn--a.ß (using <a>)" ,
"xn--a.ß (using <a>.host)" ,
"xn--a.ß (using <a>.hostname)" ,
"xn--a.ß (using <area>)" ,
"xn--a.ß (using <area>.host)" ,
"xn--a.ß (using <area>.hostname)" ,
2023-03-24 23:27:49 -04:00
"xn--ls8h= (using <a>)" ,
"xn--ls8h= (using <a>.host)" ,
"xn--ls8h= (using <a>.hostname)" ,
"xn--ls8h= (using <area>)" ,
"xn--ls8h= (using <area>.host)" ,
"xn--ls8h= (using <area>.hostname)" ,
2021-12-06 10:03:09 -05:00
"xn--tešla (using <a>)" ,
"xn--tešla (using <a>.host)" ,
"xn--tešla (using <a>.hostname)" ,
"xn--tešla (using <area>)" ,
"xn--tešla (using <area>.host)" ,
"xn--tešla (using <area>.hostname)" ,
"xn--zca.xn--zca (using <a>.host)" ,
"xn--zca.xn--zca (using <a>.hostname)" ,
"xn--zca.xn--zca (using <area>.host)" ,
"xn--zca.xn--zca (using <area>.hostname)" ,
"xn--zca.ß (using <a>.host)" ,
"xn--zca.ß (using <a>.hostname)" ,
"xn--zca.ß (using <area>.host)" ,
"xn--zca.ß (using <area>.hostname)" ,
"ab--c.xn--zca (using <a>.host)" ,
"ab--c.xn--zca (using <a>.hostname)" ,
"ab--c.xn--zca (using <area>.host)" ,
"ab--c.xn--zca (using <area>.hostname)" ,
"ab--c.ß (using <a>.host)" ,
"ab--c.ß (using <a>.hostname)" ,
"ab--c.ß (using <area>.host)" ,
"ab--c.ß (using <area>.hostname)" ,
2021-09-25 09:27:34 -04:00
" .example (using URL)" ,
" .example (using URL.host)" ,
" .example (using URL.hostname)" ,
" .example (using <a>)" ,
" .example (using <a>.host)" ,
" .example (using <a>.hostname)" ,
" .example (using <area>)" ,
" .example (using <area>.host)" ,
" .example (using <area>.hostname)" ,
"xn--1ug.example (using URL)" ,
"xn--1ug.example (using URL.host)" ,
"xn--1ug.example (using URL.hostname)" ,
"xn--1ug.example (using <a>)" ,
"xn--1ug.example (using <a>.host)" ,
"xn--1ug.example (using <a>.hostname)" ,
"xn--1ug.example (using <area>)" ,
"xn--1ug.example (using <area>.host)" ,
"xn--1ug.example (using <area>.hostname)" ,
"يa (using <a>)" ,
"يa (using <a>.host)" ,
"يa (using <a>.hostname)" ,
"يa (using <area>)" ,
"يa (using <area>.host)" ,
"يa (using <area>.hostname)" ,
"xn--a-yoc (using <a>)" ,
"xn--a-yoc (using <a>.host)" ,
"xn--a-yoc (using <a>.hostname)" ,
"xn--a-yoc (using <area>)" ,
"xn--a-yoc (using <area>.host)" ,
"xn--a-yoc (using <area>.hostname)" ,
"ශ්රී (using <a>.host)" ,
"ශ්රී (using <a>.hostname)" ,
"ශ්රී (using <area>.host)" ,
"ශ්රී (using <area>.hostname)" ,
"نامهای (using <a>.host)" ,
"نامهای (using <a>.hostname)" ,
"نامهای (using <area>.host)" ,
"نامهای (using <area>.hostname)" ,
"<22> .com (using <a>)" ,
"<22> .com (using <a>.host)" ,
"<22> .com (using <a>.hostname)" ,
"<22> .com (using <area>)" ,
"<22> .com (using <area>.host)" ,
"<22> .com (using <area>.hostname)" ,
"xn--zn7c.com (using <a>)" ,
"xn--zn7c.com (using <a>.host)" ,
"xn--zn7c.com (using <a>.hostname)" ,
"xn--zn7c.com (using <area>)" ,
"xn--zn7c.com (using <area>.host)" ,
"xn--zn7c.com (using <area>.hostname)" ,
"x01234567890123456789012345678901234567890123456789012345678901x (using <a>.host)" ,
"x01234567890123456789012345678901234567890123456789012345678901x (using <a>.hostname)" ,
"x01234567890123456789012345678901234567890123456789012345678901x (using <area>.host)" ,
"x01234567890123456789012345678901234567890123456789012345678901x (using <area>.hostname)" ,
"x01234567890123456789012345678901234567890123456789012345678901† (using <a>.host)" ,
"x01234567890123456789012345678901234567890123456789012345678901† (using <a>.hostname)" ,
"x01234567890123456789012345678901234567890123456789012345678901† (using <area>.host)" ,
"x01234567890123456789012345678901234567890123456789012345678901† (using <area>.hostname)" ,
2021-12-06 10:03:09 -05:00
"x01234567890123456789012345678901234567890123456789012345678901x.xn--zca (using <a>.host)" ,
"x01234567890123456789012345678901234567890123456789012345678901x.xn--zca (using <a>.hostname)" ,
"x01234567890123456789012345678901234567890123456789012345678901x.xn--zca (using <area>.host)" ,
"x01234567890123456789012345678901234567890123456789012345678901x.xn--zca (using <area>.hostname)" ,
"x01234567890123456789012345678901234567890123456789012345678901x.ß (using <a>.host)" ,
"x01234567890123456789012345678901234567890123456789012345678901x.ß (using <a>.hostname)" ,
"x01234567890123456789012345678901234567890123456789012345678901x.ß (using <area>.host)" ,
"x01234567890123456789012345678901234567890123456789012345678901x.ß (using <area>.hostname)" ,
2021-09-25 09:27:34 -04:00
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.x (using <a>.host)" ,
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.x (using <a>.hostname)" ,
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.x (using <area>.host)" ,
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.x (using <area>.hostname)" ,
2021-12-06 10:03:09 -05:00
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.xn--zca (using <a>.host)" ,
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.xn--zca (using <a>.hostname)" ,
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.xn--zca (using <area>.host)" ,
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.xn--zca (using <area>.hostname)" ,
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.ß (using <a>.host)" ,
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.ß (using <a>.hostname)" ,
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.ß (using <area>.host)" ,
"01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.01234567890123456789012345678901234567890123456789.0123456789012345678901234567890123456789012345678.ß (using <area>.hostname)" ,
2021-09-25 09:27:34 -04:00
"a b (using <a>.host)" ,
"a b (using <a>.hostname)" ,
"a b (using <area>.host)" ,
"a b (using <area>.hostname)" ,
2023-03-24 23:27:49 -04:00
"≠ (using <a>.host)" ,
"≠ (using <a>.hostname)" ,
"≠ (using <area>.host)" ,
"≠ (using <area>.hostname)" ,
"≮ (using <a>.host)" ,
"≮ (using <a>.hostname)" ,
"≮ (using <area>.host)" ,
"≮ (using <area>.hostname)" ,
"≯ (using <a>.host)" ,
"≯ (using <a>.hostname)" ,
"≯ (using <area>.host)" ,
"≯ (using <area>.hostname)"
2021-09-25 09:27:34 -04:00
] ,
2023-06-08 16:56:05 -04:00
"url-origin.any.html" : [
"Origin parsing: <blob:blob:https://example.org/> without base" ,
"Origin parsing: <blob:ftp://host/path> without base" ,
"Origin parsing: <blob:ws://example.org/> without base" ,
"Origin parsing: <blob:wss://example.org/> without base"
] ,
"url-origin.any.worker.html" : [
"Origin parsing: <blob:blob:https://example.org/> without base" ,
"Origin parsing: <blob:ftp://host/path> without base" ,
"Origin parsing: <blob:ws://example.org/> without base" ,
"Origin parsing: <blob:wss://example.org/> without base"
] ,
2021-10-08 11:44:38 -04:00
"url-searchparams.any.html" : true ,
"url-searchparams.any.worker.html" : true ,
"url-setters-stripping.any.html" : [
"Setting port with leading U+0000 (https:)" ,
2022-04-18 15:17:19 -04:00
"Setting port with leading U+001F (https:)" ,
2021-10-08 11:44:38 -04:00
"Setting port with leading U+0000 (wpt++:)" ,
2023-09-13 18:01:31 -04:00
"Setting port with leading U+001F (wpt++:)"
2021-10-08 11:44:38 -04:00
] ,
"url-setters-stripping.any.worker.html" : [
2021-03-01 20:30:24 -05:00
"Setting port with leading U+0000 (https:)" ,
2022-04-18 15:17:19 -04:00
"Setting port with leading U+001F (https:)" ,
2021-03-01 20:30:24 -05:00
"Setting port with leading U+0000 (wpt++:)" ,
2023-09-13 18:01:31 -04:00
"Setting port with leading U+001F (wpt++:)"
2021-01-27 16:37:15 -05:00
] ,
2021-05-09 10:32:30 -04:00
"url-tojson.any.html" : true ,
2021-10-08 11:44:38 -04:00
"url-tojson.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"urlencoded-parser.any.html" : true ,
2021-10-08 11:44:38 -04:00
"urlencoded-parser.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"urlsearchparams-append.any.html" : true ,
2021-10-08 11:44:38 -04:00
"urlsearchparams-append.any.worker.html" : true ,
2021-06-24 05:38:37 -04:00
"urlsearchparams-constructor.any.html" : true ,
2021-10-08 11:44:38 -04:00
"urlsearchparams-constructor.any.worker.html" : true ,
2023-03-24 23:27:49 -04:00
"urlsearchparams-delete.any.html" : [
2023-08-21 05:53:52 -04:00
"Changing the query of a URL with an opaque path can impact the path if the URL has no fragment"
2023-03-24 23:27:49 -04:00
] ,
"urlsearchparams-delete.any.worker.html" : [
2023-08-21 05:53:52 -04:00
"Changing the query of a URL with an opaque path can impact the path if the URL has no fragment"
2023-03-24 23:27:49 -04:00
] ,
2021-05-09 10:32:30 -04:00
"urlsearchparams-foreach.any.html" : true ,
2021-10-08 11:44:38 -04:00
"urlsearchparams-foreach.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"urlsearchparams-get.any.html" : true ,
2021-10-08 11:44:38 -04:00
"urlsearchparams-get.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"urlsearchparams-getall.any.html" : true ,
2021-10-08 11:44:38 -04:00
"urlsearchparams-getall.any.worker.html" : true ,
2023-07-02 11:26:48 -04:00
"urlsearchparams-has.any.html" : true ,
"urlsearchparams-has.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"urlsearchparams-set.any.html" : true ,
2021-10-08 11:44:38 -04:00
"urlsearchparams-set.any.worker.html" : true ,
2023-03-14 16:28:33 -04:00
"urlsearchparams-size.any.html" : true ,
2021-05-19 14:45:48 -04:00
"urlsearchparams-sort.any.html" : true ,
2021-10-08 11:44:38 -04:00
"urlsearchparams-sort.any.worker.html" : true ,
2021-06-05 13:29:41 -04:00
"urlsearchparams-stringifier.any.html" : true ,
2021-10-08 11:44:38 -04:00
"urlsearchparams-stringifier.any.worker.html" : true ,
2022-04-18 15:17:19 -04:00
"idlharness-shadowrealm.window.html" : false ,
"percent-encoding.window.html" : [
"Input † with encoding big5" ,
"Input † with encoding euc-kr" ,
"Input † with encoding utf-8" ,
"Input † with encoding windows-1252" ,
"Input \u000eA with encoding big5" ,
"Input \u000eA with encoding iso-2022-jp" ,
"Input \u000eA with encoding utf-8" ,
"Input ‾\\ with encoding iso-2022-jp" ,
"Input ‾\\ with encoding utf-8" ,
"Input with encoding gb18030" ,
"Input with encoding utf-8" ,
"Input − with encoding shift_jis" ,
"Input − with encoding utf-8" ,
2023-08-21 05:53:52 -04:00
"Input á| with encoding utf-8"
2023-03-22 10:43:20 -04:00
] ,
2023-03-24 23:27:49 -04:00
"IdnaTestV2.window.html" : [
"ToASCII(\"a b\") C1" ,
"ToASCII(\"A B\") C1" ,
"ToASCII(\"A b\") C1" ,
"ToASCII(\"xn--ab-j1t\") C1" ,
"ToASCII(\"a b\") C2" ,
"ToASCII(\"A B\") C2" ,
"ToASCII(\"A b\") C2" ,
"ToASCII(\"xn--ab-m1t\") C2" ,
"ToASCII(\"1.aß b cßßßßdςσ ßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß̂ßz\") C1; C2; A4_2 (ignored)" ,
"ToASCII(\"1.ASS B CSSSSSSSSDΣΣSSSSSSSSSSSSSSSSESSSSSSSSSSSSSSSSSSSSXSSSSSSSSSSSSSSSSSSSSYSSSSSSSSSSSSSSSŜSSZ\") C1; C2; A4_2 (ignored)" ,
"ToASCII(\"1.ASS B CSSSSSSSSDΣΣSSSSSSSSSSSSSSSSESSSSSSSSSSSSSSSSSSSSXSSSSSSSSSSSSSSSSSSSSYSSSSSSSSSSSSSSSŜSSZ\") C1; C2; A4_2 (ignored)" ,
"ToASCII(\"1.ass b cssssssssdσ σ ssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz\") C1; C2; A4_2 (ignored)" ,
"ToASCII(\"1.ass b cssssssssdσ σ ssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz\") C1; C2; A4_2 (ignored)" ,
"ToASCII(\"1.Ass b cssssssssdσ σ ssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz\") C1; C2; A4_2 (ignored)" ,
"ToASCII(\"1.Ass b cssssssssdσ σ ssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssŝssz\") C1; C2; A4_2 (ignored)" ,
"ToASCII(\"1.xn--assbcssssssssdssssssssssssssssessssssssssssssssssssxssssssssssssssssssssysssssssssssssssssz-pxq1419aa69989dba9gc\") C1; C2; A4_2 (ignored)" ,
"ToASCII(\"1.Aß b cßßßßdςσ ßßßßßßßßeßßßßßßßßßßxßßßßßßßßßßyßßßßßßßß̂ßz\") C1; C2; A4_2 (ignored)" ,
"ToASCII(\"1.xn--abcdexyz-qyacaaabaaaaaaabaaaaaaaaabaaaaaaaaabaaaaaaaa010ze2isb1140zba8cc\") C1; C2; A4_2 (ignored)" ,
"ToASCII(\" x n - -bß\") C1; C2" ,
"ToASCII(\" X N - -BSS\") C1; C2" ,
"ToASCII(\" x n - -bss\") C1; C2" ,
"ToASCII(\" X n - -Bss\") C1; C2" ,
"ToASCII(\"xn--xn--bss-7z6ccid\") C1; C2" ,
"ToASCII(\" X n - -Bß\") C1; C2" ,
"ToASCII(\"xn--xn--b-pqa5796ccahd\") C1; C2" ,
"ToASCII(\"ஹ\") C2" ,
"ToASCII(\"xn--dmc225h\") C2" ,
"ToASCII(\" \") C2" ,
"ToASCII(\"xn--1ug\") C2" ,
"ToASCII(\"ஹ\") C1" ,
"ToASCII(\"xn--dmc025h\") C1" ,
"ToASCII(\" \") C1" ,
"ToASCII(\"xn--0ug\") C1" ,
"ToASCII(\"ۯۯ\") C1" ,
"ToASCII(\"xn--cmba004q\") C1" ,
"ToASCII(\"ß۫。\") C2" ,
"ToASCII(\"SS۫。 \") C2" ,
"ToASCII(\"ss۫。 \") C2" ,
"ToASCII(\"Ss۫。 \") C2" ,
"ToASCII(\"xn--ss-59d.xn--1ug\") C2" ,
"ToASCII(\"xn--zca012a.xn--1ug\") C2" ,
"ToASCII(\"긃.榶-\") C1; V3 (ignored)" ,
"ToASCII(\"긃.榶-\") C1; V3 (ignored)" ,
"ToASCII(\"xn--0ug3307c.xn----d87b\") C1; V3 (ignored)" ,
"ToASCII(\"Å둄-. \") C1; V3 (ignored)" ,
"ToASCII(\"Å둄-. \") C1; V3 (ignored)" ,
"ToASCII(\"Å둄-. \") C1; V3 (ignored)" ,
"ToASCII(\"Å둄-. \") C1; V3 (ignored)" ,
"ToASCII(\"å둄-. \") C1; V3 (ignored)" ,
"ToASCII(\"å둄-. \") C1; V3 (ignored)" ,
"ToASCII(\"xn----1fa1788k.xn--0ug\") C1; V3 (ignored)" ,
"ToASCII(\"å둄-. \") C1; V3 (ignored)" ,
"ToASCII(\"å둄-. \") C1; V3 (ignored)" ,
"ToASCII(\"ꡦᡑ 1.。𐋣-\") C2; V3 (ignored); A4_2 (ignored)" ,
"ToASCII(\"xn--1-o7j663bdl7m..xn----381i\") C2; V3 (ignored); A4_2 (ignored)" ,
"ToASCII(\"1.䰹-。웈\") C2; V3 (ignored)" ,
"ToASCII(\"1.䰹-。웈\") C2; V3 (ignored)" ,
"ToASCII(\"1.xn----tgnz80r.xn--kp5b\") C2; V3 (ignored)" ,
"ToASCII(\"-3.ヌᢕ\") C2; V3 (ignored)" ,
"ToASCII(\"-3.xn--fbf739aq5o\") C2; V3 (ignored)" ,
"ToASCII(\"ς-。𝟭-\") C1; V3 (ignored)" ,
"ToASCII(\"ς-。 1-\") C1; V3 (ignored)" ,
"ToASCII(\"Σ-。 1-\") C1; V3 (ignored)" ,
"ToASCII(\"σ -。 1-\") C1; V3 (ignored)" ,
"ToASCII(\"xn----zmb.xn--1--i1t\") C1; V3 (ignored)" ,
"ToASCII(\"xn----xmb.xn--1--i1t\") C1; V3 (ignored)" ,
"ToASCII(\"Σ-。𝟭-\") C1; V3 (ignored)" ,
"ToASCII(\"σ -。𝟭-\") C1; V3 (ignored)" ,
"ToASCII(\"ᡯ⚉姶🄉.۷🎪\") C2; P1; V6" ,
"ToASCII(\"𝟵隁⯮.᠍\") C1" ,
"ToASCII(\"9隁⯮.᠍ \") C1" ,
"ToASCII(\"xn--9-mfs8024b.xn--0ug\") C1" ,
"ToASCII(\"ß꫶ᢥ.⊶ⴡⴖ\") C1" ,
"ToASCII(\"ss ꫶ᢥ.⊶ⴡⴖ\") C1" ,
"ToASCII(\"xn--ss-4ep585bkm5p.xn--ifh802b6a\") C1" ,
"ToASCII(\"xn--zca682johfi89m.xn--ifh802b6a\") C1" ,
"ToASCII(\"ß꫶ᢥ.⊶ⴡⴖ\") C1" ,
"ToASCII(\"ss ꫶ᢥ. ⊶ⴡⴖ\") C1" ,
"ToASCII(\"-。\") C2; V3 (ignored)" ,
"ToASCII(\"-。\") C2; V3 (ignored)" ,
"ToASCII(\"-.xn--1ug\") C2; V3 (ignored)" ,
"ToASCII(\"ς-.ⴣ𦟙\") C2; V3 (ignored)" ,
"ToASCII(\"σ -.ⴣ𦟙\") C2; V3 (ignored)" ,
"ToASCII(\"xn----zmb048s.xn--rlj2573p\") C2; V3 (ignored)" ,
"ToASCII(\"xn----xmb348s.xn--rlj2573p\") C2; V3 (ignored)" ,
"ToASCII(\"鱊。\") C1" ,
"ToASCII(\"xn--rt6a.xn--0ug\") C1" ,
"ToASCII(\"ⴚ。ς\") C1" ,
"ToASCII(\"ⴚ。σ\") C1" ,
"ToASCII(\"xn--0ug262c.xn--4xa\") C1" ,
"ToASCII(\"xn--0ug262c.xn--3xa\") C1" ,
"ToASCII(\"ⴚ。ς\") C1" ,
"ToASCII(\"ⴚ。σ\") C1" ,
"ToASCII(\"⾕。꥓̐ꡎ\") C1; C2" ,
"ToASCII(\"⾕。꥓̐ꡎ\") C1; C2" ,
"ToASCII(\"谷。꥓̐ꡎ\") C1; C2" ,
"ToASCII(\"xn--1ug0273b.xn--0sa359l6n7g13a\") C1; C2" ,
"ToASCII(\"。\") C1; C2" ,
"ToASCII(\"xn--1ug.xn--0ug\") C1; C2" ,
"ToASCII(\"。。\") C1; A4_2 (ignored)" ,
"ToASCII(\"xn--0ug..\") C1; A4_2 (ignored)" ,
"ToASCII(\"ᡲ-𝟹 .ß- -\") C1; V3 (ignored)" ,
"ToASCII(\"ᡲ-3.ß- -\") C1; V3 (ignored)" ,
"ToASCII(\"ᡲ-3.SS- -\") C1; V3 (ignored)" ,
"ToASCII(\"ᡲ-3.ss- -\") C1; V3 (ignored)" ,
"ToASCII(\"ᡲ-3.Ss- -\") C1; V3 (ignored)" ,
"ToASCII(\"xn---3-p9o.xn--ss---276a\") C1; V3 (ignored)" ,
"ToASCII(\"xn---3-p9o.xn-----fia9303a\") C1; V3 (ignored)" ,
"ToASCII(\"ᡲ-𝟹 .SS- -\") C1; V3 (ignored)" ,
"ToASCII(\"ᡲ-𝟹 .ss- -\") C1; V3 (ignored)" ,
"ToASCII(\"ᡲ-𝟹 .Ss- -\") C1; V3 (ignored)" ,
"ToASCII(\"𝟙。𝟸⁷\") C2" ,
"ToASCII(\"1。 2 7\") C2" ,
"ToASCII(\"1.xn--27-l1tb\") C2" ,
"ToASCII(\" .ßⴉ-\") C1; V3 (ignored)" ,
"ToASCII(\" .ssⴉ-\") C1; V3 (ignored)" ,
"ToASCII(\" .Ssⴉ-\") C1; V3 (ignored)" ,
"ToASCII(\"xn--0ug.xn--ss--bi1b\") C1; V3 (ignored)" ,
"ToASCII(\"xn--0ug.xn----pfa2305a\") C1; V3 (ignored)" ,
"ToASCII(\"ⴏ󠅋-.ⴉ\") C2; V3 (ignored)" ,
"ToASCII(\"xn----3vs.xn--1ug532c\") C2; V3 (ignored)" ,
"ToASCII(\"ⴏ󠅋-.ⴉ\") C2; V3 (ignored)" ,
"ToASCII(\"。ⴖͦ. \") C1; A4_2 (ignored)" ,
"ToASCII(\".xn--hva754s.xn--0ug\") C1; A4_2 (ignored)" ,
"ToASCII(\"攌꯭。ᢖ-ⴘ\") C2" ,
"ToASCII(\"xn--1ug592ykp6b.xn----mck373i\") C2" ,
"ToASCII(\"ꖨ.16.3툒۳\") C1" ,
"ToASCII(\"ꖨ.16.3툒۳\") C1" ,
"ToASCII(\"xn--0ug2473c.16.xn--3-nyc0117m\") C1" ,
"ToASCII(\"𝟏𝨙⸖. \") C2" ,
"ToASCII(\"1𝨙⸖. \") C2" ,
"ToASCII(\"xn--1-5bt6845n.xn--1ug\") C2" ,
"ToASCII(\"- .ⴞ𐋷\") C2; V3 (ignored)" ,
"ToASCII(\"xn----ugn.xn--mlj8559d\") C2; V3 (ignored)" ,
"ToASCII(\"嬃𝍌.ୄ\") C2" ,
"ToASCII(\"嬃𝍌.ୄ\") C2" ,
"ToASCII(\"xn--b6s0078f.xn--0ic557h\") C2" ,
"ToASCII(\" .F\") C2" ,
"ToASCII(\" .f\") C2" ,
"ToASCII(\"xn--1ug.f\") C2" ,
"ToASCII(\"㨲。ß\") C2" ,
"ToASCII(\"㨲。ß\") C2" ,
"ToASCII(\" 㨲。SS\") C2" ,
"ToASCII(\" 㨲。ss\") C2" ,
"ToASCII(\" 㨲。Ss\") C2" ,
"ToASCII(\"xn--1ug914h.ss\") C2" ,
"ToASCII(\"xn--1ug914h.xn--zca\") C2" ,
"ToASCII(\" 㨲。SS\") C2" ,
"ToASCII(\" 㨲。ss\") C2" ,
"ToASCII(\" 㨲。Ss\") C2" ,
"ToASCII(\"璼𝨭。󠇟\") C1" ,
"ToASCII(\"璼𝨭。󠇟\") C1" ,
"ToASCII(\"xn--gky8837e.xn--0ug\") C1" ,
"ToASCII(\" . \") C1" ,
"ToASCII(\"xn--0ug.xn--0ug\") C1" ,
"ToASCII(\"𝟠 4󠇗 𝈻 . 𐋵 ⛧ \") C2" ,
"ToASCII(\"84󠇗 𝈻 .𐋵⛧\") C2" ,
"ToASCII(\"xn--84-s850a.xn--1uga573cfq1w\") C2" ,
"ToASCII(\"󠆪。ß𑓃\") C1; C2" ,
"ToASCII(\"󠆪。ß𑓃\") C1; C2" ,
"ToASCII(\" 󠆪 。SS𑓃\") C1; C2" ,
"ToASCII(\" 󠆪 。ss𑓃\") C1; C2" ,
"ToASCII(\" 󠆪 。Ss𑓃\") C1; C2" ,
"ToASCII(\"xn--0ugb.xn--ss-bh7o\") C1; C2" ,
"ToASCII(\"xn--0ugb.xn--zca0732l\") C1; C2" ,
"ToASCII(\" 󠆪 。SS𑓃\") C1; C2" ,
"ToASCII(\" 󠆪 。ss𑓃\") C1; C2" ,
"ToASCII(\" 󠆪 。Ss𑓃\") C1; C2" ,
"ToASCII(\"。ヶ䒩.ꡪ\") C1; A4_2 (ignored)" ,
"ToASCII(\".xn--0ug287dj0o.xn--gd9a\") C1; A4_2 (ignored)" ,
"ToASCII(\"梉。\") C1" ,
"ToASCII(\"xn--7zv.xn--0ug\") C1" ,
"ToASCII(\"𐋷。\") C2" ,
"ToASCII(\"xn--r97c.xn--1ug\") C2"
] ,
"javascript-urls.window.html" : false ,
"url-constructor.any.html?exclude=(file|javascript|mailto)" : [
2023-06-08 16:56:05 -04:00
"Parsing: <non-spec:/.//> without base" ,
"Parsing: <non-spec:/..//> without base" ,
"Parsing: <non-spec:/a/..//> without base" ,
"Parsing: <non-spec:/.//path> without base" ,
"Parsing: <non-spec:/..//path> without base" ,
"Parsing: <non-spec:/a/..//path> without base" ,
2023-03-24 23:27:49 -04:00
"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>" ,
2024-02-07 09:46:44 -05:00
"Parsing: <path> against <non-spec:/..//p>" ,
"Parsing: <///test> against <http://example.org/>" ,
"Parsing: <///\\//\\//test> against <http://example.org/>" ,
"Parsing: <///example.org/path> against <http://example.org/>" ,
"Parsing: <///example.org/../path> against <http://example.org/>" ,
"Parsing: <///example.org/../../> against <http://example.org/>" ,
"Parsing: <///example.org/../path/../../> against <http://example.org/>" ,
2024-04-16 11:11:57 -04:00
"Parsing: <///example.org/../path/../../path> against <http://example.org/>"
2023-03-24 23:27:49 -04:00
] ,
"url-constructor.any.html?include=file" : [
"Parsing: </> against <file://h/C:/a/b>" ,
2023-06-08 16:56:05 -04:00
"Parsing: <file:\\\\//> without base" ,
"Parsing: <file:\\\\\\\\> without base" ,
"Parsing: <file:\\\\\\\\?fox> without base" ,
"Parsing: <file:\\\\\\\\#guppy> without base" ,
"Parsing: <file://spider///> without base" ,
"Parsing: <file:\\\\localhost//> without base" ,
"Parsing: <file://\\/localhost//cat> without base" ,
"Parsing: <file://localhost//a//../..//> without base" ,
2023-03-24 23:27:49 -04:00
"Parsing: </////mouse> against <file:///elephant>" ,
"Parsing: <\\/localhost//pig> against <file://lion/>" ,
"Parsing: <//localhost//pig> against <file://lion/>" ,
"Parsing: </..//localhost//pig> against <file://lion/>" ,
"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>" ,
2023-06-08 16:56:05 -04:00
"Parsing: <file://example.net/C:/> without base" ,
"Parsing: <file://1.2.3.4/C:/> without base" ,
"Parsing: <file://[1::8]/C:/> without base" ,
2023-03-24 23:27:49 -04:00
"Parsing: <C|/> against <file://host/>" ,
"Parsing: </C:/> against <file://host/>" ,
"Parsing: <file:C:/> against <file://host/>" ,
"Parsing: <file:/C:/> against <file://host/>" ,
2023-06-08 16:56:05 -04:00
"Parsing: <file://localhost//a//../..//foo> without base" ,
"Parsing: <file://localhost////foo> without base" ,
"Parsing: <file:////foo> without base" ,
2023-03-24 23:27:49 -04:00
"Parsing: <file:////one/two> against <file:///>" ,
"Parsing: <////one/two> against <file:///>" ,
"Parsing: <file:///.//> against <file:////>" ,
2023-06-08 16:56:05 -04:00
"Parsing: <file:.//p> without base" ,
2024-02-07 09:46:44 -05:00
"Parsing: <file:/.//p> without base" ,
"Parsing: </\\//\\/a/../> against <file:///>"
2023-03-24 23:27:49 -04:00
] ,
"url-constructor.any.html?include=javascript" : true ,
"url-constructor.any.html?include=mailto" : true ,
"url-constructor.any.worker.html?exclude=(file|javascript|mailto)" : [
2023-06-08 16:56:05 -04:00
"Parsing: <non-spec:/.//> without base" ,
"Parsing: <non-spec:/..//> without base" ,
"Parsing: <non-spec:/a/..//> without base" ,
"Parsing: <non-spec:/.//path> without base" ,
"Parsing: <non-spec:/..//path> without base" ,
"Parsing: <non-spec:/a/..//path> without base" ,
2023-03-24 23:27:49 -04:00
"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>" ,
2024-02-07 09:46:44 -05:00
"Parsing: <path> against <non-spec:/..//p>" ,
"Parsing: <///test> against <http://example.org/>" ,
"Parsing: <///\\//\\//test> against <http://example.org/>" ,
"Parsing: <///example.org/path> against <http://example.org/>" ,
"Parsing: <///example.org/../path> against <http://example.org/>" ,
"Parsing: <///example.org/../../> against <http://example.org/>" ,
"Parsing: <///example.org/../path/../../> against <http://example.org/>" ,
2024-04-16 11:11:57 -04:00
"Parsing: <///example.org/../path/../../path> against <http://example.org/>"
2023-03-24 23:27:49 -04:00
] ,
"url-constructor.any.worker.html?include=file" : [
"Parsing: </> against <file://h/C:/a/b>" ,
2023-06-08 16:56:05 -04:00
"Parsing: <file:\\\\//> without base" ,
"Parsing: <file:\\\\\\\\> without base" ,
"Parsing: <file:\\\\\\\\?fox> without base" ,
"Parsing: <file:\\\\\\\\#guppy> without base" ,
"Parsing: <file://spider///> without base" ,
"Parsing: <file:\\\\localhost//> without base" ,
"Parsing: <file://\\/localhost//cat> without base" ,
"Parsing: <file://localhost//a//../..//> without base" ,
2023-03-24 23:27:49 -04:00
"Parsing: </////mouse> against <file:///elephant>" ,
"Parsing: <\\/localhost//pig> against <file://lion/>" ,
"Parsing: <//localhost//pig> against <file://lion/>" ,
"Parsing: </..//localhost//pig> against <file://lion/>" ,
"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>" ,
2023-06-08 16:56:05 -04:00
"Parsing: <file://example.net/C:/> without base" ,
"Parsing: <file://1.2.3.4/C:/> without base" ,
"Parsing: <file://[1::8]/C:/> without base" ,
2023-03-24 23:27:49 -04:00
"Parsing: <C|/> against <file://host/>" ,
"Parsing: </C:/> against <file://host/>" ,
"Parsing: <file:C:/> against <file://host/>" ,
"Parsing: <file:/C:/> against <file://host/>" ,
2023-06-08 16:56:05 -04:00
"Parsing: <file://localhost//a//../..//foo> without base" ,
"Parsing: <file://localhost////foo> without base" ,
"Parsing: <file:////foo> without base" ,
2023-03-24 23:27:49 -04:00
"Parsing: <file:////one/two> against <file:///>" ,
"Parsing: <////one/two> against <file:///>" ,
"Parsing: <file:///.//> against <file:////>" ,
2023-06-08 16:56:05 -04:00
"Parsing: <file:.//p> without base" ,
2024-02-07 09:46:44 -05:00
"Parsing: <file:/.//p> without base" ,
"Parsing: </\\//\\/a/../> against <file:///>"
2023-03-24 23:27:49 -04:00
] ,
"url-constructor.any.worker.html?include=javascript" : true ,
"url-constructor.any.worker.html?include=mailto" : true ,
2023-08-21 05:53:52 -04:00
"url-setters-a-area.window.html?exclude=(file|javascript|mailto)" : [
"<a>: Setting <a://example.net>.protocol = '' The empty string is not a valid scheme. Setter leaves the URL unchanged." ,
"<area>: Setting <a://example.net>.protocol = '' The empty string is not a valid scheme. Setter leaves the URL unchanged." ,
"<a>: Setting <a://example.net>.protocol = 'b'" ,
"<area>: Setting <a://example.net>.protocol = 'b'" ,
"<a>: Setting <a://example.net>.protocol = 'B' Upper-case ASCII is lower-cased" ,
"<area>: Setting <a://example.net>.protocol = 'B' Upper-case ASCII is lower-cased" ,
"<a>: Setting <a://example.net>.protocol = 'é' Non-ASCII is rejected" ,
"<area>: Setting <a://example.net>.protocol = 'é' Non-ASCII is rejected" ,
"<a>: Setting <a://example.net>.protocol = '0b' No leading digit" ,
"<area>: Setting <a://example.net>.protocol = '0b' No leading digit" ,
"<a>: Setting <a://example.net>.protocol = '+b' No leading punctuation" ,
"<area>: Setting <a://example.net>.protocol = '+b' No leading punctuation" ,
"<a>: Setting <a://example.net>.protocol = 'bC0+-.'" ,
"<area>: Setting <a://example.net>.protocol = 'bC0+-.'" ,
"<a>: Setting <a://example.net>.protocol = 'b,c' Only some punctuation is acceptable" ,
"<area>: Setting <a://example.net>.protocol = 'b,c' Only some punctuation is acceptable" ,
"<a>: Setting <a://example.net>.protocol = 'bé' Non-ASCII is rejected" ,
"<area>: Setting <a://example.net>.protocol = 'bé' Non-ASCII is rejected" ,
"<a>: Setting <http://test@example.net>.protocol = 'file' Can’ t switch from URL containing username/password/port to file" ,
"<area>: Setting <http://test@example.net>.protocol = 'file' Can’ t switch from URL containing username/password/port to file" ,
"<a>: Setting <https://example.net:1234>.protocol = 'file'" ,
"<area>: Setting <https://example.net:1234>.protocol = 'file'" ,
"<a>: Setting <wss://x:x@example.net:1234>.protocol = 'file'" ,
"<area>: Setting <wss://x:x@example.net:1234>.protocol = 'file'" ,
"<a>: Setting <http://example.net>.protocol = 'b' Can’ t switch from special scheme to non-special" ,
"<area>: Setting <http://example.net>.protocol = 'b' Can’ t switch from special scheme to non-special" ,
"<a>: Setting <https://example.net>.protocol = 's'" ,
"<area>: Setting <https://example.net>.protocol = 's'" ,
"<a>: Setting <ftp://example.net>.protocol = 'test'" ,
"<area>: Setting <ftp://example.net>.protocol = 'test'" ,
"<a>: Setting <ssh://me@example.net>.protocol = 'http' Can’ t switch from non-special scheme to special" ,
"<area>: Setting <ssh://me@example.net>.protocol = 'http' Can’ t switch from non-special scheme to special" ,
"<a>: Setting <ssh://me@example.net>.protocol = 'https'" ,
"<area>: Setting <ssh://me@example.net>.protocol = 'https'" ,
"<a>: Setting <ssh://me@example.net>.protocol = 'file'" ,
"<area>: Setting <ssh://me@example.net>.protocol = 'file'" ,
"<a>: Setting <ssh://example.net>.protocol = 'file'" ,
"<area>: Setting <ssh://example.net>.protocol = 'file'" ,
"<a>: Setting <nonsense:///test>.protocol = 'https'" ,
"<area>: Setting <nonsense:///test>.protocol = 'https'" ,
"<a>: Setting <http://example.net>.protocol = 'https:foo : bar' Stuff after the first ':' is ignored" ,
"<area>: Setting <http://example.net>.protocol = 'https:foo : bar' Stuff after the first ':' is ignored" ,
"<a>: Setting <data:text/html,<p>Test>.protocol = 'view-source+data:foo : bar' Stuff after the first ':' is ignored" ,
"<area>: Setting <data:text/html,<p>Test>.protocol = 'view-source+data:foo : bar' Stuff after the first ':' is ignored" ,
"<a>: Setting <http://foo.com:443/>.protocol = 'https' Port is set to null if it is the default for new scheme." ,
"<area>: Setting <http://foo.com:443/>.protocol = 'https' Port is set to null if it is the default for new scheme." ,
"<a>: Setting <http://test/>.protocol = 'h\r\ntt\tps' Tab and newline are stripped" ,
"<area>: Setting <http://test/>.protocol = 'h\r\ntt\tps' Tab and newline are stripped" ,
"<a>: Setting <http://test/>.protocol = 'https\r'" ,
"<area>: Setting <http://test/>.protocol = 'https\r'" ,
"<a>: Setting <http://test/>.protocol = 'https\u0000' Non-tab/newline C0 controls result in no-op" ,
"<area>: Setting <http://test/>.protocol = 'https\u0000' Non-tab/newline C0 controls result in no-op" ,
"<a>: Setting <http://test/>.protocol = 'https\f'" ,
"<area>: Setting <http://test/>.protocol = 'https\f'" ,
"<a>: Setting <http://test/>.protocol = 'https\u000e'" ,
"<area>: Setting <http://test/>.protocol = 'https\u000e'" ,
"<a>: Setting <http://test/>.protocol = 'https '" ,
"<area>: Setting <http://test/>.protocol = 'https '" ,
"<a>: Setting <unix:/run/foo.socket>.username = 'me' No host means no username" ,
"<area>: Setting <unix:/run/foo.socket>.username = 'me' No host means no username" ,
"<a>: Setting <http://example.net>.username = 'me'" ,
"<area>: Setting <http://example.net>.username = 'me'" ,
"<a>: Setting <http://:secret@example.net>.username = 'me'" ,
"<area>: Setting <http://:secret@example.net>.username = 'me'" ,
"<a>: Setting <http://me@example.net>.username = ''" ,
"<area>: Setting <http://me@example.net>.username = ''" ,
"<a>: Setting <http://me:secret@example.net>.username = ''" ,
"<area>: Setting <http://me:secret@example.net>.username = ''" ,
"<a>: Setting <http://example.net>.username = '\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~Éé' UTF-8 percent encoding with the userinfo encode set." ,
"<area>: Setting <http://example.net>.username = '\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~Éé' UTF-8 percent encoding with the userinfo encode set." ,
"<a>: Setting <http://example.net>.username = '%c3%89té' Bytes already percent-encoded are left as-is." ,
"<area>: Setting <http://example.net>.username = '%c3%89té' Bytes already percent-encoded are left as-is." ,
"<a>: Setting <sc:///>.username = 'x'" ,
"<area>: Setting <sc:///>.username = 'x'" ,
"<a>: Setting <unix:/run/foo.socket>.password = 'secret' No host means no password" ,
"<area>: Setting <unix:/run/foo.socket>.password = 'secret' No host means no password" ,
"<a>: Setting <http://example.net>.password = 'secret'" ,
"<area>: Setting <http://example.net>.password = 'secret'" ,
"<a>: Setting <http://me@example.net>.password = 'secret'" ,
"<area>: Setting <http://me@example.net>.password = 'secret'" ,
"<a>: Setting <http://:secret@example.net>.password = ''" ,
"<area>: Setting <http://:secret@example.net>.password = ''" ,
"<a>: Setting <http://me:secret@example.net>.password = ''" ,
"<area>: Setting <http://me:secret@example.net>.password = ''" ,
"<a>: Setting <http://example.net>.password = '\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~Éé' UTF-8 percent encoding with the userinfo encode set." ,
"<area>: Setting <http://example.net>.password = '\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~Éé' UTF-8 percent encoding with the userinfo encode set." ,
"<a>: Setting <http://example.net>.password = '%c3%89té' Bytes already percent-encoded are left as-is." ,
"<area>: Setting <http://example.net>.password = '%c3%89té' Bytes already percent-encoded are left as-is." ,
"<a>: Setting <sc:///>.password = 'x'" ,
"<area>: Setting <sc:///>.password = 'x'" ,
"<a>: Setting <sc://x/>.host = '\u0000' Non-special scheme" ,
"<area>: Setting <sc://x/>.host = '\u0000' Non-special scheme" ,
"<a>: Setting <sc://x/>.host = '\t'" ,
"<area>: Setting <sc://x/>.host = '\t'" ,
"<a>: Setting <sc://x/>.host = '\n'" ,
"<area>: Setting <sc://x/>.host = '\n'" ,
"<a>: Setting <sc://x/>.host = '\r'" ,
"<area>: Setting <sc://x/>.host = '\r'" ,
"<a>: Setting <sc://x/>.host = ' '" ,
"<area>: Setting <sc://x/>.host = ' '" ,
"<a>: Setting <sc://x/>.host = '#'" ,
"<area>: Setting <sc://x/>.host = '#'" ,
"<a>: Setting <sc://x/>.host = '/'" ,
"<area>: Setting <sc://x/>.host = '/'" ,
"<a>: Setting <sc://x/>.host = '?'" ,
"<area>: Setting <sc://x/>.host = '?'" ,
"<a>: Setting <sc://x/>.host = '@'" ,
"<area>: Setting <sc://x/>.host = '@'" ,
"<a>: Setting <sc://x/>.host = 'ß'" ,
"<area>: Setting <sc://x/>.host = 'ß'" ,
"<a>: Setting <https://x/>.host = 'ß' IDNA Nontransitional_Processing" ,
"<area>: Setting <https://x/>.host = 'ß' IDNA Nontransitional_Processing" ,
"<a>: Setting <data:text/plain,Stuff>.host = 'example.net' Cannot-be-a-base means no host" ,
"<area>: Setting <data:text/plain,Stuff>.host = 'example.net' Cannot-be-a-base means no host" ,
"<a>: Setting <http://example.net>.host = 'example.com:8080'" ,
"<area>: Setting <http://example.net>.host = 'example.com:8080'" ,
"<a>: Setting <http://example.net:8080>.host = 'example.com' Port number is unchanged if not specified in the new value" ,
"<area>: Setting <http://example.net:8080>.host = 'example.com' Port number is unchanged if not specified in the new value" ,
"<a>: Setting <http://example.net:8080>.host = 'example.com:' Port number is unchanged if not specified" ,
"<area>: Setting <http://example.net:8080>.host = 'example.com:' Port number is unchanged if not specified" ,
"<a>: Setting <http://example.net>.host = '' The empty host is not valid for special schemes" ,
"<area>: Setting <http://example.net>.host = '' The empty host is not valid for special schemes" ,
"<a>: Setting <view-source+http://example.net/foo>.host = '' The empty host is OK for non-special schemes" ,
"<area>: Setting <view-source+http://example.net/foo>.host = '' The empty host is OK for non-special schemes" ,
"<a>: Setting <a:/foo>.host = 'example.net' Path-only URLs can gain a host" ,
"<area>: Setting <a:/foo>.host = 'example.net' Path-only URLs can gain a host" ,
"<a>: Setting <http://example.net>.host = '0x7F000001:8080' IPv4 address syntax is normalized" ,
"<area>: Setting <http://example.net>.host = '0x7F000001:8080' IPv4 address syntax is normalized" ,
"<a>: Setting <http://example.net>.host = '[::0:01]:2' IPv6 address syntax is normalized" ,
"<area>: Setting <http://example.net>.host = '[::0:01]:2' IPv6 address syntax is normalized" ,
"<a>: Setting <http://example.net>.host = '[2001:db8::2]:4002' IPv6 literal address with port, crbug.com/1012416" ,
"<area>: Setting <http://example.net>.host = '[2001:db8::2]:4002' IPv6 literal address with port, crbug.com/1012416" ,
"<a>: Setting <http://example.net>.host = 'example.com:80' Default port number is removed" ,
"<area>: Setting <http://example.net>.host = 'example.com:80' Default port number is removed" ,
"<a>: Setting <https://example.net>.host = 'example.com:443' Default port number is removed" ,
"<area>: Setting <https://example.net>.host = 'example.com:443' Default port number is removed" ,
"<a>: Setting <https://example.net>.host = 'example.com:80' Default port number is only removed for the relevant scheme" ,
"<area>: Setting <https://example.net>.host = 'example.com:80' Default port number is only removed for the relevant scheme" ,
"<a>: Setting <http://example.net:8080>.host = 'example.com:80' Port number is removed if new port is scheme default and existing URL has a non-default port" ,
"<area>: Setting <http://example.net:8080>.host = 'example.com:80' Port number is removed if new port is scheme default and existing URL has a non-default port" ,
"<a>: Setting <http://example.net/path>.host = 'example.com/stuff' Stuff after a / delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.host = 'example.com/stuff' Stuff after a / delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.host = 'example.com:8080/stuff' Stuff after a / delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.host = 'example.com:8080/stuff' Stuff after a / delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.host = 'example.com?stuff' Stuff after a ? delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.host = 'example.com?stuff' Stuff after a ? delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.host = 'example.com:8080?stuff' Stuff after a ? delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.host = 'example.com:8080?stuff' Stuff after a ? delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.host = 'example.com#stuff' Stuff after a # delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.host = 'example.com#stuff' Stuff after a # delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.host = 'example.com:8080#stuff' Stuff after a # delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.host = 'example.com:8080#stuff' Stuff after a # delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.host = 'example.com\\stuff' Stuff after a \\ delimiter is ignored for special schemes" ,
"<area>: Setting <http://example.net/path>.host = 'example.com\\stuff' Stuff after a \\ delimiter is ignored for special schemes" ,
"<a>: Setting <http://example.net/path>.host = 'example.com:8080\\stuff' Stuff after a \\ delimiter is ignored for special schemes" ,
"<area>: Setting <http://example.net/path>.host = 'example.com:8080\\stuff' Stuff after a \\ delimiter is ignored for special schemes" ,
"<a>: Setting <view-source+http://example.net/path>.host = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts" ,
"<area>: Setting <view-source+http://example.net/path>.host = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts" ,
"<a>: Setting <view-source+http://example.net/path>.host = 'example.com:8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<area>: Setting <view-source+http://example.net/path>.host = 'example.com:8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<a>: Setting <http://example.net/path>.host = 'example.com:8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<area>: Setting <http://example.net/path>.host = 'example.com:8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<a>: Setting <http://example.net/path>.host = 'example.com:8080+2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<area>: Setting <http://example.net/path>.host = 'example.com:8080+2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<a>: Setting <http://example.net/path>.host = 'example.com:65535' Port numbers are 16 bit integers" ,
"<area>: Setting <http://example.net/path>.host = 'example.com:65535' Port numbers are 16 bit integers" ,
"<a>: Setting <http://example.net/path>.host = 'example.com:65536' Port numbers are 16 bit integers, overflowing is an error. Hostname is still set, though." ,
"<area>: Setting <http://example.net/path>.host = 'example.com:65536' Port numbers are 16 bit integers, overflowing is an error. Hostname is still set, though." ,
"<a>: Setting <http://example.net/>.host = '[google.com]' Broken IPv6" ,
"<area>: Setting <http://example.net/>.host = '[google.com]' Broken IPv6" ,
"<a>: Setting <http://example.net/>.host = '[::1.2.3.4x]'" ,
"<area>: Setting <http://example.net/>.host = '[::1.2.3.4x]'" ,
"<a>: Setting <http://example.net/>.host = '[::1.2.3.]'" ,
"<area>: Setting <http://example.net/>.host = '[::1.2.3.]'" ,
"<a>: Setting <http://example.net/>.host = '[::1.2.]'" ,
"<area>: Setting <http://example.net/>.host = '[::1.2.]'" ,
"<a>: Setting <http://example.net/>.host = '[::1.]'" ,
"<area>: Setting <http://example.net/>.host = '[::1.]'" ,
"<a>: Setting <sc://test@test/>.host = ''" ,
"<area>: Setting <sc://test@test/>.host = ''" ,
"<a>: Setting <sc://test:12/>.host = ''" ,
"<area>: Setting <sc://test:12/>.host = ''" ,
"<a>: Setting <http://example.com/>.host = '///bad.com' Leading / is not stripped" ,
"<area>: Setting <http://example.com/>.host = '///bad.com' Leading / is not stripped" ,
"<a>: Setting <sc://example.com/>.host = '///bad.com' Leading / is not stripped" ,
"<area>: Setting <sc://example.com/>.host = '///bad.com' Leading / is not stripped" ,
"<a>: Setting <https://example.com/>.host = 'a%C2%ADb'" ,
"<area>: Setting <https://example.com/>.host = 'a%C2%ADb'" ,
"<a>: Setting <https://example.com/>.host = ' '" ,
"<area>: Setting <https://example.com/>.host = ' '" ,
"<a>: Setting <https://example.com/>.host = '%C2%AD'" ,
"<area>: Setting <https://example.com/>.host = '%C2%AD'" ,
"<a>: Setting <https://example.com/>.host = 'xn--'" ,
"<area>: Setting <https://example.com/>.host = 'xn--'" ,
"<a>: Setting <sc://x/>.hostname = '\u0000' Non-special scheme" ,
"<area>: Setting <sc://x/>.hostname = '\u0000' Non-special scheme" ,
"<a>: Setting <sc://x/>.hostname = '\t'" ,
"<area>: Setting <sc://x/>.hostname = '\t'" ,
"<a>: Setting <sc://x/>.hostname = '\n'" ,
"<area>: Setting <sc://x/>.hostname = '\n'" ,
"<a>: Setting <sc://x/>.hostname = '\r'" ,
"<area>: Setting <sc://x/>.hostname = '\r'" ,
"<a>: Setting <sc://x/>.hostname = ' '" ,
"<area>: Setting <sc://x/>.hostname = ' '" ,
"<a>: Setting <sc://x/>.hostname = '#'" ,
"<area>: Setting <sc://x/>.hostname = '#'" ,
"<a>: Setting <sc://x/>.hostname = '/'" ,
"<area>: Setting <sc://x/>.hostname = '/'" ,
"<a>: Setting <sc://x/>.hostname = '?'" ,
"<area>: Setting <sc://x/>.hostname = '?'" ,
"<a>: Setting <sc://x/>.hostname = '@'" ,
"<area>: Setting <sc://x/>.hostname = '@'" ,
"<a>: Setting <data:text/plain,Stuff>.hostname = 'example.net' Cannot-be-a-base means no host" ,
"<area>: Setting <data:text/plain,Stuff>.hostname = 'example.net' Cannot-be-a-base means no host" ,
"<a>: Setting <http://example.net:8080>.hostname = 'example.com'" ,
"<area>: Setting <http://example.net:8080>.hostname = 'example.com'" ,
"<a>: Setting <http://example.net>.hostname = '' The empty host is not valid for special schemes" ,
"<area>: Setting <http://example.net>.hostname = '' The empty host is not valid for special schemes" ,
"<a>: Setting <view-source+http://example.net/foo>.hostname = '' The empty host is OK for non-special schemes" ,
"<area>: Setting <view-source+http://example.net/foo>.hostname = '' The empty host is OK for non-special schemes" ,
"<a>: Setting <a:/foo>.hostname = 'example.net' Path-only URLs can gain a host" ,
"<area>: Setting <a:/foo>.hostname = 'example.net' Path-only URLs can gain a host" ,
"<a>: Setting <http://example.net:8080>.hostname = '0x7F000001' IPv4 address syntax is normalized" ,
"<area>: Setting <http://example.net:8080>.hostname = '0x7F000001' IPv4 address syntax is normalized" ,
"<a>: Setting <http://example.net>.hostname = '[::0:01]' IPv6 address syntax is normalized" ,
"<area>: Setting <http://example.net>.hostname = '[::0:01]' IPv6 address syntax is normalized" ,
"<a>: Setting <http://example.net/path>.hostname = 'example.com:8080' : delimiter invalidates entire value" ,
"<area>: Setting <http://example.net/path>.hostname = 'example.com:8080' : delimiter invalidates entire value" ,
"<a>: Setting <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value" ,
"<area>: Setting <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value" ,
"<a>: Setting <http://example.net/path>.hostname = 'example.com/stuff' Stuff after a / delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.hostname = 'example.com/stuff' Stuff after a / delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.hostname = 'example.com?stuff' Stuff after a ? delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.hostname = 'example.com?stuff' Stuff after a ? delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.hostname = 'example.com#stuff' Stuff after a # delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.hostname = 'example.com#stuff' Stuff after a # delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.hostname = 'example.com\\stuff' Stuff after a \\ delimiter is ignored for special schemes" ,
"<area>: Setting <http://example.net/path>.hostname = 'example.com\\stuff' Stuff after a \\ delimiter is ignored for special schemes" ,
"<a>: Setting <view-source+http://example.net/path>.hostname = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts" ,
"<area>: Setting <view-source+http://example.net/path>.hostname = 'example.com\\stuff' \\ is not a delimiter for non-special schemes, but still forbidden in hosts" ,
"<a>: Setting <http://example.net/>.hostname = '[google.com]' Broken IPv6" ,
"<area>: Setting <http://example.net/>.hostname = '[google.com]' Broken IPv6" ,
"<a>: Setting <http://example.net/>.hostname = '[::1.2.3.4x]'" ,
"<area>: Setting <http://example.net/>.hostname = '[::1.2.3.4x]'" ,
"<a>: Setting <http://example.net/>.hostname = '[::1.2.3.]'" ,
"<area>: Setting <http://example.net/>.hostname = '[::1.2.3.]'" ,
"<a>: Setting <http://example.net/>.hostname = '[::1.2.]'" ,
"<area>: Setting <http://example.net/>.hostname = '[::1.2.]'" ,
"<a>: Setting <http://example.net/>.hostname = '[::1.]'" ,
"<area>: Setting <http://example.net/>.hostname = '[::1.]'" ,
"<a>: Setting <sc://test@test/>.hostname = ''" ,
"<area>: Setting <sc://test@test/>.hostname = ''" ,
"<a>: Setting <sc://test:12/>.hostname = ''" ,
"<area>: Setting <sc://test:12/>.hostname = ''" ,
"<a>: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path" ,
"<area>: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path" ,
"<a>: Setting <non-spec:/.//p>.hostname = ''" ,
"<area>: Setting <non-spec:/.//p>.hostname = ''" ,
"<a>: Setting <http://example.com/>.hostname = '///bad.com' Leading / is not stripped" ,
"<area>: Setting <http://example.com/>.hostname = '///bad.com' Leading / is not stripped" ,
"<a>: Setting <sc://example.com/>.hostname = '///bad.com' Leading / is not stripped" ,
"<area>: Setting <sc://example.com/>.hostname = '///bad.com' Leading / is not stripped" ,
"<a>: Setting <https://example.com/>.hostname = 'a%C2%ADb'" ,
"<area>: Setting <https://example.com/>.hostname = 'a%C2%ADb'" ,
"<a>: Setting <https://example.com/>.hostname = ' '" ,
"<area>: Setting <https://example.com/>.hostname = ' '" ,
"<a>: Setting <https://example.com/>.hostname = '%C2%AD'" ,
"<area>: Setting <https://example.com/>.hostname = '%C2%AD'" ,
"<a>: Setting <https://example.com/>.hostname = 'xn--'" ,
"<area>: Setting <https://example.com/>.hostname = 'xn--'" ,
"<a>: Setting <http://example.net>.port = '8080'" ,
"<area>: Setting <http://example.net>.port = '8080'" ,
"<a>: Setting <http://example.net:8080>.port = '' Port number is removed if empty is the new value" ,
"<area>: Setting <http://example.net:8080>.port = '' Port number is removed if empty is the new value" ,
"<a>: Setting <http://example.net:8080>.port = '80' Default port number is removed" ,
"<area>: Setting <http://example.net:8080>.port = '80' Default port number is removed" ,
"<a>: Setting <https://example.net:4433>.port = '443' Default port number is removed" ,
"<area>: Setting <https://example.net:4433>.port = '443' Default port number is removed" ,
"<a>: Setting <https://example.net>.port = '80' Default port number is only removed for the relevant scheme" ,
"<area>: Setting <https://example.net>.port = '80' Default port number is only removed for the relevant scheme" ,
"<a>: Setting <http://example.net/path>.port = '8080/stuff' Stuff after a / delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.port = '8080/stuff' Stuff after a / delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.port = '8080?stuff' Stuff after a ? delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.port = '8080?stuff' Stuff after a ? delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.port = '8080#stuff' Stuff after a # delimiter is ignored" ,
"<area>: Setting <http://example.net/path>.port = '8080#stuff' Stuff after a # delimiter is ignored" ,
"<a>: Setting <http://example.net/path>.port = '8080\\stuff' Stuff after a \\ delimiter is ignored for special schemes" ,
"<area>: Setting <http://example.net/path>.port = '8080\\stuff' Stuff after a \\ delimiter is ignored for special schemes" ,
"<a>: Setting <view-source+http://example.net/path>.port = '8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<area>: Setting <view-source+http://example.net/path>.port = '8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<a>: Setting <http://example.net/path>.port = '8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<area>: Setting <http://example.net/path>.port = '8080stuff2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<a>: Setting <http://example.net/path>.port = '8080+2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<area>: Setting <http://example.net/path>.port = '8080+2' Anything other than ASCII digit stops the port parser in a setter but is not an error" ,
"<a>: Setting <http://example.net/path>.port = '65535' Port numbers are 16 bit integers" ,
"<area>: Setting <http://example.net/path>.port = '65535' Port numbers are 16 bit integers" ,
"<a>: Setting <http://example.net:8080/path>.port = '65536' Port numbers are 16 bit integers, overflowing is an error" ,
"<area>: Setting <http://example.net:8080/path>.port = '65536' Port numbers are 16 bit integers, overflowing is an error" ,
"<a>: Setting <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number" ,
"<area>: Setting <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number" ,
"<a>: Setting <non-special://example.net:8080/path>.port = '65536' Port numbers are 16 bit integers, overflowing is an error" ,
"<area>: Setting <non-special://example.net:8080/path>.port = '65536' Port numbers are 16 bit integers, overflowing is an error" ,
"<a>: Setting <non-base:value>.port = '12'" ,
"<area>: Setting <non-base:value>.port = '12'" ,
"<a>: Setting <sc:///>.port = '12'" ,
"<area>: Setting <sc:///>.port = '12'" ,
"<a>: Setting <sc://x/>.port = '12'" ,
"<area>: Setting <sc://x/>.port = '12'" ,
"<a>: Setting <https://domain.com:443>.port = '\t8080' Leading u0009 on special scheme" ,
"<area>: Setting <https://domain.com:443>.port = '\t8080' Leading u0009 on special scheme" ,
"<a>: Setting <wpt++://domain.com:443>.port = '\t8080' Leading u0009 on non-special scheme" ,
"<area>: Setting <wpt++://domain.com:443>.port = '\t8080' Leading u0009 on non-special scheme" ,
"<a>: Setting <https://www.google.com:4343>.port = '4wpt' Should use all ascii prefixed characters as port" ,
"<area>: Setting <https://www.google.com:4343>.port = '4wpt' Should use all ascii prefixed characters as port" ,
"<a>: Setting <data:original>.pathname = 'new value'" ,
"<area>: Setting <data:original>.pathname = 'new value'" ,
"<a>: Setting <sc:original>.pathname = 'new value'" ,
"<area>: Setting <sc:original>.pathname = 'new value'" ,
"<a>: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased" ,
"<area>: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased" ,
"<a>: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased" ,
"<area>: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased" ,
"<a>: Setting <foo:/some/path>.pathname = '' Path-only URLs cannot have their paths erased" ,
"<area>: Setting <foo:/some/path>.pathname = '' Path-only URLs cannot have their paths erased" ,
"<a>: Setting <foo:/some/path>.pathname = 'test' Path-only URLs always have an initial slash" ,
"<area>: Setting <foo:/some/path>.pathname = 'test' Path-only URLs always have an initial slash" ,
"<a>: Setting <unix:/run/foo.socket?timeout=10>.pathname = '/var/log/../run/bar.socket'" ,
"<area>: Setting <unix:/run/foo.socket?timeout=10>.pathname = '/var/log/../run/bar.socket'" ,
"<a>: Setting <https://example.net#nav>.pathname = 'home'" ,
"<area>: Setting <https://example.net#nav>.pathname = 'home'" ,
"<a>: Setting <https://example.net#nav>.pathname = '../home'" ,
"<area>: Setting <https://example.net#nav>.pathname = '../home'" ,
"<a>: Setting <http://example.net/home?lang=fr#nav>.pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is a segment delimiter for 'special' URLs" ,
"<area>: Setting <http://example.net/home?lang=fr#nav>.pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is a segment delimiter for 'special' URLs" ,
"<a>: Setting <view-source+http://example.net/home?lang=fr#nav>.pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is *not* a segment delimiter for non-'special' URLs" ,
"<area>: Setting <view-source+http://example.net/home?lang=fr#nav>.pathname = '\\a\\%2E\\b\\%2e.\\c' \\ is *not* a segment delimiter for non-'special' URLs" ,
"<a>: Setting <a:/>.pathname = '\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~Éé' UTF-8 percent encoding with the default encode set. Tabs and newlines are removed." ,
"<area>: Setting <a:/>.pathname = '\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~Éé' UTF-8 percent encoding with the default encode set. Tabs and newlines are removed." ,
"<a>: Setting <http://example.net>.pathname = '%2e%2E%c3%89té' Bytes already percent-encoded are left as-is, including %2E outside dotted segments." ,
"<area>: Setting <http://example.net>.pathname = '%2e%2E%c3%89té' Bytes already percent-encoded are left as-is, including %2E outside dotted segments." ,
"<a>: Setting <http://example.net>.pathname = '?' ? needs to be encoded" ,
"<area>: Setting <http://example.net>.pathname = '?' ? needs to be encoded" ,
"<a>: Setting <http://example.net>.pathname = '#' # needs to be encoded" ,
"<area>: Setting <http://example.net>.pathname = '#' # needs to be encoded" ,
"<a>: Setting <sc://example.net>.pathname = '?' ? needs to be encoded, non-special scheme" ,
"<area>: Setting <sc://example.net>.pathname = '?' ? needs to be encoded, non-special scheme" ,
"<a>: Setting <sc://example.net>.pathname = '#' # needs to be encoded, non-special scheme" ,
"<area>: Setting <sc://example.net>.pathname = '#' # needs to be encoded, non-special scheme" ,
"<a>: Setting <http://example.net>.pathname = '/?é' ? doesn't mess up encoding" ,
"<area>: Setting <http://example.net>.pathname = '/?é' ? doesn't mess up encoding" ,
"<a>: Setting <http://example.net>.pathname = '/#é' # doesn't mess up encoding" ,
"<area>: Setting <http://example.net>.pathname = '/#é' # doesn't mess up encoding" ,
"<a>: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path" ,
"<area>: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path" ,
"<a>: Setting <non-spec:/>.pathname = '/..//p'" ,
"<area>: Setting <non-spec:/>.pathname = '/..//p'" ,
"<a>: Setting <non-spec:/>.pathname = '//p'" ,
"<area>: Setting <non-spec:/>.pathname = '//p'" ,
"<a>: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path" ,
"<area>: Setting <non-spec:/.//>.pathname = 'p' Drop /. from path" ,
"<a>: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020" ,
"<area>: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020" ,
"<a>: Setting <sc:/nospace>.pathname = 'space '" ,
"<area>: Setting <sc:/nospace>.pathname = 'space '" ,
2023-10-09 23:01:01 -04:00
"<a>: Setting <http://example.net>.pathname = ' ' Trailing space should be encoded" ,
"<area>: Setting <http://example.net>.pathname = ' ' Trailing space should be encoded" ,
"<a>: Setting <http://example.net>.pathname = '\u0000' Trailing C0 control should be encoded" ,
"<area>: Setting <http://example.net>.pathname = '\u0000' Trailing C0 control should be encoded" ,
2023-08-21 05:53:52 -04:00
"<a>: Setting <https://example.net#nav>.search = 'lang=fr'" ,
"<area>: Setting <https://example.net#nav>.search = 'lang=fr'" ,
"<a>: Setting <https://example.net?lang=en-US#nav>.search = 'lang=fr'" ,
"<area>: Setting <https://example.net?lang=en-US#nav>.search = 'lang=fr'" ,
"<a>: Setting <https://example.net?lang=en-US#nav>.search = '?lang=fr'" ,
"<area>: Setting <https://example.net?lang=en-US#nav>.search = '?lang=fr'" ,
"<a>: Setting <https://example.net?lang=en-US#nav>.search = '??lang=fr'" ,
"<area>: Setting <https://example.net?lang=en-US#nav>.search = '??lang=fr'" ,
"<a>: Setting <https://example.net?lang=en-US#nav>.search = '?'" ,
"<area>: Setting <https://example.net?lang=en-US#nav>.search = '?'" ,
"<a>: Setting <https://example.net?lang=en-US#nav>.search = ''" ,
"<area>: Setting <https://example.net?lang=en-US#nav>.search = ''" ,
"<a>: Setting <https://example.net?lang=en-US>.search = ''" ,
"<area>: Setting <https://example.net?lang=en-US>.search = ''" ,
"<a>: Setting <https://example.net>.search = ''" ,
"<area>: Setting <https://example.net>.search = ''" ,
"<a>: Setting <a:/>.search = '\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed." ,
"<area>: Setting <a:/>.search = '\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~Éé' UTF-8 percent encoding with the query encode set. Tabs and newlines are removed." ,
"<a>: Setting <http://example.net>.search = '%c3%89té' Bytes already percent-encoded are left as-is" ,
"<area>: Setting <http://example.net>.search = '%c3%89té' Bytes already percent-encoded are left as-is" ,
"<a>: Setting <data:space ?query>.search = '' Drop trailing spaces from trailing opaque paths" ,
"<area>: Setting <data:space ?query>.search = '' Drop trailing spaces from trailing opaque paths" ,
"<a>: Setting <sc:space ?query>.search = ''" ,
"<area>: Setting <sc:space ?query>.search = ''" ,
"<a>: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths" ,
"<area>: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths" ,
"<a>: Setting <sc:space ?query#fragment>.search = ''" ,
"<area>: Setting <sc:space ?query#fragment>.search = ''" ,
2023-10-09 23:01:01 -04:00
"<a>: Setting <http://example.net>.search = ' ' Trailing space should be encoded" ,
"<area>: Setting <http://example.net>.search = ' ' Trailing space should be encoded" ,
"<a>: Setting <http://example.net>.search = '\u0000' Trailing C0 control should be encoded" ,
"<area>: Setting <http://example.net>.search = '\u0000' Trailing C0 control should be encoded" ,
2023-08-21 05:53:52 -04:00
"<a>: Setting <https://example.net>.hash = 'main'" ,
"<area>: Setting <https://example.net>.hash = 'main'" ,
"<a>: Setting <https://example.net#nav>.hash = 'main'" ,
"<area>: Setting <https://example.net#nav>.hash = 'main'" ,
"<a>: Setting <https://example.net?lang=en-US>.hash = '##nav'" ,
"<area>: Setting <https://example.net?lang=en-US>.hash = '##nav'" ,
"<a>: Setting <https://example.net?lang=en-US#nav>.hash = '#main'" ,
"<area>: Setting <https://example.net?lang=en-US#nav>.hash = '#main'" ,
"<a>: Setting <https://example.net?lang=en-US#nav>.hash = '#'" ,
"<area>: Setting <https://example.net?lang=en-US#nav>.hash = '#'" ,
"<a>: Setting <https://example.net?lang=en-US#nav>.hash = ''" ,
"<area>: Setting <https://example.net?lang=en-US#nav>.hash = ''" ,
"<a>: Setting <http://example.net>.hash = '#foo bar'" ,
"<area>: Setting <http://example.net>.hash = '#foo bar'" ,
"<a>: Setting <http://example.net>.hash = '#foo\"bar'" ,
"<area>: Setting <http://example.net>.hash = '#foo\"bar'" ,
"<a>: Setting <http://example.net>.hash = '#foo<bar'" ,
"<area>: Setting <http://example.net>.hash = '#foo<bar'" ,
"<a>: Setting <http://example.net>.hash = '#foo>bar'" ,
"<area>: Setting <http://example.net>.hash = '#foo>bar'" ,
"<a>: Setting <http://example.net>.hash = '#foo`bar'" ,
"<area>: Setting <http://example.net>.hash = '#foo`bar'" ,
"<a>: Setting <a:/>.hash = '\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~Éé' Simple percent-encoding; tabs and newlines are removed" ,
"<area>: Setting <a:/>.hash = '\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~Éé' Simple percent-encoding; tabs and newlines are removed" ,
"<a>: Setting <http://example.net>.hash = 'a\u0000b' Percent-encode NULLs in fragment" ,
"<area>: Setting <http://example.net>.hash = 'a\u0000b' Percent-encode NULLs in fragment" ,
"<a>: Setting <non-spec:/>.hash = 'a\u0000b' Percent-encode NULLs in fragment" ,
"<area>: Setting <non-spec:/>.hash = 'a\u0000b' Percent-encode NULLs in fragment" ,
"<a>: Setting <http://example.net>.hash = '%c3%89té' Bytes already percent-encoded are left as-is" ,
"<area>: Setting <http://example.net>.hash = '%c3%89té' Bytes already percent-encoded are left as-is" ,
"<a>: Setting <data:space #fragment>.hash = '' Drop trailing spaces from trailing opaque paths" ,
"<area>: Setting <data:space #fragment>.hash = '' Drop trailing spaces from trailing opaque paths" ,
"<a>: Setting <sc:space #fragment>.hash = ''" ,
"<area>: Setting <sc:space #fragment>.hash = ''" ,
"<a>: Setting <data:space ?query#fragment>.hash = '' Do not drop trailing spaces from non-trailing opaque paths" ,
"<area>: Setting <data:space ?query#fragment>.hash = '' Do not drop trailing spaces from non-trailing opaque paths" ,
"<a>: Setting <sc:space ?query#fragment>.hash = ''" ,
2023-10-09 23:01:01 -04:00
"<area>: Setting <sc:space ?query#fragment>.hash = ''" ,
"<a>: Setting <http://example.net>.hash = ' ' Trailing space should be encoded" ,
"<area>: Setting <http://example.net>.hash = ' ' Trailing space should be encoded" ,
"<a>: Setting <http://example.net>.hash = '\u0000' Trailing C0 control should be encoded" ,
"<area>: Setting <http://example.net>.hash = '\u0000' Trailing C0 control should be encoded"
2023-08-21 05:53:52 -04:00
] ,
"url-setters-a-area.window.html?include=file" : [
"<a>: Setting <file://localhost/>.protocol = 'http' Can’ t switch from file URL with no host" ,
"<area>: Setting <file://localhost/>.protocol = 'http' Can’ t switch from file URL with no host" ,
"<a>: Setting <file:///test>.protocol = 'https'" ,
"<area>: Setting <file:///test>.protocol = 'https'" ,
"<a>: Setting <file:>.protocol = 'wss'" ,
"<area>: Setting <file:>.protocol = 'wss'" ,
"<a>: Setting <file://hi/path>.protocol = 's'" ,
"<area>: Setting <file://hi/path>.protocol = 's'" ,
"<a>: Setting <file:///home/you/index.html>.username = 'me' No host means no username" ,
"<area>: Setting <file:///home/you/index.html>.username = 'me' No host means no username" ,
"<a>: Setting <file://test/>.username = 'test'" ,
"<area>: Setting <file://test/>.username = 'test'" ,
"<a>: Setting <file:///home/me/index.html>.password = 'secret' No host means no password" ,
"<area>: Setting <file:///home/me/index.html>.password = 'secret' No host means no password" ,
"<a>: Setting <file://test/>.password = 'test'" ,
"<area>: Setting <file://test/>.password = 'test'" ,
"<a>: Setting <file://y/>.host = 'x:123'" ,
"<area>: Setting <file://y/>.host = 'x:123'" ,
"<a>: Setting <file://y/>.host = 'loc%41lhost'" ,
"<area>: Setting <file://y/>.host = 'loc%41lhost'" ,
"<a>: Setting <file://hi/x>.host = ''" ,
"<area>: Setting <file://hi/x>.host = ''" ,
"<a>: Setting <file://y/>.hostname = 'x:123'" ,
"<area>: Setting <file://y/>.hostname = 'x:123'" ,
"<a>: Setting <file://y/>.hostname = 'loc%41lhost'" ,
"<area>: Setting <file://y/>.hostname = 'loc%41lhost'" ,
"<a>: Setting <file://hi/x>.hostname = ''" ,
"<area>: Setting <file://hi/x>.hostname = ''" ,
"<a>: Setting <file://test/>.port = '12'" ,
"<area>: Setting <file://test/>.port = '12'" ,
"<a>: Setting <file://localhost/>.port = '12'" ,
"<area>: Setting <file://localhost/>.port = '12'" ,
"<a>: Setting <file:///some/path>.pathname = '' Special URLs cannot have their paths erased" ,
"<area>: Setting <file:///some/path>.pathname = '' Special URLs cannot have their paths erased" ,
"<a>: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes" ,
"<area>: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes" ,
"<a>: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes" ,
"<area>: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes" ,
"<a>: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes" ,
"<area>: Setting <file:///unicorn>.pathname = '//monkey/..//' File URLs and (back)slashes" ,
"<a>: Setting <file:///var/log/system.log>.href = 'http://0300.168.0xF0'" ,
"<area>: Setting <file:///var/log/system.log>.href = 'http://0300.168.0xF0'"
] ,
"url-setters-a-area.window.html?include=javascript" : [
"<a>: Setting <javascript:alert(1)>.protocol = 'defuse'" ,
"<area>: Setting <javascript:alert(1)>.protocol = 'defuse'" ,
"<a>: Setting <javascript:alert(1)>.username = 'wario'" ,
"<area>: Setting <javascript:alert(1)>.username = 'wario'" ,
"<a>: Setting <javascript://x/>.username = 'wario'" ,
"<area>: Setting <javascript://x/>.username = 'wario'" ,
"<a>: Setting <javascript://x/>.password = 'bowser'" ,
"<area>: Setting <javascript://x/>.password = 'bowser'" ,
"<a>: Setting <javascript://x/>.port = '12'" ,
"<area>: Setting <javascript://x/>.port = '12'" ,
"<a>: Setting <javascript:alert(1)>.hash = 'castle'" ,
"<area>: Setting <javascript:alert(1)>.hash = 'castle'"
] ,
"url-setters-a-area.window.html?include=mailto" : [
"<a>: Setting <mailto:me@example.net>.protocol = 'http' Cannot-be-a-base URL doesn’ t have a host, but URL in a special scheme must." ,
"<area>: Setting <mailto:me@example.net>.protocol = 'http' Cannot-be-a-base URL doesn’ t have a host, but URL in a special scheme must." ,
"<a>: Setting <mailto:you@example.net>.username = 'me' Cannot-be-a-base means no username" ,
"<area>: Setting <mailto:you@example.net>.username = 'me' Cannot-be-a-base means no username" ,
"<a>: Setting <mailto:me@example.net>.password = 'secret' Cannot-be-a-base means no password" ,
"<area>: Setting <mailto:me@example.net>.password = 'secret' Cannot-be-a-base means no password" ,
"<a>: Setting <mailto:me@example.net>.host = 'example.com' Cannot-be-a-base means no host" ,
"<area>: Setting <mailto:me@example.net>.host = 'example.com' Cannot-be-a-base means no host" ,
"<a>: Setting <mailto:me@example.net>.hostname = 'example.com' Cannot-be-a-base means no host" ,
"<area>: Setting <mailto:me@example.net>.hostname = 'example.com' Cannot-be-a-base means no host" ,
"<a>: Setting <mailto:me@example.net>.pathname = '/foo' Opaque paths cannot be set" ,
"<area>: Setting <mailto:me@example.net>.pathname = '/foo' Opaque paths cannot be set"
] ,
2023-03-24 23:27:49 -04:00
"url-setters.any.html?exclude=(file|javascript|mailto)" : [
"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 <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number" ,
"URL: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased" ,
"URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased" ,
"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" ,
2023-08-21 05:53:52 -04:00
"URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths" ,
"URL: Setting <sc:space ?query#fragment>.search = ''"
2023-03-24 23:27:49 -04:00
] ,
"url-setters.any.html?include=file" : [
"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-setters.any.html?include=javascript" : true ,
"url-setters.any.html?include=mailto" : true ,
"url-setters.any.worker.html?exclude=(file|javascript|mailto)" : [
"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 <http://example.net:8080/path>.port = 'randomstring' Setting port to a string that doesn't parse as a number" ,
"URL: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased" ,
"URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased" ,
"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" ,
2023-08-21 05:53:52 -04:00
"URL: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths" ,
"URL: Setting <sc:space ?query#fragment>.search = ''"
2023-03-24 23:27:49 -04:00
] ,
"url-setters.any.worker.html?include=file" : [
"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-setters.any.worker.html?include=javascript" : true ,
"url-setters.any.worker.html?include=mailto" : true ,
2023-04-04 07:34:12 -04:00
"url-statics-canparse.any.html" : true ,
"url-statics-canparse.any.worker.html" : true ,
2024-04-16 11:11:57 -04:00
"urlsearchparams-size.any.worker.html" : true ,
"a-element-origin.html" : [
"Parsing origin: <http://example\t.\norg> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://user:pass@foo:21/bar;par?b#c> against <http://example.org/foo/bar>" ,
"Parsing origin: <https://test:@test> against <about:blank>" ,
"Parsing origin: <https://:@test> against <about:blank>" ,
"Parsing origin: <non-special://test:@test/x> against <about:blank>" ,
"Parsing origin: <non-special://:@test/x> against <about:blank>" ,
"Parsing origin: <http:foo.com> against <http://example.org/foo/bar>" ,
"Parsing origin: <\t :foo.com \n> against <http://example.org/foo/bar>" ,
"Parsing origin: < foo.com > against <http://example.org/foo/bar>" ,
"Parsing origin: <a:\t foo.com> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://f:21/ b ? d # e > against <http://example.org/foo/bar>" ,
"Parsing origin: <http://f:/c> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://f:0/c> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://f:00000000000000/c> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://f:00000000000000000000080/c> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://f:\n/c> against <http://example.org/foo/bar>" ,
"Parsing origin: <> against <http://example.org/foo/bar>" ,
"Parsing origin: < \t> against <http://example.org/foo/bar>" ,
"Parsing origin: <:foo.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <:foo.com\\> against <http://example.org/foo/bar>" ,
"Parsing origin: <:> against <http://example.org/foo/bar>" ,
"Parsing origin: <:a> against <http://example.org/foo/bar>" ,
"Parsing origin: <:/> against <http://example.org/foo/bar>" ,
"Parsing origin: <:\\> against <http://example.org/foo/bar>" ,
"Parsing origin: <:#> against <http://example.org/foo/bar>" ,
"Parsing origin: <#> against <http://example.org/foo/bar>" ,
"Parsing origin: <#/> against <http://example.org/foo/bar>" ,
"Parsing origin: <#\\> against <http://example.org/foo/bar>" ,
"Parsing origin: <#;?> against <http://example.org/foo/bar>" ,
"Parsing origin: <?> against <http://example.org/foo/bar>" ,
"Parsing origin: </> against <http://example.org/foo/bar>" ,
"Parsing origin: <:23> against <http://example.org/foo/bar>" ,
"Parsing origin: </:23> against <http://example.org/foo/bar>" ,
"Parsing origin: <\\x> against <http://example.org/foo/bar>" ,
"Parsing origin: <\\\\x\\hello> against <http://example.org/foo/bar>" ,
"Parsing origin: <::> against <http://example.org/foo/bar>" ,
"Parsing origin: <::23> against <http://example.org/foo/bar>" ,
"Parsing origin: <foo://> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://a:b@c:29/d> against <http://example.org/foo/bar>" ,
"Parsing origin: <http::@c:29> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://&a:foo(b]c@d:2/> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://::@c@d:2> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://foo.com:b@d/> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://foo.com/\\@> against <http://example.org/foo/bar>" ,
"Parsing origin: <http:\\\\foo.com\\> against <http://example.org/foo/bar>" ,
"Parsing origin: <http:\\\\a\\b:c\\d@foo.com\\> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://a:b@c\\> against <about:blank>" ,
"Parsing origin: <ws://a@b\\c> against <about:blank>" ,
"Parsing origin: <foo:/> against <http://example.org/foo/bar>" ,
"Parsing origin: <foo:/bar.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <foo://///////> against <http://example.org/foo/bar>" ,
"Parsing origin: <foo://///////bar.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <foo:////://///> against <http://example.org/foo/bar>" ,
"Parsing origin: <c:/foo> against <http://example.org/foo/bar>" ,
"Parsing origin: <//foo/bar> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://foo/path;a??e#f#g> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://foo/abcd?efgh?ijkl> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://foo/abcd#foo?bar> against <http://example.org/foo/bar>" ,
"Parsing origin: <[61:24:74]:98> against <http://example.org/foo/bar>" ,
"Parsing origin: <http:[61:27]/:foo> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://[2001::1]> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://[::127.0.0.1]> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://[0:0:0:0:0:0:13.1.68.3]> against <http://example.org/foo/bar>" ,
"Parsing origin: <http://[2001::1]:80> against <http://example.org/foo/bar>" ,
"Parsing origin: <http:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <ftp:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <https:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <madeupscheme:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <ftps:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <gopher:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <ws:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <wss:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <data:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <javascript:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <mailto:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <http:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <ftp:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <https:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <madeupscheme:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <ftps:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <gopher:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <ws:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <wss:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <data:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <javascript:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: <mailto:example.com/> against <http://example.org/foo/bar>" ,
"Parsing origin: </a/b/c> against <http://example.org/foo/bar>" ,
"Parsing origin: </a/ /c> against <http://example.org/foo/bar>" ,
"Parsing origin: </a%2fc> against <http://example.org/foo/bar>" ,
"Parsing origin: </a/%2f/c> against <http://example.org/foo/bar>" ,
"Parsing origin: <#β> against <http://example.org/foo/bar>" ,
"Parsing origin: <data:text/html,test#test> against <http://example.org/foo/bar>" ,
"Parsing origin: <tel:1234567890> against <http://example.org/foo/bar>" ,
"Parsing origin: <ssh://example.com/foo/bar.git> against <http://example.org/>" ,
"Parsing origin: <http://example.com/././foo> against <about:blank>" ,
"Parsing origin: <http://example.com/./.foo> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/.> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/./> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/bar/..> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/bar/../> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/..bar> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/bar/../ton> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/bar/../ton/../../a> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/../../..> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/../../../ton> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/%2e> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/%2e%2> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar> against <about:blank>" ,
"Parsing origin: <http://example.com////../..> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/bar//../..> against <about:blank>" ,
"Parsing origin: <http://example.com/foo/bar//..> against <about:blank>" ,
"Parsing origin: <http://example.com/foo> against <about:blank>" ,
"Parsing origin: <http://example.com/%20foo> against <about:blank>" ,
"Parsing origin: <http://example.com/foo%> against <about:blank>" ,
"Parsing origin: <http://example.com/foo%2> against <about:blank>" ,
"Parsing origin: <http://example.com/foo%2zbar> against <about:blank>" ,
"Parsing origin: <http://example.com/foo%2©zbar> against <about:blank>" ,
"Parsing origin: <http://example.com/foo%41%7a> against <about:blank>" ,
"Parsing origin: <http://example.com/foo\t %91> against <about:blank>" ,
"Parsing origin: <http://example.com/foo%00%51> against <about:blank>" ,
"Parsing origin: <http://example.com/(%28:%3A%29)> against <about:blank>" ,
"Parsing origin: <http://example.com/%3A%3a%3C%3c> against <about:blank>" ,
"Parsing origin: <http://example.com/foo\tbar> against <about:blank>" ,
"Parsing origin: <http://example.com\\\\foo\\\\bar> against <about:blank>" ,
"Parsing origin: <http://example.com/%7Ffp3%3Eju%3Dduvgw%3Dd> against <about:blank>" ,
"Parsing origin: <http://example.com/@asdf%40> against <about:blank>" ,
"Parsing origin: <http://example.com/你好你好> against <about:blank>" ,
"Parsing origin: <http://example.com/‥/foo> against <about:blank>" ,
"Parsing origin: <http://example.com/ /foo> against <about:blank>" ,
"Parsing origin: <http://example.com/ /foo/ /bar> against <about:blank>" ,
"Parsing origin: <http://www.google.com/foo?bar=baz#> against <about:blank>" ,
"Parsing origin: <http://www.google.com/foo?bar=baz# »> against <about:blank>" ,
"Parsing origin: <data:test# »> against <about:blank>" ,
"Parsing origin: <http://www.google.com> against <about:blank>" ,
"Parsing origin: <http://192.0x00A80001> against <about:blank>" ,
"Parsing origin: <http://www/foo%2Ehtml> against <about:blank>" ,
"Parsing origin: <http://www/foo/%2E/html> against <about:blank>" ,
"Parsing origin: <http://%25DOMAIN:foobar@foodomain.com/> against <about:blank>" ,
"Parsing origin: <http:\\\\www.google.com\\foo> against <about:blank>" ,
"Parsing origin: <http://foo:80/> against <about:blank>" ,
"Parsing origin: <http://foo:81/> against <about:blank>" ,
"Parsing origin: <httpa://foo:80/> against <about:blank>" ,
"Parsing origin: <https://foo:443/> against <about:blank>" ,
"Parsing origin: <https://foo:80/> against <about:blank>" ,
"Parsing origin: <ftp://foo:21/> against <about:blank>" ,
"Parsing origin: <ftp://foo:80/> against <about:blank>" ,
"Parsing origin: <gopher://foo:70/> against <about:blank>" ,
"Parsing origin: <gopher://foo:443/> against <about:blank>" ,
"Parsing origin: <ws://foo:80/> against <about:blank>" ,
"Parsing origin: <ws://foo:81/> against <about:blank>" ,
"Parsing origin: <ws://foo:443/> against <about:blank>" ,
"Parsing origin: <ws://foo:815/> against <about:blank>" ,
"Parsing origin: <wss://foo:80/> against <about:blank>" ,
"Parsing origin: <wss://foo:81/> against <about:blank>" ,
"Parsing origin: <wss://foo:443/> against <about:blank>" ,
"Parsing origin: <wss://foo:815/> against <about:blank>" ,
"Parsing origin: <http:/example.com/> against <about:blank>" ,
"Parsing origin: <ftp:/example.com/> against <about:blank>" ,
"Parsing origin: <https:/example.com/> against <about:blank>" ,
"Parsing origin: <madeupscheme:/example.com/> against <about:blank>" ,
"Parsing origin: <ftps:/example.com/> against <about:blank>" ,
"Parsing origin: <gopher:/example.com/> against <about:blank>" ,
"Parsing origin: <ws:/example.com/> against <about:blank>" ,
"Parsing origin: <wss:/example.com/> against <about:blank>" ,
"Parsing origin: <data:/example.com/> against <about:blank>" ,
"Parsing origin: <javascript:/example.com/> against <about:blank>" ,
"Parsing origin: <mailto:/example.com/> against <about:blank>" ,
"Parsing origin: <http:example.com/> against <about:blank>" ,
"Parsing origin: <ftp:example.com/> against <about:blank>" ,
"Parsing origin: <https:example.com/> against <about:blank>" ,
"Parsing origin: <madeupscheme:example.com/> against <about:blank>" ,
"Parsing origin: <ftps:example.com/> against <about:blank>" ,
"Parsing origin: <gopher:example.com/> against <about:blank>" ,
"Parsing origin: <ws:example.com/> against <about:blank>" ,
"Parsing origin: <wss:example.com/> against <about:blank>" ,
"Parsing origin: <data:example.com/> against <about:blank>" ,
"Parsing origin: <javascript:example.com/> against <about:blank>" ,
"Parsing origin: <mailto:example.com/> against <about:blank>" ,
"Parsing origin: <http:@www.example.com> against <about:blank>" ,
"Parsing origin: <http:/@www.example.com> against <about:blank>" ,
"Parsing origin: <http://@www.example.com> against <about:blank>" ,
"Parsing origin: <http:a:b@www.example.com> against <about:blank>" ,
"Parsing origin: <http:/a:b@www.example.com> against <about:blank>" ,
"Parsing origin: <http://a:b@www.example.com> against <about:blank>" ,
"Parsing origin: <http://@pple.com> against <about:blank>" ,
"Parsing origin: <http::b@www.example.com> against <about:blank>" ,
"Parsing origin: <http:/:b@www.example.com> against <about:blank>" ,
"Parsing origin: <http://:b@www.example.com> against <about:blank>" ,
"Parsing origin: <http:a:@www.example.com> against <about:blank>" ,
"Parsing origin: <http:/a:@www.example.com> against <about:blank>" ,
"Parsing origin: <http://a:@www.example.com> against <about:blank>" ,
"Parsing origin: <http://www.@pple.com> against <about:blank>" ,
"Parsing origin: <http://:@www.example.com> against <about:blank>" ,
"Parsing origin: </> against <http://www.example.com/test>" ,
"Parsing origin: </test.txt> against <http://www.example.com/test>" ,
"Parsing origin: <.> against <http://www.example.com/test>" ,
"Parsing origin: <..> against <http://www.example.com/test>" ,
"Parsing origin: <test.txt> against <http://www.example.com/test>" ,
"Parsing origin: <./test.txt> against <http://www.example.com/test>" ,
"Parsing origin: <../test.txt> against <http://www.example.com/test>" ,
"Parsing origin: <../aaa/test.txt> against <http://www.example.com/test>" ,
"Parsing origin: <../../test.txt> against <http://www.example.com/test>" ,
"Parsing origin: <中/test.txt> against <http://www.example.com/test>" ,
"Parsing origin: <http://www.example2.com> against <http://www.example.com/test>" ,
"Parsing origin: <//www.example2.com> against <http://www.example.com/test>" ,
"Parsing origin: <http://ExAmPlE.CoM> against <http://other.com/>" ,
"Parsing origin: <http://GOO goo.com> against <http://other.com/>" ,
"Parsing origin: <\u0000\u001b\u0004\u0012 http://example.com/\u001f \r > against <about:blank>" ,
"Parsing origin: <http://www.foo。bar.com> against <http://other.com/>" ,
"Parsing origin: <https://x/<2F> ?<3F> #<23> > against <about:blank>" ,
"Parsing origin: <http://G o .com> against <http://other.com/>" ,
"Parsing origin: <http://你好你好> against <http://other.com/>" ,
"Parsing origin: <https://faß.ExAmPlE/> against <about:blank>" ,
"Parsing origin: <sc://faß.ExAmPlE/> against <about:blank>" ,
"Parsing origin: <http://%30%78%63%30%2e%30%32%35%30.01> against <http://other.com/>" ,
"Parsing origin: <http://%30%78%63%30%2e%30%32%35%30.01%2e> against <http://other.com/>" ,
"Parsing origin: <http://0 X c 0 . 0 2 5 0 . 0 1 > against <http://other.com/>" ,
"Parsing origin: <http://./> against <about:blank>" ,
"Parsing origin: <http://../> against <about:blank>" ,
"Parsing origin: <h://.> against <about:blank>" ,
"Parsing origin: <http://foo:💩@example.com/bar> against <http://other.com/>" ,
"Parsing origin: <#> against <test:test>" ,
"Parsing origin: <#x> against <mailto:x@x.com>" ,
"Parsing origin: <#x> against <about:blank>" ,
"Parsing origin: <#x:y> against <about:blank>" ,
"Parsing origin: <#> against <test:test?test>" ,
"Parsing origin: <https://@test@test@example:800/> against <http://doesnotmatter/>" ,
"Parsing origin: <https://@@@example> against <http://doesnotmatter/>" ,
"Parsing origin: <http://`{}:`{}@h/`{}?`{}> against <http://doesnotmatter/>" ,
"Parsing origin: <http://host/?'> against <about:blank>" ,
"Parsing origin: <notspecial://host/?'> against <about:blank>" ,
"Parsing origin: </some/path> against <http://user@example.org/smth>" ,
"Parsing origin: <> against <http://user:pass@example.org:21/smth>" ,
"Parsing origin: </some/path> against <http://user:pass@example.org:21/smth>" ,
"Parsing origin: <i> against <sc:/pa/pa>" ,
"Parsing origin: <i> against <sc://ho/pa>" ,
"Parsing origin: <i> against <sc:///pa/pa>" ,
"Parsing origin: <../i> against <sc:/pa/pa>" ,
"Parsing origin: <../i> against <sc://ho/pa>" ,
"Parsing origin: <../i> against <sc:///pa/pa>" ,
"Parsing origin: </i> against <sc:/pa/pa>" ,
"Parsing origin: </i> against <sc://ho/pa>" ,
"Parsing origin: </i> against <sc:///pa/pa>" ,
"Parsing origin: <?i> against <sc:/pa/pa>" ,
"Parsing origin: <?i> against <sc://ho/pa>" ,
"Parsing origin: <?i> against <sc:///pa/pa>" ,
"Parsing origin: <#i> against <sc:sd>" ,
"Parsing origin: <#i> against <sc:sd/sd>" ,
"Parsing origin: <#i> against <sc:/pa/pa>" ,
"Parsing origin: <#i> against <sc://ho/pa>" ,
"Parsing origin: <#i> against <sc:///pa/pa>" ,
"Parsing origin: <about:/../> against <about:blank>" ,
"Parsing origin: <data:/../> against <about:blank>" ,
"Parsing origin: <javascript:/../> against <about:blank>" ,
"Parsing origin: <mailto:/../> against <about:blank>" ,
"Parsing origin: <sc://ñ.test/> against <about:blank>" ,
"Parsing origin: <x> against <sc://ñ>" ,
"Parsing origin: <sc:\\../> against <about:blank>" ,
"Parsing origin: <sc::a@example.net> against <about:blank>" ,
"Parsing origin: <wow:%NBD> against <about:blank>" ,
"Parsing origin: <wow:%1G> against <about:blank>" ,
"Parsing origin: <wow:> against <about:blank>" ,
"Parsing origin: <http://example.com/\ud800\udfff﷏ﷰ?\ud800\udfff﷏ﷰ> against <about:blank>" ,
"Parsing origin: <http://!\"$&'()*+,-.;=_`{}~/> against <about:blank>" ,
"Parsing origin: <sc://\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\u000b\f\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"$%&'()*+,-.;=_`{}~/> against <about:blank>" ,
"Parsing origin: <ftp://%e2%98%83> against <about:blank>" ,
"Parsing origin: <https://%e2%98%83> against <about:blank>" ,
"Parsing origin: <http://127.0.0.1:10100/relative_import.html> against <about:blank>" ,
"Parsing origin: <http://facebook.com/?foo=%7B%22abc%22> against <about:blank>" ,
"Parsing origin: <https://localhost:3000/jqueryui@1.2.3> against <about:blank>" ,
"Parsing origin: <h\tt\nt\rp://h\to\ns\rt:9\t0\n0\r0/p\ta\nt\rh?q\tu\ne\rry#f\tr\na\rg> against <about:blank>" ,
"Parsing origin: <?a=b&c=d> against <http://example.org/foo/bar>" ,
"Parsing origin: <??a=b&c=d> against <http://example.org/foo/bar>" ,
"Parsing origin: <http:> against <http://example.org/foo/bar>" ,
"Parsing origin: <sc:> against <https://example.org/foo/bar>" ,
"Parsing origin: <http://foo.bar/baz?qux#foo\bbar> against <about:blank>" ,
"Parsing origin: <http://foo.bar/baz?qux#foo\"bar> against <about:blank>" ,
"Parsing origin: <http://foo.bar/baz?qux#foo<bar> against <about:blank>" ,
"Parsing origin: <http://foo.bar/baz?qux#foo>bar> against <about:blank>" ,
"Parsing origin: <http://foo.bar/baz?qux#foo`bar> against <about:blank>" ,
"Parsing origin: <http://1.2.3.4/> against <http://other.com/>" ,
"Parsing origin: <http://1.2.3.4./> against <http://other.com/>" ,
"Parsing origin: <http://192.168.257> against <http://other.com/>" ,
"Parsing origin: <http://192.168.257.> against <http://other.com/>" ,
"Parsing origin: <http://192.168.257.com> against <http://other.com/>" ,
"Parsing origin: <http://256> against <http://other.com/>" ,
"Parsing origin: <http://256.com> against <http://other.com/>" ,
"Parsing origin: <http://999999999> against <http://other.com/>" ,
"Parsing origin: <http://999999999.> against <http://other.com/>" ,
"Parsing origin: <http://999999999.com> against <http://other.com/>" ,
"Parsing origin: <http://10000000000.com> against <http://other.com/>" ,
"Parsing origin: <http://4294967295> against <http://other.com/>" ,
"Parsing origin: <http://0xffffffff> against <http://other.com/>" ,
"Parsing origin: <https://0x.0x.0> against <about:blank>" ,
"Parsing origin: <asdf://%43%7C/> against <about:blank>" ,
"Parsing origin: <http://[1:0::]> against <http://example.net/>" ,
"Parsing origin: <sc://ñ> against <about:blank>" ,
"Parsing origin: <sc://ñ?x> against <about:blank>" ,
"Parsing origin: <sc://ñ#x> against <about:blank>" ,
"Parsing origin: <#x> against <sc://ñ>" ,
"Parsing origin: <?x> against <sc://ñ>" ,
"Parsing origin: <tftp://foobar.com/someconfig;mode=netascii> against <about:blank>" ,
"Parsing origin: <telnet://user:pass@foobar.com:23/> against <about:blank>" ,
"Parsing origin: <ut2004://10.10.10.10:7777/Index.ut2> against <about:blank>" ,
"Parsing origin: <redis://foo:bar@somehost:6379/0?baz=bam&qux=baz> against <about:blank>" ,
"Parsing origin: <rsync://foo@host:911/sup> against <about:blank>" ,
"Parsing origin: <git://github.com/foo/bar.git> against <about:blank>" ,
"Parsing origin: <irc://myserver.com:6999/channel?passwd> against <about:blank>" ,
"Parsing origin: <dns://fw.example.org:9999/foo.bar.org?type=TXT> against <about:blank>" ,
"Parsing origin: <ldap://localhost:389/ou=People,o=JNDITutorial> against <about:blank>" ,
"Parsing origin: <git+https://github.com/foo/bar> against <about:blank>" ,
"Parsing origin: <urn:ietf:rfc:2648> against <about:blank>" ,
"Parsing origin: <tag:joe@example.org,2001:foo/bar> against <about:blank>" ,
"Parsing origin: <blob:https://example.com:443/> against <about:blank>" ,
"Parsing origin: <blob:http://example.org:88/> against <about:blank>" ,
"Parsing origin: <blob:d3958f5c-0777-0845-9dcf-2cb28783acaf> against <about:blank>" ,
"Parsing origin: <blob:> against <about:blank>" ,
"Parsing origin: <blob:blob:> against <about:blank>" ,
"Parsing origin: <blob:blob:https://example.org/> against <about:blank>" ,
"Parsing origin: <blob:about:blank> against <about:blank>" ,
"Parsing origin: <blob:ftp://host/path> against <about:blank>" ,
"Parsing origin: <blob:ws://example.org/> against <about:blank>" ,
"Parsing origin: <blob:wss://example.org/> against <about:blank>" ,
"Parsing origin: <blob:http%3a//example.org/> against <about:blank>" ,
"Parsing origin: <non-special:cannot-be-a-base-url-\u0000\u0001\u001f\u001e~ > against <about:blank>" ,
"Parsing origin: <https://www.example.com/path{ path.html?query' =query#fragment< fragment> against <about:blank>" ,
"Parsing origin: <https://user:pass[ @foo/bar> against <http://example.org>" ,
"Parsing origin: <foo:// !\"$%&'()*+,-.;<=>@[\\]^_`{|}~@host/> against <about:blank>" ,
"Parsing origin: <wss:// !\"$%&'()*+,-.;<=>@[]^_`{|}~@host/> against <about:blank>" ,
"Parsing origin: <foo://joe: !\"$%&'()*+,-.:;<=>@[\\]^_`{|}~@host/> against <about:blank>" ,
"Parsing origin: <wss://joe: !\"$%&'()*+,-.:;<=>@[]^_`{|}~@host/> against <about:blank>" ,
"Parsing origin: <foo://!\"$%&'()*+,-.;=_`{}~/> against <about:blank>" ,
"Parsing origin: <wss://!\"$&'()*+,-.;=_`{}~/> against <about:blank>" ,
"Parsing origin: <foo://host/ !\"$%&'()*+,-./:;<=>@[\\]^_`{|}~> against <about:blank>" ,
"Parsing origin: <wss://host/ !\"$%&'()*+,-./:;<=>@[\\]^_`{|}~> against <about:blank>" ,
"Parsing origin: <foo://host/dir/? !\"$%&'()*+,-./:;<=>?@[\\]^_`{|}~> against <about:blank>" ,
"Parsing origin: <wss://host/dir/? !\"$%&'()*+,-./:;<=>?@[\\]^_`{|}~> against <about:blank>" ,
"Parsing origin: <foo://host/dir/# !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~> against <about:blank>" ,
"Parsing origin: <wss://host/dir/# !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~> against <about:blank>" ,
"Parsing origin: <https://example.com/\"quoted\"> against <about:blank>" ,
"Parsing origin: <https://a%C2%ADb/> against <about:blank>" ,
"Parsing origin: <data://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing origin: <data:///test> against <about:blank>" ,
"Parsing origin: <data://test/a/../b> against <about:blank>" ,
"Parsing origin: <javascript://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing origin: <javascript:///test> against <about:blank>" ,
"Parsing origin: <javascript://test/a/../b> against <about:blank>" ,
"Parsing origin: <mailto://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing origin: <mailto:///test> against <about:blank>" ,
"Parsing origin: <mailto://test/a/../b> against <about:blank>" ,
"Parsing origin: <intent://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing origin: <intent:///test> against <about:blank>" ,
"Parsing origin: <intent://test/a/../b> against <about:blank>" ,
"Parsing origin: <urn://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing origin: <urn:///test> against <about:blank>" ,
"Parsing origin: <urn://test/a/../b> against <about:blank>" ,
"Parsing origin: <turn://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing origin: <turn:///test> against <about:blank>" ,
"Parsing origin: <turn://test/a/../b> against <about:blank>" ,
"Parsing origin: <stun://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing origin: <stun:///test> against <about:blank>" ,
"Parsing origin: <stun://test/a/../b> against <about:blank>" ,
"Parsing origin: <w://x:0> against <about:blank>" ,
"Parsing origin: <west://x:0> against <about:blank>"
] ,
"a-element.html?exclude=(file|javascript|mailto)" : [
"Parsing: <http://example\t.\norg> against <http://example.org/foo/bar>" ,
"Parsing: <http://user:pass@foo:21/bar;par?b#c> against <http://example.org/foo/bar>" ,
"Parsing: <https://test:@test> against <about:blank>" ,
"Parsing: <https://:@test> against <about:blank>" ,
"Parsing: <non-special://test:@test/x> against <about:blank>" ,
"Parsing: <non-special://:@test/x> against <about:blank>" ,
"Parsing: <http:foo.com> against <http://example.org/foo/bar>" ,
"Parsing: <\t :foo.com \n> against <http://example.org/foo/bar>" ,
"Parsing: < foo.com > against <http://example.org/foo/bar>" ,
"Parsing: <a:\t foo.com> against <http://example.org/foo/bar>" ,
"Parsing: <http://f:21/ b ? d # e > against <http://example.org/foo/bar>" ,
"Parsing: <lolscheme:x x#x x> against <about:blank>" ,
"Parsing: <http://f:/c> against <http://example.org/foo/bar>" ,
"Parsing: <http://f:0/c> against <http://example.org/foo/bar>" ,
"Parsing: <http://f:00000000000000/c> against <http://example.org/foo/bar>" ,
"Parsing: <http://f:00000000000000000000080/c> against <http://example.org/foo/bar>" ,
"Parsing: <http://f:b/c> against <http://example.org/foo/bar>" ,
"Parsing: <http://f: /c> against <http://example.org/foo/bar>" ,
"Parsing: <http://f:\n/c> against <http://example.org/foo/bar>" ,
"Parsing: <http://f:fifty-two/c> against <http://example.org/foo/bar>" ,
"Parsing: <http://f:999999/c> against <http://example.org/foo/bar>" ,
"Parsing: <non-special://f:999999/c> against <http://example.org/foo/bar>" ,
"Parsing: <http://f: 21 / b ? d # e > against <http://example.org/foo/bar>" ,
"Parsing: <> against <http://example.org/foo/bar>" ,
"Parsing: < \t> against <http://example.org/foo/bar>" ,
"Parsing: <:foo.com/> against <http://example.org/foo/bar>" ,
"Parsing: <:foo.com\\> against <http://example.org/foo/bar>" ,
"Parsing: <:> against <http://example.org/foo/bar>" ,
"Parsing: <:a> against <http://example.org/foo/bar>" ,
"Parsing: <:/> against <http://example.org/foo/bar>" ,
"Parsing: <:\\> against <http://example.org/foo/bar>" ,
"Parsing: <:#> against <http://example.org/foo/bar>" ,
"Parsing: <#> against <http://example.org/foo/bar>" ,
"Parsing: <#/> against <http://example.org/foo/bar>" ,
"Parsing: <#\\> against <http://example.org/foo/bar>" ,
"Parsing: <#;?> against <http://example.org/foo/bar>" ,
"Parsing: <?> against <http://example.org/foo/bar>" ,
"Parsing: </> against <http://example.org/foo/bar>" ,
"Parsing: <:23> against <http://example.org/foo/bar>" ,
"Parsing: </:23> against <http://example.org/foo/bar>" ,
"Parsing: <\\x> against <http://example.org/foo/bar>" ,
"Parsing: <\\\\x\\hello> against <http://example.org/foo/bar>" ,
"Parsing: <::> against <http://example.org/foo/bar>" ,
"Parsing: <::23> against <http://example.org/foo/bar>" ,
"Parsing: <foo://> against <http://example.org/foo/bar>" ,
"Parsing: <http://a:b@c:29/d> against <http://example.org/foo/bar>" ,
"Parsing: <http::@c:29> against <http://example.org/foo/bar>" ,
"Parsing: <http://&a:foo(b]c@d:2/> against <http://example.org/foo/bar>" ,
"Parsing: <http://::@c@d:2> against <http://example.org/foo/bar>" ,
"Parsing: <http://foo.com:b@d/> against <http://example.org/foo/bar>" ,
"Parsing: <http://foo.com/\\@> against <http://example.org/foo/bar>" ,
"Parsing: <http:\\\\foo.com\\> against <http://example.org/foo/bar>" ,
"Parsing: <http:\\\\a\\b:c\\d@foo.com\\> against <http://example.org/foo/bar>" ,
"Parsing: <http://a:b@c\\> against <about:blank>" ,
"Parsing: <ws://a@b\\c> against <about:blank>" ,
"Parsing: <foo:/> against <http://example.org/foo/bar>" ,
"Parsing: <foo:/bar.com/> against <http://example.org/foo/bar>" ,
"Parsing: <foo://///////> against <http://example.org/foo/bar>" ,
"Parsing: <foo://///////bar.com/> against <http://example.org/foo/bar>" ,
"Parsing: <foo:////://///> against <http://example.org/foo/bar>" ,
"Parsing: <c:/foo> against <http://example.org/foo/bar>" ,
"Parsing: <//foo/bar> against <http://example.org/foo/bar>" ,
"Parsing: <http://foo/path;a??e#f#g> against <http://example.org/foo/bar>" ,
"Parsing: <http://foo/abcd?efgh?ijkl> against <http://example.org/foo/bar>" ,
"Parsing: <http://foo/abcd#foo?bar> against <http://example.org/foo/bar>" ,
"Parsing: <[61:24:74]:98> against <http://example.org/foo/bar>" ,
"Parsing: <http:[61:27]/:foo> against <http://example.org/foo/bar>" ,
"Parsing: <http://[1::2]:3:4> against <http://example.org/foo/bar>" ,
"Parsing: <http://2001::1> against <http://example.org/foo/bar>" ,
"Parsing: <http://2001::1]> against <http://example.org/foo/bar>" ,
"Parsing: <http://2001::1]:80> against <http://example.org/foo/bar>" ,
"Parsing: <http://[2001::1]> against <http://example.org/foo/bar>" ,
"Parsing: <http://[::127.0.0.1]> against <http://example.org/foo/bar>" ,
"Parsing: <http://[::127.0.0.1.]> against <http://example.org/foo/bar>" ,
"Parsing: <http://[0:0:0:0:0:0:13.1.68.3]> against <http://example.org/foo/bar>" ,
"Parsing: <http://[2001::1]:80> against <http://example.org/foo/bar>" ,
"Parsing: <http:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <ftp:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <https:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <madeupscheme:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <ftps:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <gopher:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <ws:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <wss:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <data:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <http:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <ftp:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <https:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <madeupscheme:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <ftps:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <gopher:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <ws:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <wss:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <data:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: </a/b/c> against <http://example.org/foo/bar>" ,
"Parsing: </a/ /c> against <http://example.org/foo/bar>" ,
"Parsing: </a%2fc> against <http://example.org/foo/bar>" ,
"Parsing: </a/%2f/c> against <http://example.org/foo/bar>" ,
"Parsing: <#β> against <http://example.org/foo/bar>" ,
"Parsing: <data:text/html,test#test> against <http://example.org/foo/bar>" ,
"Parsing: <tel:1234567890> against <http://example.org/foo/bar>" ,
"Parsing: <ssh://example.com/foo/bar.git> against <http://example.org/>" ,
"Parsing: <http://example.com/././foo> against <about:blank>" ,
"Parsing: <http://example.com/./.foo> against <about:blank>" ,
"Parsing: <http://example.com/foo/.> against <about:blank>" ,
"Parsing: <http://example.com/foo/./> against <about:blank>" ,
"Parsing: <http://example.com/foo/bar/..> against <about:blank>" ,
"Parsing: <http://example.com/foo/bar/../> against <about:blank>" ,
"Parsing: <http://example.com/foo/..bar> against <about:blank>" ,
"Parsing: <http://example.com/foo/bar/../ton> against <about:blank>" ,
"Parsing: <http://example.com/foo/bar/../ton/../../a> against <about:blank>" ,
"Parsing: <http://example.com/foo/../../..> against <about:blank>" ,
"Parsing: <http://example.com/foo/../../../ton> against <about:blank>" ,
"Parsing: <http://example.com/foo/%2e> against <about:blank>" ,
"Parsing: <http://example.com/foo/%2e%2> against <about:blank>" ,
"Parsing: <http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar> against <about:blank>" ,
"Parsing: <http://example.com////../..> against <about:blank>" ,
"Parsing: <http://example.com/foo/bar//../..> against <about:blank>" ,
"Parsing: <http://example.com/foo/bar//..> against <about:blank>" ,
"Parsing: <http://example.com/foo> against <about:blank>" ,
"Parsing: <http://example.com/%20foo> against <about:blank>" ,
"Parsing: <http://example.com/foo%> against <about:blank>" ,
"Parsing: <http://example.com/foo%2> against <about:blank>" ,
"Parsing: <http://example.com/foo%2zbar> against <about:blank>" ,
"Parsing: <http://example.com/foo%2©zbar> against <about:blank>" ,
"Parsing: <http://example.com/foo%41%7a> against <about:blank>" ,
"Parsing: <http://example.com/foo\t %91> against <about:blank>" ,
"Parsing: <http://example.com/foo%00%51> against <about:blank>" ,
"Parsing: <http://example.com/(%28:%3A%29)> against <about:blank>" ,
"Parsing: <http://example.com/%3A%3a%3C%3c> against <about:blank>" ,
"Parsing: <http://example.com/foo\tbar> against <about:blank>" ,
"Parsing: <http://example.com\\\\foo\\\\bar> against <about:blank>" ,
"Parsing: <http://example.com/%7Ffp3%3Eju%3Dduvgw%3Dd> against <about:blank>" ,
"Parsing: <http://example.com/@asdf%40> against <about:blank>" ,
"Parsing: <http://example.com/你好你好> against <about:blank>" ,
"Parsing: <http://example.com/‥/foo> against <about:blank>" ,
"Parsing: <http://example.com/ /foo> against <about:blank>" ,
"Parsing: <http://example.com/ /foo/ /bar> against <about:blank>" ,
"Parsing: <http://www.google.com/foo?bar=baz#> against <about:blank>" ,
"Parsing: <http://www.google.com/foo?bar=baz# »> against <about:blank>" ,
"Parsing: <data:test# »> against <about:blank>" ,
"Parsing: <http://www.google.com> against <about:blank>" ,
"Parsing: <http://192.0x00A80001> against <about:blank>" ,
"Parsing: <http://www/foo%2Ehtml> against <about:blank>" ,
"Parsing: <http://www/foo/%2E/html> against <about:blank>" ,
"Parsing: <http://user:pass@/> against <about:blank>" ,
"Parsing: <http://%25DOMAIN:foobar@foodomain.com/> against <about:blank>" ,
"Parsing: <http:\\\\www.google.com\\foo> against <about:blank>" ,
"Parsing: <http://foo:80/> against <about:blank>" ,
"Parsing: <http://foo:81/> against <about:blank>" ,
"Parsing: <httpa://foo:80/> against <about:blank>" ,
"Parsing: <http://foo:-80/> against <about:blank>" ,
"Parsing: <https://foo:443/> against <about:blank>" ,
"Parsing: <https://foo:80/> against <about:blank>" ,
"Parsing: <ftp://foo:21/> against <about:blank>" ,
"Parsing: <ftp://foo:80/> against <about:blank>" ,
"Parsing: <gopher://foo:70/> against <about:blank>" ,
"Parsing: <gopher://foo:443/> against <about:blank>" ,
"Parsing: <ws://foo:80/> against <about:blank>" ,
"Parsing: <ws://foo:81/> against <about:blank>" ,
"Parsing: <ws://foo:443/> against <about:blank>" ,
"Parsing: <ws://foo:815/> against <about:blank>" ,
"Parsing: <wss://foo:80/> against <about:blank>" ,
"Parsing: <wss://foo:81/> against <about:blank>" ,
"Parsing: <wss://foo:443/> against <about:blank>" ,
"Parsing: <wss://foo:815/> against <about:blank>" ,
"Parsing: <http:/example.com/> against <about:blank>" ,
"Parsing: <ftp:/example.com/> against <about:blank>" ,
"Parsing: <https:/example.com/> against <about:blank>" ,
"Parsing: <madeupscheme:/example.com/> against <about:blank>" ,
"Parsing: <ftps:/example.com/> against <about:blank>" ,
"Parsing: <gopher:/example.com/> against <about:blank>" ,
"Parsing: <ws:/example.com/> against <about:blank>" ,
"Parsing: <wss:/example.com/> against <about:blank>" ,
"Parsing: <data:/example.com/> against <about:blank>" ,
"Parsing: <http:example.com/> against <about:blank>" ,
"Parsing: <ftp:example.com/> against <about:blank>" ,
"Parsing: <https:example.com/> against <about:blank>" ,
"Parsing: <madeupscheme:example.com/> against <about:blank>" ,
"Parsing: <ftps:example.com/> against <about:blank>" ,
"Parsing: <gopher:example.com/> against <about:blank>" ,
"Parsing: <ws:example.com/> against <about:blank>" ,
"Parsing: <wss:example.com/> against <about:blank>" ,
"Parsing: <data:example.com/> against <about:blank>" ,
"Parsing: <http:@www.example.com> against <about:blank>" ,
"Parsing: <http:/@www.example.com> against <about:blank>" ,
"Parsing: <http://@www.example.com> against <about:blank>" ,
"Parsing: <http:a:b@www.example.com> against <about:blank>" ,
"Parsing: <http:/a:b@www.example.com> against <about:blank>" ,
"Parsing: <http://a:b@www.example.com> against <about:blank>" ,
"Parsing: <http://@pple.com> against <about:blank>" ,
"Parsing: <http::b@www.example.com> against <about:blank>" ,
"Parsing: <http:/:b@www.example.com> against <about:blank>" ,
"Parsing: <http://:b@www.example.com> against <about:blank>" ,
"Parsing: <http:/:@/www.example.com> against <about:blank>" ,
"Parsing: <http://user@/www.example.com> against <about:blank>" ,
"Parsing: <http:@/www.example.com> against <about:blank>" ,
"Parsing: <http:/@/www.example.com> against <about:blank>" ,
"Parsing: <http://@/www.example.com> against <about:blank>" ,
"Parsing: <https:@/www.example.com> against <about:blank>" ,
"Parsing: <http:a:b@/www.example.com> against <about:blank>" ,
"Parsing: <http:/a:b@/www.example.com> against <about:blank>" ,
"Parsing: <http://a:b@/www.example.com> against <about:blank>" ,
"Parsing: <http::@/www.example.com> against <about:blank>" ,
"Parsing: <http:a:@www.example.com> against <about:blank>" ,
"Parsing: <http:/a:@www.example.com> against <about:blank>" ,
"Parsing: <http://a:@www.example.com> against <about:blank>" ,
"Parsing: <http://www.@pple.com> against <about:blank>" ,
"Parsing: <http:@:www.example.com> against <about:blank>" ,
"Parsing: <http:/@:www.example.com> against <about:blank>" ,
"Parsing: <http://@:www.example.com> against <about:blank>" ,
"Parsing: <http://:@www.example.com> against <about:blank>" ,
"Parsing: </> against <http://www.example.com/test>" ,
"Parsing: </test.txt> against <http://www.example.com/test>" ,
"Parsing: <.> against <http://www.example.com/test>" ,
"Parsing: <..> against <http://www.example.com/test>" ,
"Parsing: <test.txt> against <http://www.example.com/test>" ,
"Parsing: <./test.txt> against <http://www.example.com/test>" ,
"Parsing: <../test.txt> against <http://www.example.com/test>" ,
"Parsing: <../aaa/test.txt> against <http://www.example.com/test>" ,
"Parsing: <../../test.txt> against <http://www.example.com/test>" ,
"Parsing: <中/test.txt> against <http://www.example.com/test>" ,
"Parsing: <http://www.example2.com> against <http://www.example.com/test>" ,
"Parsing: <//www.example2.com> against <http://www.example.com/test>" ,
"Parsing: <http://ExAmPlE.CoM> against <http://other.com/>" ,
"Parsing: <http://example example.com> against <http://other.com/>" ,
"Parsing: <http://Goo%20 goo%7C|.com> against <http://other.com/>" ,
"Parsing: <http://[]> against <http://other.com/>" ,
"Parsing: <http://[:]> against <http://other.com/>" ,
"Parsing: <http://GOO goo.com> against <http://other.com/>" ,
"Parsing: <http://GOO goo.com> against <http://other.com/>" ,
"Parsing: <\u0000\u001b\u0004\u0012 http://example.com/\u001f \r > against <about:blank>" ,
"Parsing: <http://www.foo。bar.com> against <http://other.com/>" ,
"Parsing: <http://zyx.com> against <http://other.com/>" ,
"Parsing: <http://%ef%b7%90zyx.com> against <http://other.com/>" ,
"Parsing: <https://<2F> > against <about:blank>" ,
"Parsing: <https://%EF%BF%BD> against <about:blank>" ,
"Parsing: <https://x/<2F> ?<3F> #<23> > against <about:blank>" ,
"Parsing: <http://a.b.c.xn--pokxncvks> against <about:blank>" ,
"Parsing: <http://10.0.0.xn--pokxncvks> against <about:blank>" ,
"Parsing: <http://a.b.c.XN--pokxncvks> against <about:blank>" ,
"Parsing: <http://a.b.c.Xn--pokxncvks> against <about:blank>" ,
"Parsing: <http://10.0.0.XN--pokxncvks> against <about:blank>" ,
"Parsing: <http://10.0.0.xN--pokxncvks> against <about:blank>" ,
"Parsing: <http://G o .com> against <http://other.com/>" ,
"Parsing: <http://% 4 1 .com> against <http://other.com/>" ,
"Parsing: <http://%ef%bc%85%ef%bc%94%ef%bc%91.com> against <http://other.com/>" ,
"Parsing: <http://% 0 0 .com> against <http://other.com/>" ,
"Parsing: <http://%ef%bc%85%ef%bc%90%ef%bc%90.com> against <http://other.com/>" ,
"Parsing: <http://你好你好> against <http://other.com/>" ,
"Parsing: <https://faß.ExAmPlE/> against <about:blank>" ,
"Parsing: <sc://faß.ExAmPlE/> against <about:blank>" ,
"Parsing: <http://%zz%66%a.com> against <http://other.com/>" ,
"Parsing: <http://%25> against <http://other.com/>" ,
"Parsing: <http://hello%00> against <http://other.com/>" ,
"Parsing: <http://%30%78%63%30%2e%30%32%35%30.01> against <http://other.com/>" ,
"Parsing: <http://%30%78%63%30%2e%30%32%35%30.01%2e> against <http://other.com/>" ,
"Parsing: <http://192.168.0.257> against <http://other.com/>" ,
"Parsing: <http://%3g%78%63%30%2e%30%32%35%30%2E.01> against <http://other.com/>" ,
"Parsing: <http://192.168.0.1 hello> against <http://other.com/>" ,
"Parsing: <https://x x:12> against <about:blank>" ,
"Parsing: <http://0 X c 0 . 0 2 5 0 . 0 1 > against <http://other.com/>" ,
"Parsing: <http://./> against <about:blank>" ,
"Parsing: <http://../> against <about:blank>" ,
"Parsing: <h://.> against <about:blank>" ,
"Parsing: <http://[www.google.com]/> against <about:blank>" ,
"Parsing: <http://[google.com]> against <http://other.com/>" ,
"Parsing: <http://[::1.2.3.4x]> against <http://other.com/>" ,
"Parsing: <http://[::1.2.3.]> against <http://other.com/>" ,
"Parsing: <http://[::1.2.]> against <http://other.com/>" ,
"Parsing: <http://[::.1.2]> against <http://other.com/>" ,
"Parsing: <http://[::1.]> against <http://other.com/>" ,
"Parsing: <http://[::.1]> against <http://other.com/>" ,
"Parsing: <http://[::%31]> against <http://other.com/>" ,
"Parsing: <http://%5B::1]> against <http://other.com/>" ,
"Parsing: <http://foo:💩@example.com/bar> against <http://other.com/>" ,
"Parsing: <#> against <test:test>" ,
"Parsing: <#x> against <about:blank>" ,
"Parsing: <#x:y> against <about:blank>" ,
"Parsing: <#> against <test:test?test>" ,
"Parsing: <https://@test@test@example:800/> against <http://doesnotmatter/>" ,
"Parsing: <https://@@@example> against <http://doesnotmatter/>" ,
"Parsing: <http://`{}:`{}@h/`{}?`{}> against <http://doesnotmatter/>" ,
"Parsing: <http://host/?'> against <about:blank>" ,
"Parsing: <notspecial://host/?'> against <about:blank>" ,
"Parsing: </some/path> against <http://user@example.org/smth>" ,
"Parsing: <> against <http://user:pass@example.org:21/smth>" ,
"Parsing: </some/path> against <http://user:pass@example.org:21/smth>" ,
"Parsing: <i> against <sc:sd>" ,
"Parsing: <i> against <sc:sd/sd>" ,
"Parsing: <i> against <sc:/pa/pa>" ,
"Parsing: <i> against <sc://ho/pa>" ,
"Parsing: <i> against <sc:///pa/pa>" ,
"Parsing: <../i> against <sc:sd>" ,
"Parsing: <../i> against <sc:sd/sd>" ,
"Parsing: <../i> against <sc:/pa/pa>" ,
"Parsing: <../i> against <sc://ho/pa>" ,
"Parsing: <../i> against <sc:///pa/pa>" ,
"Parsing: </i> against <sc:sd>" ,
"Parsing: </i> against <sc:sd/sd>" ,
"Parsing: </i> against <sc:/pa/pa>" ,
"Parsing: </i> against <sc://ho/pa>" ,
"Parsing: </i> against <sc:///pa/pa>" ,
"Parsing: <?i> against <sc:sd>" ,
"Parsing: <?i> against <sc:sd/sd>" ,
"Parsing: <?i> against <sc:/pa/pa>" ,
"Parsing: <?i> against <sc://ho/pa>" ,
"Parsing: <?i> against <sc:///pa/pa>" ,
"Parsing: <#i> against <sc:sd>" ,
"Parsing: <#i> against <sc:sd/sd>" ,
"Parsing: <#i> against <sc:/pa/pa>" ,
"Parsing: <#i> against <sc://ho/pa>" ,
"Parsing: <#i> against <sc:///pa/pa>" ,
"Parsing: <about:/../> against <about:blank>" ,
"Parsing: <data:/../> against <about:blank>" ,
"Parsing: <sc://ñ.test/> against <about:blank>" ,
"Parsing: <sc://%/> against <about:blank>" ,
"Parsing: <sc://@/> against <about:blank>" ,
"Parsing: <sc://te@s:t@/> against <about:blank>" ,
"Parsing: <sc://:/> against <about:blank>" ,
"Parsing: <sc://:12/> against <about:blank>" ,
"Parsing: <x> against <sc://ñ>" ,
"Parsing: <sc:\\../> against <about:blank>" ,
"Parsing: <sc::a@example.net> against <about:blank>" ,
"Parsing: <wow:%NBD> against <about:blank>" ,
"Parsing: <wow:%1G> against <about:blank>" ,
"Parsing: <wow:> against <about:blank>" ,
"Parsing: <http://example.com/\ud800\udfff﷏ﷰ?\ud800\udfff﷏ﷰ> against <about:blank>" ,
"Parsing: <sc://a\u0000b/> against <about:blank>" ,
"Parsing: <sc://a b/> against <about:blank>" ,
"Parsing: <sc://a<b> against <about:blank>" ,
"Parsing: <sc://a>b> against <about:blank>" ,
"Parsing: <sc://a[b/> against <about:blank>" ,
"Parsing: <sc://a\\b/> against <about:blank>" ,
"Parsing: <sc://a]b/> against <about:blank>" ,
"Parsing: <sc://a^b> against <about:blank>" ,
"Parsing: <sc://a|b/> against <about:blank>" ,
"Parsing: <foo://ho\tst/> against <about:blank>" ,
"Parsing: <foo://ho\nst/> against <about:blank>" ,
"Parsing: <foo://ho\rst/> against <about:blank>" ,
"Parsing: <http://a\u0000b/> against <about:blank>" ,
"Parsing: <http://a\u0001b/> against <about:blank>" ,
"Parsing: <http://a\u0002b/> against <about:blank>" ,
"Parsing: <http://a\u0003b/> against <about:blank>" ,
"Parsing: <http://a\u0004b/> against <about:blank>" ,
"Parsing: <http://a\u0005b/> against <about:blank>" ,
"Parsing: <http://a\u0006b/> against <about:blank>" ,
"Parsing: <http://a\u0007b/> against <about:blank>" ,
"Parsing: <http://a\bb/> against <about:blank>" ,
"Parsing: <http://a\u000bb/> against <about:blank>" ,
"Parsing: <http://a\fb/> against <about:blank>" ,
"Parsing: <http://a\u000eb/> against <about:blank>" ,
"Parsing: <http://a\u000fb/> against <about:blank>" ,
"Parsing: <http://a\u0010b/> against <about:blank>" ,
"Parsing: <http://a\u0011b/> against <about:blank>" ,
"Parsing: <http://a\u0012b/> against <about:blank>" ,
"Parsing: <http://a\u0013b/> against <about:blank>" ,
"Parsing: <http://a\u0014b/> against <about:blank>" ,
"Parsing: <http://a\u0015b/> against <about:blank>" ,
"Parsing: <http://a\u0016b/> against <about:blank>" ,
"Parsing: <http://a\u0017b/> against <about:blank>" ,
"Parsing: <http://a\u0018b/> against <about:blank>" ,
"Parsing: <http://a\u0019b/> against <about:blank>" ,
"Parsing: <http://a\u001ab/> against <about:blank>" ,
"Parsing: <http://a\u001bb/> against <about:blank>" ,
"Parsing: <http://a\u001cb/> against <about:blank>" ,
"Parsing: <http://a\u001db/> against <about:blank>" ,
"Parsing: <http://a\u001eb/> against <about:blank>" ,
"Parsing: <http://a\u001fb/> against <about:blank>" ,
"Parsing: <http://a b/> against <about:blank>" ,
"Parsing: <http://a%b/> against <about:blank>" ,
"Parsing: <http://a<b> against <about:blank>" ,
"Parsing: <http://a>b> against <about:blank>" ,
"Parsing: <http://a[b/> against <about:blank>" ,
"Parsing: <http://a]b/> against <about:blank>" ,
"Parsing: <http://a^b> against <about:blank>" ,
"Parsing: <http://a|b/> against <about:blank>" ,
"Parsing: <http://a b/> against <about:blank>" ,
"Parsing: <http://ho\tst/> against <about:blank>" ,
"Parsing: <http://ho\nst/> against <about:blank>" ,
"Parsing: <http://ho\rst/> against <about:blank>" ,
"Parsing: <http://ho%00st/> against <about:blank>" ,
"Parsing: <http://ho%01st/> against <about:blank>" ,
"Parsing: <http://ho%02st/> against <about:blank>" ,
"Parsing: <http://ho%03st/> against <about:blank>" ,
"Parsing: <http://ho%04st/> against <about:blank>" ,
"Parsing: <http://ho%05st/> against <about:blank>" ,
"Parsing: <http://ho%06st/> against <about:blank>" ,
"Parsing: <http://ho%07st/> against <about:blank>" ,
"Parsing: <http://ho%08st/> against <about:blank>" ,
"Parsing: <http://ho%09st/> against <about:blank>" ,
"Parsing: <http://ho%0Ast/> against <about:blank>" ,
"Parsing: <http://ho%0Bst/> against <about:blank>" ,
"Parsing: <http://ho%0Cst/> against <about:blank>" ,
"Parsing: <http://ho%0Dst/> against <about:blank>" ,
"Parsing: <http://ho%0Est/> against <about:blank>" ,
"Parsing: <http://ho%0Fst/> against <about:blank>" ,
"Parsing: <http://ho%10st/> against <about:blank>" ,
"Parsing: <http://ho%11st/> against <about:blank>" ,
"Parsing: <http://ho%12st/> against <about:blank>" ,
"Parsing: <http://ho%13st/> against <about:blank>" ,
"Parsing: <http://ho%14st/> against <about:blank>" ,
"Parsing: <http://ho%15st/> against <about:blank>" ,
"Parsing: <http://ho%16st/> against <about:blank>" ,
"Parsing: <http://ho%17st/> against <about:blank>" ,
"Parsing: <http://ho%18st/> against <about:blank>" ,
"Parsing: <http://ho%19st/> against <about:blank>" ,
"Parsing: <http://ho%1Ast/> against <about:blank>" ,
"Parsing: <http://ho%1Bst/> against <about:blank>" ,
"Parsing: <http://ho%1Cst/> against <about:blank>" ,
"Parsing: <http://ho%1Dst/> against <about:blank>" ,
"Parsing: <http://ho%1Est/> against <about:blank>" ,
"Parsing: <http://ho%1Fst/> against <about:blank>" ,
"Parsing: <http://ho%20st/> against <about:blank>" ,
"Parsing: <http://ho%23st/> against <about:blank>" ,
"Parsing: <http://ho%25st/> against <about:blank>" ,
"Parsing: <http://ho%2Fst/> against <about:blank>" ,
"Parsing: <http://ho%3Ast/> against <about:blank>" ,
"Parsing: <http://ho%3Cst/> against <about:blank>" ,
"Parsing: <http://ho%3Est/> against <about:blank>" ,
"Parsing: <http://ho%3Fst/> against <about:blank>" ,
"Parsing: <http://ho%40st/> against <about:blank>" ,
"Parsing: <http://ho%5Bst/> against <about:blank>" ,
"Parsing: <http://ho%5Cst/> against <about:blank>" ,
"Parsing: <http://ho%5Dst/> against <about:blank>" ,
"Parsing: <http://ho%7Cst/> against <about:blank>" ,
"Parsing: <http://ho%7Fst/> against <about:blank>" ,
"Parsing: <http://!\"$&'()*+,-.;=_`{}~/> against <about:blank>" ,
"Parsing: <sc://\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\u000b\f\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"$%&'()*+,-.;=_`{}~/> against <about:blank>" ,
"Parsing: <ftp://example.com%80/> against <about:blank>" ,
"Parsing: <ftp://example.com%A0/> against <about:blank>" ,
"Parsing: <https://example.com%80/> against <about:blank>" ,
"Parsing: <https://example.com%A0/> against <about:blank>" ,
"Parsing: <ftp://%e2%98%83> against <about:blank>" ,
"Parsing: <https://%e2%98%83> against <about:blank>" ,
"Parsing: <http://127.0.0.1:10100/relative_import.html> against <about:blank>" ,
"Parsing: <http://facebook.com/?foo=%7B%22abc%22> against <about:blank>" ,
"Parsing: <https://localhost:3000/jqueryui@1.2.3> against <about:blank>" ,
"Parsing: <h\tt\nt\rp://h\to\ns\rt:9\t0\n0\r0/p\ta\nt\rh?q\tu\ne\rry#f\tr\na\rg> against <about:blank>" ,
"Parsing: <?a=b&c=d> against <http://example.org/foo/bar>" ,
"Parsing: <??a=b&c=d> against <http://example.org/foo/bar>" ,
"Parsing: <http:> against <http://example.org/foo/bar>" ,
"Parsing: <http:> against <https://example.org/foo/bar>" ,
"Parsing: <sc:> against <https://example.org/foo/bar>" ,
"Parsing: <http://foo.bar/baz?qux#foo\bbar> against <about:blank>" ,
"Parsing: <http://foo.bar/baz?qux#foo\"bar> against <about:blank>" ,
"Parsing: <http://foo.bar/baz?qux#foo<bar> against <about:blank>" ,
"Parsing: <http://foo.bar/baz?qux#foo>bar> against <about:blank>" ,
"Parsing: <http://foo.bar/baz?qux#foo`bar> against <about:blank>" ,
"Parsing: <http://1.2.3.4/> against <http://other.com/>" ,
"Parsing: <http://1.2.3.4./> against <http://other.com/>" ,
"Parsing: <http://192.168.257> against <http://other.com/>" ,
"Parsing: <http://192.168.257.> against <http://other.com/>" ,
"Parsing: <http://192.168.257.com> against <http://other.com/>" ,
"Parsing: <http://256> against <http://other.com/>" ,
"Parsing: <http://256.com> against <http://other.com/>" ,
"Parsing: <http://999999999> against <http://other.com/>" ,
"Parsing: <http://999999999.> against <http://other.com/>" ,
"Parsing: <http://999999999.com> against <http://other.com/>" ,
"Parsing: <http://10000000000> against <http://other.com/>" ,
"Parsing: <http://10000000000.com> against <http://other.com/>" ,
"Parsing: <http://4294967295> against <http://other.com/>" ,
"Parsing: <http://4294967296> against <http://other.com/>" ,
"Parsing: <http://0xffffffff> against <http://other.com/>" ,
"Parsing: <http://0xffffffff1> against <http://other.com/>" ,
"Parsing: <http://256.256.256.256> against <http://other.com/>" ,
"Parsing: <https://0x.0x.0> against <about:blank>" ,
"Parsing: <https://0x100000000/test> against <about:blank>" ,
"Parsing: <https://256.0.0.1/test> against <about:blank>" ,
"Parsing: <https://%43%7C/> against <about:blank>" ,
"Parsing: <asdf://%43|/> against <about:blank>" ,
"Parsing: <asdf://%43%7C/> against <about:blank>" ,
"Parsing: <\\\\\\.\\Y:> against <about:blank>" ,
"Parsing: <\\\\\\.\\y:> against <about:blank>" ,
"Parsing: <http://[1:0::]> against <http://example.net/>" ,
"Parsing: <http://[0:1:2:3:4:5:6:7:8]> against <http://example.net/>" ,
"Parsing: <https://[0::0::0]> against <about:blank>" ,
"Parsing: <https://[0:.0]> against <about:blank>" ,
"Parsing: <https://[0:0:]> against <about:blank>" ,
"Parsing: <https://[0:1:2:3:4:5:6:7.0.0.0.1]> against <about:blank>" ,
"Parsing: <https://[0:1.00.0.0.0]> against <about:blank>" ,
"Parsing: <https://[0:1.290.0.0.0]> against <about:blank>" ,
"Parsing: <https://[0:1.23.23]> against <about:blank>" ,
"Parsing: <http://?> against <about:blank>" ,
"Parsing: <http://#> against <about:blank>" ,
"Parsing: <http://f:4294967377/c> against <http://example.org/>" ,
"Parsing: <http://f:18446744073709551697/c> against <http://example.org/>" ,
"Parsing: <http://f:340282366920938463463374607431768211537/c> against <http://example.org/>" ,
"Parsing: <sc://ñ> against <about:blank>" ,
"Parsing: <sc://ñ?x> against <about:blank>" ,
"Parsing: <sc://ñ#x> against <about:blank>" ,
"Parsing: <#x> against <sc://ñ>" ,
"Parsing: <?x> against <sc://ñ>" ,
"Parsing: <sc://?> against <about:blank>" ,
"Parsing: <sc://#> against <about:blank>" ,
"Parsing: <///> against <sc://x/>" ,
"Parsing: <////> against <sc://x/>" ,
"Parsing: <////x/> against <sc://x/>" ,
"Parsing: <tftp://foobar.com/someconfig;mode=netascii> against <about:blank>" ,
"Parsing: <telnet://user:pass@foobar.com:23/> against <about:blank>" ,
"Parsing: <ut2004://10.10.10.10:7777/Index.ut2> against <about:blank>" ,
"Parsing: <redis://foo:bar@somehost:6379/0?baz=bam&qux=baz> against <about:blank>" ,
"Parsing: <rsync://foo@host:911/sup> against <about:blank>" ,
"Parsing: <git://github.com/foo/bar.git> against <about:blank>" ,
"Parsing: <irc://myserver.com:6999/channel?passwd> against <about:blank>" ,
"Parsing: <dns://fw.example.org:9999/foo.bar.org?type=TXT> against <about:blank>" ,
"Parsing: <ldap://localhost:389/ou=People,o=JNDITutorial> against <about:blank>" ,
"Parsing: <git+https://github.com/foo/bar> against <about:blank>" ,
"Parsing: <urn:ietf:rfc:2648> against <about:blank>" ,
"Parsing: <tag:joe@example.org,2001:foo/bar> against <about:blank>" ,
"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>" ,
"Parsing: <path> against <non-spec:/..//p>" ,
"Parsing: <../path> against <non-spec:/.//p>" ,
"Parsing: <non-special://%E2%80%A0/> against <about:blank>" ,
"Parsing: <non-special://H%4fSt/path> against <about:blank>" ,
"Parsing: <non-special://[1:2:0:0:5:0:0:0]/> against <about:blank>" ,
"Parsing: <non-special://[1:2:0:0:0:0:0:3]/> against <about:blank>" ,
"Parsing: <non-special://[1:2::3]:80/> against <about:blank>" ,
"Parsing: <non-special://[:80/> against <about:blank>" ,
"Parsing: <blob:https://example.com:443/> against <about:blank>" ,
"Parsing: <blob:http://example.org:88/> against <about:blank>" ,
"Parsing: <blob:d3958f5c-0777-0845-9dcf-2cb28783acaf> against <about:blank>" ,
"Parsing: <blob:> against <about:blank>" ,
"Parsing: <blob:blob:> against <about:blank>" ,
"Parsing: <blob:blob:https://example.org/> against <about:blank>" ,
"Parsing: <blob:about:blank> against <about:blank>" ,
"Parsing: <blob:file://host/path> against <about:blank>" ,
"Parsing: <blob:ftp://host/path> against <about:blank>" ,
"Parsing: <blob:ws://example.org/> against <about:blank>" ,
"Parsing: <blob:wss://example.org/> against <about:blank>" ,
"Parsing: <blob:http%3a//example.org/> against <about:blank>" ,
"Parsing: <http://0x7f.0.0.0x7g> against <about:blank>" ,
"Parsing: <http://0X7F.0.0.0X7G> against <about:blank>" ,
"Parsing: <http://[::127.0.0.0.1]> against <about:blank>" ,
"Parsing: <http://[0:1:0:1:0:1:0:1]> against <about:blank>" ,
"Parsing: <http://[1:0:1:0:1:0:1:0]> against <about:blank>" ,
"Parsing: <http://example.org/test?\"> against <about:blank>" ,
"Parsing: <http://example.org/test?#> against <about:blank>" ,
"Parsing: <http://example.org/test?<> against <about:blank>" ,
"Parsing: <http://example.org/test?>> against <about:blank>" ,
"Parsing: <http://example.org/test?⌣> against <about:blank>" ,
"Parsing: <http://example.org/test?%23%23> against <about:blank>" ,
"Parsing: <http://example.org/test?%GH> against <about:blank>" ,
"Parsing: <http://example.org/test?a#%EF> against <about:blank>" ,
"Parsing: <http://example.org/test?a#%GH> against <about:blank>" ,
"Parsing: <a> against <about:blank>" ,
"Parsing: <a/> against <about:blank>" ,
"Parsing: <a//> against <about:blank>" ,
"Parsing: <test-a-colon.html> against <a:>" ,
"Parsing: <test-a-colon-b.html> against <a:b>" ,
"Parsing: <test-a-colon-slash.html> against <a:/>" ,
"Parsing: <test-a-colon-slash-slash.html> against <a://>" ,
"Parsing: <test-a-colon-slash-b.html> against <a:/b>" ,
"Parsing: <test-a-colon-slash-slash-b.html> against <a://b>" ,
"Parsing: <http://example.org/test?a#b\u0000c> against <about:blank>" ,
"Parsing: <non-spec://example.org/test?a#b\u0000c> against <about:blank>" ,
"Parsing: <non-spec:/test?a#b\u0000c> against <about:blank>" ,
"Parsing: <a1234567890-+.:foo/bar> against <http://example.com/dir/file>" ,
"Parsing: <#link> against <https://example.org/##link>" ,
"Parsing: <non-special:cannot-be-a-base-url-\u0000\u0001\u001f\u001e~ > against <about:blank>" ,
"Parsing: <https://www.example.com/path{ path.html?query' =query#fragment< fragment> against <about:blank>" ,
"Parsing: <https://user:pass[ @foo/bar> against <http://example.org>" ,
"Parsing: <foo:// !\"$%&'()*+,-.;<=>@[\\]^_`{|}~@host/> against <about:blank>" ,
"Parsing: <wss:// !\"$%&'()*+,-.;<=>@[]^_`{|}~@host/> against <about:blank>" ,
"Parsing: <foo://joe: !\"$%&'()*+,-.:;<=>@[\\]^_`{|}~@host/> against <about:blank>" ,
"Parsing: <wss://joe: !\"$%&'()*+,-.:;<=>@[]^_`{|}~@host/> against <about:blank>" ,
"Parsing: <foo://!\"$%&'()*+,-.;=_`{}~/> against <about:blank>" ,
"Parsing: <wss://!\"$&'()*+,-.;=_`{}~/> against <about:blank>" ,
"Parsing: <foo://host/ !\"$%&'()*+,-./:;<=>@[\\]^_`{|}~> against <about:blank>" ,
"Parsing: <wss://host/ !\"$%&'()*+,-./:;<=>@[\\]^_`{|}~> against <about:blank>" ,
"Parsing: <foo://host/dir/? !\"$%&'()*+,-./:;<=>?@[\\]^_`{|}~> against <about:blank>" ,
"Parsing: <wss://host/dir/? !\"$%&'()*+,-./:;<=>?@[\\]^_`{|}~> against <about:blank>" ,
"Parsing: <foo://host/dir/# !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~> against <about:blank>" ,
"Parsing: <wss://host/dir/# !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~> against <about:blank>" ,
"Parsing: <abc:rootless> against <abc://host/path>" ,
"Parsing: <abc:rootless> against <abc:/path>" ,
"Parsing: <abc:rootless> against <abc:path>" ,
"Parsing: <abc:/rooted> against <abc://host/path>" ,
"Parsing: <?> against <about:blank>" ,
"Parsing: <http://1.2.3.4.5> against <http://other.com/>" ,
"Parsing: <http://1.2.3.4.5.> against <http://other.com/>" ,
"Parsing: <http://0..0x300/> against <about:blank>" ,
"Parsing: <http://0..0x300./> against <about:blank>" ,
"Parsing: <http://256.256.256.256.256> against <http://other.com/>" ,
"Parsing: <http://256.256.256.256.256.> against <http://other.com/>" ,
"Parsing: <http://1.2.3.08> against <about:blank>" ,
"Parsing: <http://1.2.3.08.> against <about:blank>" ,
"Parsing: <http://1.2.3.09> against <about:blank>" ,
"Parsing: <http://09.2.3.4> against <about:blank>" ,
"Parsing: <http://09.2.3.4.> against <about:blank>" ,
"Parsing: <http://01.2.3.4.5> against <about:blank>" ,
"Parsing: <http://01.2.3.4.5.> against <about:blank>" ,
"Parsing: <http://0x100.2.3.4> against <about:blank>" ,
"Parsing: <http://0x100.2.3.4.> against <about:blank>" ,
"Parsing: <http://0x1.2.3.4.5> against <about:blank>" ,
"Parsing: <http://0x1.2.3.4.5.> against <about:blank>" ,
"Parsing: <http://foo.1.2.3.4> against <about:blank>" ,
"Parsing: <http://foo.1.2.3.4.> against <about:blank>" ,
"Parsing: <http://foo.2.3.4> against <about:blank>" ,
"Parsing: <http://foo.2.3.4.> against <about:blank>" ,
"Parsing: <http://foo.09> against <about:blank>" ,
"Parsing: <http://foo.09.> against <about:blank>" ,
"Parsing: <http://foo.0x4> against <about:blank>" ,
"Parsing: <http://foo.0x4.> against <about:blank>" ,
"Parsing: <http://foo.09..> against <about:blank>" ,
"Parsing: <http://0999999999999999999/> against <about:blank>" ,
"Parsing: <http://foo.0x> against <about:blank>" ,
"Parsing: <http://foo.0XFfFfFfFfFfFfFfFfFfAcE123> against <about:blank>" ,
"Parsing: <http://💩.123/> against <about:blank>" ,
"Parsing: <https://\u0000y> against <about:blank>" ,
"Parsing: <https://x/\u0000y> against <about:blank>" ,
"Parsing: <https://x/?\u0000y> against <about:blank>" ,
"Parsing: <https://x/?#\u0000y> against <about:blank>" ,
"Parsing: <https://y> against <about:blank>" ,
"Parsing: <https://x/y> against <about:blank>" ,
"Parsing: <https://x/?y> against <about:blank>" ,
"Parsing: <https://x/?#y> against <about:blank>" ,
"Parsing: <non-special:\u0000y> against <about:blank>" ,
"Parsing: <non-special:x/\u0000y> against <about:blank>" ,
"Parsing: <non-special:x/?\u0000y> against <about:blank>" ,
"Parsing: <non-special:x/?#\u0000y> against <about:blank>" ,
"Parsing: <non-special:y> against <about:blank>" ,
"Parsing: <non-special:x/y> against <about:blank>" ,
"Parsing: <non-special:x/?y> against <about:blank>" ,
"Parsing: <non-special:x/?#y> against <about:blank>" ,
"Parsing: <> against <about:blank>" ,
"Parsing: <https://example.com/\"quoted\"> against <about:blank>" ,
"Parsing: <https://a%C2%ADb/> against <about:blank>" ,
"Parsing: <https:// /> against <about:blank>" ,
"Parsing: <https://%C2%AD/> against <about:blank>" ,
"Parsing: <https://xn--/> against <about:blank>" ,
"Parsing: <data://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing: <data:///test> against <about:blank>" ,
"Parsing: <data://test/a/../b> against <about:blank>" ,
"Parsing: <data://:443> against <about:blank>" ,
"Parsing: <data://test:test> against <about:blank>" ,
"Parsing: <data://[:1]> against <about:blank>" ,
"Parsing: <intent://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing: <intent:///test> against <about:blank>" ,
"Parsing: <intent://test/a/../b> against <about:blank>" ,
"Parsing: <intent://:443> against <about:blank>" ,
"Parsing: <intent://test:test> against <about:blank>" ,
"Parsing: <intent://[:1]> against <about:blank>" ,
"Parsing: <urn://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing: <urn:///test> against <about:blank>" ,
"Parsing: <urn://test/a/../b> against <about:blank>" ,
"Parsing: <urn://:443> against <about:blank>" ,
"Parsing: <urn://test:test> against <about:blank>" ,
"Parsing: <urn://[:1]> against <about:blank>" ,
"Parsing: <turn://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing: <turn:///test> against <about:blank>" ,
"Parsing: <turn://test/a/../b> against <about:blank>" ,
"Parsing: <turn://:443> against <about:blank>" ,
"Parsing: <turn://test:test> against <about:blank>" ,
"Parsing: <turn://[:1]> against <about:blank>" ,
"Parsing: <stun://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing: <stun:///test> against <about:blank>" ,
"Parsing: <stun://test/a/../b> against <about:blank>" ,
"Parsing: <stun://:443> against <about:blank>" ,
"Parsing: <stun://test:test> against <about:blank>" ,
"Parsing: <stun://[:1]> against <about:blank>" ,
"Parsing: <w://x:0> against <about:blank>" ,
"Parsing: <west://x:0> against <about:blank>" ,
"Parsing: <///test> against <http://example.org/>" ,
"Parsing: <///\\//\\//test> against <http://example.org/>" ,
"Parsing: <///example.org/path> against <http://example.org/>" ,
"Parsing: <///example.org/../path> against <http://example.org/>" ,
"Parsing: <///example.org/../../> against <http://example.org/>" ,
"Parsing: <///example.org/../path/../../> against <http://example.org/>" ,
"Parsing: <///example.org/../path/../../path> against <http://example.org/>" ,
"Parsing: </\\/\\//example.org/../path> against <http://example.org/>"
] ,
"a-element.html?include=file" : [
2024-04-16 19:33:05 -04:00
"Parsing: <file:.> against <about:blank>" ,
"Parsing: <file:.> against <http://www.example.com/test>" ,
2024-04-16 11:11:57 -04:00
"Parsing: <file:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <file://example:1/> against <about:blank>" ,
"Parsing: <file://example:test/> against <about:blank>" ,
"Parsing: <file://example%/> against <about:blank>" ,
"Parsing: <file://[example]/> against <about:blank>" ,
"Parsing: <file:c:\\foo\\bar.html> against <file:///tmp/mock/path>" ,
"Parsing: < File:c|////foo\\bar.html> against <file:///tmp/mock/path>" ,
"Parsing: <C|/foo/bar> against <file:///tmp/mock/path>" ,
"Parsing: </C|\\foo\\bar> against <file:///tmp/mock/path>" ,
"Parsing: <//C|/foo/bar> against <file:///tmp/mock/path>" ,
"Parsing: <//server/file> against <file:///tmp/mock/path>" ,
"Parsing: <\\\\server\\file> against <file:///tmp/mock/path>" ,
"Parsing: </\\server/file> against <file:///tmp/mock/path>" ,
"Parsing: <file:///foo/bar.txt> against <file:///tmp/mock/path>" ,
"Parsing: <file:///home/me> against <file:///tmp/mock/path>" ,
"Parsing: <//> against <file:///tmp/mock/path>" ,
"Parsing: <///> against <file:///tmp/mock/path>" ,
"Parsing: <///test> against <file:///tmp/mock/path>" ,
"Parsing: <file://test> against <file:///tmp/mock/path>" ,
"Parsing: <file://localhost> against <file:///tmp/mock/path>" ,
"Parsing: <file://localhost/> against <file:///tmp/mock/path>" ,
"Parsing: <file://localhost/test> against <file:///tmp/mock/path>" ,
"Parsing: <test> against <file:///tmp/mock/path>" ,
"Parsing: <file:test> against <file:///tmp/mock/path>" ,
"Parsing: <file:/example.com/> against <about:blank>" ,
"Parsing: <file:...> against <http://www.example.com/test>" ,
"Parsing: <file:..> against <http://www.example.com/test>" ,
"Parsing: <file:a> against <http://www.example.com/test>" ,
"Parsing: <file:///C%3A/> against <about:blank>" ,
"Parsing: <file:///C%7C/> against <about:blank>" ,
"Parsing: <file://%43%3A> against <about:blank>" ,
"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: <pix/submit.gif> against <file:///C:/Users/Domenic/Dropbox/GitHub/tmpvar/jsdom/test/level2/html/files/anchor.html>" ,
"Parsing: <..> against <file:///C:/>" ,
"Parsing: <..> against <file:///>" ,
"Parsing: </> against <file:///C:/a/b>" ,
"Parsing: </> against <file://h/C:/a/b>" ,
"Parsing: </> against <file://h/a/b>" ,
"Parsing: <//d:> against <file:///C:/a/b>" ,
"Parsing: <//d:/..> against <file:///C:/a/b>" ,
"Parsing: <..> against <file:///ab:/>" ,
"Parsing: <..> against <file:///1:/>" ,
"Parsing: <> against <file:///test?test#test>" ,
"Parsing: <file:> against <file:///test?test#test>" ,
"Parsing: <?x> against <file:///test?test#test>" ,
"Parsing: <file:?x> against <file:///test?test#test>" ,
"Parsing: <#x> against <file:///test?test#test>" ,
"Parsing: <file:#x> against <file:///test?test#test>" ,
"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//cat> against <about:blank>" ,
"Parsing: <file://localhost//a//../..//> against <about:blank>" ,
"Parsing: </////mouse> against <file:///elephant>" ,
"Parsing: <\\//pig> against <file://lion/>" ,
"Parsing: <\\/localhost//pig> against <file://lion/>" ,
"Parsing: <//localhost//pig> against <file://lion/>" ,
"Parsing: </..//localhost//pig> against <file://lion/>" ,
"Parsing: <file://> against <file://ape/>" ,
"Parsing: </rooibos> against <file://tea/>" ,
"Parsing: </?chai> against <file://tea/>" ,
"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> against <file://host/dir/file>" ,
"Parsing: <C|a> against <file://host/dir/file>" ,
"Parsing: </c:/foo/bar> against <file:///c:/baz/qux>" ,
"Parsing: </c|/foo/bar> against <file:///c:/baz/qux>" ,
"Parsing: <file:\\c:\\foo\\bar> against <file:///c:/baz/qux>" ,
"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>" ,
"Parsing: <C|/> against <file://host/>" ,
"Parsing: </C:/> against <file://host/>" ,
"Parsing: <file:C:/> against <file://host/>" ,
"Parsing: <file:/C:/> against <file://host/>" ,
"Parsing: <//C:/> against <file://host/>" ,
"Parsing: <file://C:/> against <file://host/>" ,
"Parsing: <///C:/> against <file://host/>" ,
"Parsing: <file:///C:/> against <file://host/>" ,
"Parsing: <file:/C|/> against <about:blank>" ,
"Parsing: <file://C|/> against <about:blank>" ,
"Parsing: <file:> against <about:blank>" ,
"Parsing: <file:?q=v> against <about:blank>" ,
"Parsing: <file:#frag> against <about:blank>" ,
"Parsing: <file:///Y:> against <about:blank>" ,
"Parsing: <file:///Y:/> against <about:blank>" ,
"Parsing: <file:///./Y> against <about:blank>" ,
"Parsing: <file:///./Y:> against <about:blank>" ,
"Parsing: <file:///y:> against <about:blank>" ,
"Parsing: <file:///y:/> against <about:blank>" ,
"Parsing: <file:///./y> against <about:blank>" ,
"Parsing: <file:///./y:> against <about:blank>" ,
"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: <file:////one/two> against <file:///>" ,
"Parsing: <//one/two> against <file:///>" ,
"Parsing: <///one/two> against <file:///>" ,
"Parsing: <////one/two> against <file:///>" ,
"Parsing: <file:///.//> against <file:////>" ,
"Parsing: <file:.//p> against <about:blank>" ,
"Parsing: <file:/.//p> against <about:blank>" ,
"Parsing: <10.0.0.7:8080/foo.html> against <file:///some/dir/bar.html>" ,
"Parsing: <a!@$*=/foo.html> against <file:///some/dir/bar.html>" ,
"Parsing: <file://a b/p> against <about:blank>" ,
"Parsing: <file://a%C2%ADb/p> against <about:blank>" ,
"Parsing: <file://loC𝐀 𝐋 𝐇 𝐨 𝐬 𝐭 /usr/bin> against <about:blank>" ,
"Parsing: <file:// /p> against <about:blank>" ,
"Parsing: <file://%C2%AD/p> against <about:blank>" ,
"Parsing: <file://xn--/p> against <about:blank>" ,
"Parsing: <> against <about:blank>" ,
"Parsing: <///abcdef/../> against <file:///>" ,
"Parsing: </\\//\\/a/../> against <file:///>" ,
"Parsing: <//a/../> against <file:///>"
] ,
"a-element.html?include=javascript" : [
"Parsing: <javascript:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <javascript:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <javascript:/example.com/> against <about:blank>" ,
"Parsing: <javascript:example.com/> against <about:blank>" ,
"Parsing: <javascript:/../> against <about:blank>" ,
"Parsing: <> against <about:blank>" ,
"Parsing: <javascript://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing: <javascript:///test> against <about:blank>" ,
"Parsing: <javascript://test/a/../b> against <about:blank>" ,
"Parsing: <javascript://:443> against <about:blank>" ,
"Parsing: <javascript://test:test> against <about:blank>" ,
"Parsing: <javascript://[:1]> against <about:blank>"
] ,
"a-element.html?include=mailto" : [
"Parsing: <mailto:/example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <mailto:example.com/> against <http://example.org/foo/bar>" ,
"Parsing: <mailto:/example.com/> against <about:blank>" ,
"Parsing: <mailto:example.com/> against <about:blank>" ,
"Parsing: <#x> against <mailto:x@x.com>" ,
"Parsing: <mailto:/../> against <about:blank>" ,
"Parsing: <> against <about:blank>" ,
"Parsing: <mailto://example.com:8080/pathname?search#hash> against <about:blank>" ,
"Parsing: <mailto:///test> against <about:blank>" ,
"Parsing: <mailto://test/a/../b> against <about:blank>" ,
"Parsing: <mailto://:443> against <about:blank>" ,
"Parsing: <mailto://test:test> against <about:blank>" ,
"Parsing: <mailto://[:1]> against <about:blank>"
] ,
"data-uri-fragment.html" : false ,
"failure.html" : [
"XHR: file://example:1/ should throw" ,
"Location's href: file://example:1/ should throw" ,
"window.open(): file://example:1/ should throw" ,
"XHR: file://example:test/ should throw" ,
"Location's href: file://example:test/ should throw" ,
"window.open(): file://example:test/ should throw" ,
"XHR: file://example%/ should throw" ,
"Location's href: file://example%/ should throw" ,
"window.open(): file://example%/ should throw" ,
"XHR: file://[example]/ should throw" ,
"Location's href: file://[example]/ should throw" ,
"window.open(): file://[example]/ should throw" ,
"XHR: http://user:pass@/ should throw" ,
"Location's href: http://user:pass@/ should throw" ,
"window.open(): http://user:pass@/ should throw" ,
"XHR: http://foo:-80/ should throw" ,
"Location's href: http://foo:-80/ should throw" ,
"window.open(): http://foo:-80/ should throw" ,
"XHR: http://user@/www.example.com should throw" ,
"Location's href: http://user@/www.example.com should throw" ,
"window.open(): http://user@/www.example.com should throw" ,
"XHR: http://@/www.example.com should throw" ,
"Location's href: http://@/www.example.com should throw" ,
"window.open(): http://@/www.example.com should throw" ,
"XHR: http://a:b@/www.example.com should throw" ,
"Location's href: http://a:b@/www.example.com should throw" ,
"window.open(): http://a:b@/www.example.com should throw" ,
"XHR: http://@:www.example.com should throw" ,
"Location's href: http://@:www.example.com should throw" ,
"window.open(): http://@:www.example.com should throw" ,
"XHR: https://<2F> should throw" ,
"Location's href: https://<2F> should throw" ,
"window.open(): https://<2F> should throw" ,
"XHR: https://%EF%BF%BD should throw" ,
"Location's href: https://%EF%BF%BD should throw" ,
"window.open(): https://%EF%BF%BD should throw" ,
"XHR: http://a.b.c.xn--pokxncvks should throw" ,
"Location's href: http://a.b.c.xn--pokxncvks should throw" ,
"window.open(): http://a.b.c.xn--pokxncvks should throw" ,
"XHR: http://10.0.0.xn--pokxncvks should throw" ,
"Location's href: http://10.0.0.xn--pokxncvks should throw" ,
"window.open(): http://10.0.0.xn--pokxncvks should throw" ,
"XHR: http://a.b.c.XN--pokxncvks should throw" ,
"Location's href: http://a.b.c.XN--pokxncvks should throw" ,
"window.open(): http://a.b.c.XN--pokxncvks should throw" ,
"XHR: http://a.b.c.Xn--pokxncvks should throw" ,
"Location's href: http://a.b.c.Xn--pokxncvks should throw" ,
"window.open(): http://a.b.c.Xn--pokxncvks should throw" ,
"XHR: http://10.0.0.XN--pokxncvks should throw" ,
"Location's href: http://10.0.0.XN--pokxncvks should throw" ,
"window.open(): http://10.0.0.XN--pokxncvks should throw" ,
"XHR: http://10.0.0.xN--pokxncvks should throw" ,
"Location's href: http://10.0.0.xN--pokxncvks should throw" ,
"window.open(): http://10.0.0.xN--pokxncvks should throw" ,
"XHR: https://x x:12 should throw" ,
"Location's href: https://x x:12 should throw" ,
"window.open(): https://x x:12 should throw" ,
"XHR: http://[www.google.com]/ should throw" ,
"Location's href: http://[www.google.com]/ should throw" ,
"window.open(): http://[www.google.com]/ should throw" ,
"XHR: sc://@/ should throw" ,
"Location's href: sc://@/ should throw" ,
"window.open(): sc://@/ should throw" ,
"XHR: sc://te@s:t@/ should throw" ,
"Location's href: sc://te@s:t@/ should throw" ,
"window.open(): sc://te@s:t@/ should throw" ,
"XHR: sc://:/ should throw" ,
"Location's href: sc://:/ should throw" ,
"window.open(): sc://:/ should throw" ,
"XHR: sc://:12/ should throw" ,
"Location's href: sc://:12/ should throw" ,
"window.open(): sc://:12/ should throw" ,
"XHR: sc://a\u0000b/ should throw" ,
"Location's href: sc://a\u0000b/ should throw" ,
"window.open(): sc://a\u0000b/ should throw" ,
"XHR: sc://a b/ should throw" ,
"Location's href: sc://a b/ should throw" ,
"window.open(): sc://a b/ should throw" ,
"XHR: sc://a<b should throw" ,
"Location's href: sc://a<b should throw" ,
"window.open(): sc://a<b should throw" ,
"XHR: sc://a>b should throw" ,
"Location's href: sc://a>b should throw" ,
"window.open(): sc://a>b should throw" ,
"XHR: sc://a[b/ should throw" ,
"Location's href: sc://a[b/ should throw" ,
"window.open(): sc://a[b/ should throw" ,
"XHR: sc://a\\b/ should throw" ,
"Location's href: sc://a\\b/ should throw" ,
"window.open(): sc://a\\b/ should throw" ,
"XHR: sc://a]b/ should throw" ,
"Location's href: sc://a]b/ should throw" ,
"window.open(): sc://a]b/ should throw" ,
"XHR: sc://a^b should throw" ,
"Location's href: sc://a^b should throw" ,
"window.open(): sc://a^b should throw" ,
"XHR: sc://a|b/ should throw" ,
"Location's href: sc://a|b/ should throw" ,
"window.open(): sc://a|b/ should throw" ,
"XHR: http://a\u0000b/ should throw" ,
"Location's href: http://a\u0000b/ should throw" ,
"window.open(): http://a\u0000b/ should throw" ,
"XHR: http://a\u0001b/ should throw" ,
"Location's href: http://a\u0001b/ should throw" ,
"window.open(): http://a\u0001b/ should throw" ,
"XHR: http://a\u0002b/ should throw" ,
"Location's href: http://a\u0002b/ should throw" ,
"window.open(): http://a\u0002b/ should throw" ,
"XHR: http://a\u0003b/ should throw" ,
"Location's href: http://a\u0003b/ should throw" ,
"window.open(): http://a\u0003b/ should throw" ,
"XHR: http://a\u0004b/ should throw" ,
"Location's href: http://a\u0004b/ should throw" ,
"window.open(): http://a\u0004b/ should throw" ,
"XHR: http://a\u0005b/ should throw" ,
"Location's href: http://a\u0005b/ should throw" ,
"window.open(): http://a\u0005b/ should throw" ,
"XHR: http://a\u0006b/ should throw" ,
"Location's href: http://a\u0006b/ should throw" ,
"window.open(): http://a\u0006b/ should throw" ,
"XHR: http://a\u0007b/ should throw" ,
"Location's href: http://a\u0007b/ should throw" ,
"window.open(): http://a\u0007b/ should throw" ,
"XHR: http://a\bb/ should throw" ,
"Location's href: http://a\bb/ should throw" ,
"window.open(): http://a\bb/ should throw" ,
"XHR: http://a\u000bb/ should throw" ,
"Location's href: http://a\u000bb/ should throw" ,
"window.open(): http://a\u000bb/ should throw" ,
"XHR: http://a\fb/ should throw" ,
"Location's href: http://a\fb/ should throw" ,
"window.open(): http://a\fb/ should throw" ,
"XHR: http://a\u000eb/ should throw" ,
"Location's href: http://a\u000eb/ should throw" ,
"window.open(): http://a\u000eb/ should throw" ,
"XHR: http://a\u000fb/ should throw" ,
"Location's href: http://a\u000fb/ should throw" ,
"window.open(): http://a\u000fb/ should throw" ,
"XHR: http://a\u0010b/ should throw" ,
"Location's href: http://a\u0010b/ should throw" ,
"window.open(): http://a\u0010b/ should throw" ,
"XHR: http://a\u0011b/ should throw" ,
"Location's href: http://a\u0011b/ should throw" ,
"window.open(): http://a\u0011b/ should throw" ,
"XHR: http://a\u0012b/ should throw" ,
"Location's href: http://a\u0012b/ should throw" ,
"window.open(): http://a\u0012b/ should throw" ,
"XHR: http://a\u0013b/ should throw" ,
"Location's href: http://a\u0013b/ should throw" ,
"window.open(): http://a\u0013b/ should throw" ,
"XHR: http://a\u0014b/ should throw" ,
"Location's href: http://a\u0014b/ should throw" ,
"window.open(): http://a\u0014b/ should throw" ,
"XHR: http://a\u0015b/ should throw" ,
"Location's href: http://a\u0015b/ should throw" ,
"window.open(): http://a\u0015b/ should throw" ,
"XHR: http://a\u0016b/ should throw" ,
"Location's href: http://a\u0016b/ should throw" ,
"window.open(): http://a\u0016b/ should throw" ,
"XHR: http://a\u0017b/ should throw" ,
"Location's href: http://a\u0017b/ should throw" ,
"window.open(): http://a\u0017b/ should throw" ,
"XHR: http://a\u0018b/ should throw" ,
"Location's href: http://a\u0018b/ should throw" ,
"window.open(): http://a\u0018b/ should throw" ,
"XHR: http://a\u0019b/ should throw" ,
"Location's href: http://a\u0019b/ should throw" ,
"window.open(): http://a\u0019b/ should throw" ,
"XHR: http://a\u001ab/ should throw" ,
"Location's href: http://a\u001ab/ should throw" ,
"window.open(): http://a\u001ab/ should throw" ,
"XHR: http://a\u001bb/ should throw" ,
"Location's href: http://a\u001bb/ should throw" ,
"window.open(): http://a\u001bb/ should throw" ,
"XHR: http://a\u001cb/ should throw" ,
"Location's href: http://a\u001cb/ should throw" ,
"window.open(): http://a\u001cb/ should throw" ,
"XHR: http://a\u001db/ should throw" ,
"Location's href: http://a\u001db/ should throw" ,
"window.open(): http://a\u001db/ should throw" ,
"XHR: http://a\u001eb/ should throw" ,
"Location's href: http://a\u001eb/ should throw" ,
"window.open(): http://a\u001eb/ should throw" ,
"XHR: http://a\u001fb/ should throw" ,
"Location's href: http://a\u001fb/ should throw" ,
"window.open(): http://a\u001fb/ should throw" ,
"XHR: http://a b/ should throw" ,
"Location's href: http://a b/ should throw" ,
"window.open(): http://a b/ should throw" ,
"XHR: http://a%b/ should throw" ,
"Location's href: http://a%b/ should throw" ,
"window.open(): http://a%b/ should throw" ,
"XHR: http://a<b should throw" ,
"Location's href: http://a<b should throw" ,
"window.open(): http://a<b should throw" ,
"XHR: http://a>b should throw" ,
"Location's href: http://a>b should throw" ,
"window.open(): http://a>b should throw" ,
"XHR: http://a[b/ should throw" ,
"Location's href: http://a[b/ should throw" ,
"window.open(): http://a[b/ should throw" ,
"XHR: http://a]b/ should throw" ,
"Location's href: http://a]b/ should throw" ,
"window.open(): http://a]b/ should throw" ,
"XHR: http://a^b should throw" ,
"Location's href: http://a^b should throw" ,
"window.open(): http://a^b should throw" ,
"XHR: http://a|b/ should throw" ,
"Location's href: http://a|b/ should throw" ,
"window.open(): http://a|b/ should throw" ,
"XHR: http://a b/ should throw" ,
"Location's href: http://a b/ should throw" ,
"window.open(): http://a b/ should throw" ,
"XHR: http://ho%00st/ should throw" ,
"Location's href: http://ho%00st/ should throw" ,
"window.open(): http://ho%00st/ should throw" ,
"XHR: http://ho%01st/ should throw" ,
"Location's href: http://ho%01st/ should throw" ,
"window.open(): http://ho%01st/ should throw" ,
"XHR: http://ho%02st/ should throw" ,
"Location's href: http://ho%02st/ should throw" ,
"window.open(): http://ho%02st/ should throw" ,
"XHR: http://ho%03st/ should throw" ,
"Location's href: http://ho%03st/ should throw" ,
"window.open(): http://ho%03st/ should throw" ,
"XHR: http://ho%04st/ should throw" ,
"Location's href: http://ho%04st/ should throw" ,
"window.open(): http://ho%04st/ should throw" ,
"XHR: http://ho%05st/ should throw" ,
"Location's href: http://ho%05st/ should throw" ,
"window.open(): http://ho%05st/ should throw" ,
"XHR: http://ho%06st/ should throw" ,
"Location's href: http://ho%06st/ should throw" ,
"window.open(): http://ho%06st/ should throw" ,
"XHR: http://ho%07st/ should throw" ,
"Location's href: http://ho%07st/ should throw" ,
"window.open(): http://ho%07st/ should throw" ,
"XHR: http://ho%08st/ should throw" ,
"Location's href: http://ho%08st/ should throw" ,
"window.open(): http://ho%08st/ should throw" ,
"XHR: http://ho%09st/ should throw" ,
"Location's href: http://ho%09st/ should throw" ,
"window.open(): http://ho%09st/ should throw" ,
"XHR: http://ho%0Ast/ should throw" ,
"Location's href: http://ho%0Ast/ should throw" ,
"window.open(): http://ho%0Ast/ should throw" ,
"XHR: http://ho%0Bst/ should throw" ,
"Location's href: http://ho%0Bst/ should throw" ,
"window.open(): http://ho%0Bst/ should throw" ,
"XHR: http://ho%0Cst/ should throw" ,
"Location's href: http://ho%0Cst/ should throw" ,
"window.open(): http://ho%0Cst/ should throw" ,
"XHR: http://ho%0Dst/ should throw" ,
"Location's href: http://ho%0Dst/ should throw" ,
"window.open(): http://ho%0Dst/ should throw" ,
"XHR: http://ho%0Est/ should throw" ,
"Location's href: http://ho%0Est/ should throw" ,
"window.open(): http://ho%0Est/ should throw" ,
"XHR: http://ho%0Fst/ should throw" ,
"Location's href: http://ho%0Fst/ should throw" ,
"window.open(): http://ho%0Fst/ should throw" ,
"XHR: http://ho%10st/ should throw" ,
"Location's href: http://ho%10st/ should throw" ,
"window.open(): http://ho%10st/ should throw" ,
"XHR: http://ho%11st/ should throw" ,
"Location's href: http://ho%11st/ should throw" ,
"window.open(): http://ho%11st/ should throw" ,
"XHR: http://ho%12st/ should throw" ,
"Location's href: http://ho%12st/ should throw" ,
"window.open(): http://ho%12st/ should throw" ,
"XHR: http://ho%13st/ should throw" ,
"Location's href: http://ho%13st/ should throw" ,
"window.open(): http://ho%13st/ should throw" ,
"XHR: http://ho%14st/ should throw" ,
"Location's href: http://ho%14st/ should throw" ,
"window.open(): http://ho%14st/ should throw" ,
"XHR: http://ho%15st/ should throw" ,
"Location's href: http://ho%15st/ should throw" ,
"window.open(): http://ho%15st/ should throw" ,
"XHR: http://ho%16st/ should throw" ,
"Location's href: http://ho%16st/ should throw" ,
"window.open(): http://ho%16st/ should throw" ,
"XHR: http://ho%17st/ should throw" ,
"Location's href: http://ho%17st/ should throw" ,
"window.open(): http://ho%17st/ should throw" ,
"XHR: http://ho%18st/ should throw" ,
"Location's href: http://ho%18st/ should throw" ,
"window.open(): http://ho%18st/ should throw" ,
"XHR: http://ho%19st/ should throw" ,
"Location's href: http://ho%19st/ should throw" ,
"window.open(): http://ho%19st/ should throw" ,
"XHR: http://ho%1Ast/ should throw" ,
"Location's href: http://ho%1Ast/ should throw" ,
"window.open(): http://ho%1Ast/ should throw" ,
"XHR: http://ho%1Bst/ should throw" ,
"Location's href: http://ho%1Bst/ should throw" ,
"window.open(): http://ho%1Bst/ should throw" ,
"XHR: http://ho%1Cst/ should throw" ,
"Location's href: http://ho%1Cst/ should throw" ,
"window.open(): http://ho%1Cst/ should throw" ,
"XHR: http://ho%1Dst/ should throw" ,
"Location's href: http://ho%1Dst/ should throw" ,
"window.open(): http://ho%1Dst/ should throw" ,
"XHR: http://ho%1Est/ should throw" ,
"Location's href: http://ho%1Est/ should throw" ,
"window.open(): http://ho%1Est/ should throw" ,
"XHR: http://ho%1Fst/ should throw" ,
"Location's href: http://ho%1Fst/ should throw" ,
"window.open(): http://ho%1Fst/ should throw" ,
"XHR: http://ho%20st/ should throw" ,
"Location's href: http://ho%20st/ should throw" ,
"window.open(): http://ho%20st/ should throw" ,
"XHR: http://ho%23st/ should throw" ,
"Location's href: http://ho%23st/ should throw" ,
"window.open(): http://ho%23st/ should throw" ,
"XHR: http://ho%25st/ should throw" ,
"Location's href: http://ho%25st/ should throw" ,
"window.open(): http://ho%25st/ should throw" ,
"XHR: http://ho%2Fst/ should throw" ,
"Location's href: http://ho%2Fst/ should throw" ,
"window.open(): http://ho%2Fst/ should throw" ,
"XHR: http://ho%3Ast/ should throw" ,
"Location's href: http://ho%3Ast/ should throw" ,
"window.open(): http://ho%3Ast/ should throw" ,
"XHR: http://ho%3Cst/ should throw" ,
"Location's href: http://ho%3Cst/ should throw" ,
"window.open(): http://ho%3Cst/ should throw" ,
"XHR: http://ho%3Est/ should throw" ,
"Location's href: http://ho%3Est/ should throw" ,
"window.open(): http://ho%3Est/ should throw" ,
"XHR: http://ho%3Fst/ should throw" ,
"Location's href: http://ho%3Fst/ should throw" ,
"window.open(): http://ho%3Fst/ should throw" ,
"XHR: http://ho%40st/ should throw" ,
"Location's href: http://ho%40st/ should throw" ,
"window.open(): http://ho%40st/ should throw" ,
"XHR: http://ho%5Bst/ should throw" ,
"Location's href: http://ho%5Bst/ should throw" ,
"window.open(): http://ho%5Bst/ should throw" ,
"XHR: http://ho%5Cst/ should throw" ,
"Location's href: http://ho%5Cst/ should throw" ,
"window.open(): http://ho%5Cst/ should throw" ,
"XHR: http://ho%5Dst/ should throw" ,
"Location's href: http://ho%5Dst/ should throw" ,
"window.open(): http://ho%5Dst/ should throw" ,
"XHR: http://ho%7Cst/ should throw" ,
"Location's href: http://ho%7Cst/ should throw" ,
"window.open(): http://ho%7Cst/ should throw" ,
"XHR: http://ho%7Fst/ should throw" ,
"Location's href: http://ho%7Fst/ should throw" ,
"window.open(): http://ho%7Fst/ should throw" ,
"XHR: ftp://example.com%80/ should throw" ,
"Location's href: ftp://example.com%80/ should throw" ,
"window.open(): ftp://example.com%80/ should throw" ,
"XHR: ftp://example.com%A0/ should throw" ,
"Location's href: ftp://example.com%A0/ should throw" ,
"window.open(): ftp://example.com%A0/ should throw" ,
"XHR: https://example.com%80/ should throw" ,
"Location's href: https://example.com%80/ should throw" ,
"window.open(): https://example.com%80/ should throw" ,
"XHR: https://example.com%A0/ should throw" ,
"Location's href: https://example.com%A0/ should throw" ,
"window.open(): https://example.com%A0/ should throw" ,
"XHR: https://0x100000000/test should throw" ,
"Location's href: https://0x100000000/test should throw" ,
"window.open(): https://0x100000000/test should throw" ,
"XHR: https://256.0.0.1/test should throw" ,
"Location's href: https://256.0.0.1/test should throw" ,
"window.open(): https://256.0.0.1/test should throw" ,
"XHR: file://%43%3A should throw" ,
"Location's href: file://%43%3A should throw" ,
"window.open(): file://%43%3A should throw" ,
"XHR: file://%43%7C should throw" ,
"Location's href: file://%43%7C should throw" ,
"window.open(): file://%43%7C should throw" ,
"XHR: file://%43| should throw" ,
"Location's href: file://%43| should throw" ,
"window.open(): file://%43| should throw" ,
"XHR: file://C%7C should throw" ,
"Location's href: file://C%7C should throw" ,
"window.open(): file://C%7C should throw" ,
"XHR: file://%43%7C/ should throw" ,
"Location's href: file://%43%7C/ should throw" ,
"window.open(): file://%43%7C/ should throw" ,
"XHR: https://%43%7C/ should throw" ,
"Location's href: https://%43%7C/ should throw" ,
"window.open(): https://%43%7C/ should throw" ,
"XHR: asdf://%43|/ should throw" ,
"Location's href: asdf://%43|/ should throw" ,
"window.open(): asdf://%43|/ should throw" ,
"XHR: https://[0::0::0] should throw" ,
"Location's href: https://[0::0::0] should throw" ,
"window.open(): https://[0::0::0] should throw" ,
"XHR: https://[0:.0] should throw" ,
"Location's href: https://[0:.0] should throw" ,
"window.open(): https://[0:.0] should throw" ,
"XHR: https://[0:0:] should throw" ,
"Location's href: https://[0:0:] should throw" ,
"window.open(): https://[0:0:] should throw" ,
"XHR: https://[0:1:2:3:4:5:6:7.0.0.0.1] should throw" ,
"Location's href: https://[0:1:2:3:4:5:6:7.0.0.0.1] should throw" ,
"window.open(): https://[0:1:2:3:4:5:6:7.0.0.0.1] should throw" ,
"XHR: https://[0:1.00.0.0.0] should throw" ,
"Location's href: https://[0:1.00.0.0.0] should throw" ,
"window.open(): https://[0:1.00.0.0.0] should throw" ,
"XHR: https://[0:1.290.0.0.0] should throw" ,
"Location's href: https://[0:1.290.0.0.0] should throw" ,
"window.open(): https://[0:1.290.0.0.0] should throw" ,
"XHR: https://[0:1.23.23] should throw" ,
"Location's href: https://[0:1.23.23] should throw" ,
"window.open(): https://[0:1.23.23] should throw" ,
"XHR: http://? should throw" ,
"Location's href: http://? should throw" ,
"window.open(): http://? should throw" ,
"XHR: http://# should throw" ,
"Location's href: http://# should throw" ,
"window.open(): http://# should throw" ,
"XHR: non-special://[:80/ should throw" ,
"Location's href: non-special://[:80/ should throw" ,
"window.open(): non-special://[:80/ should throw" ,
"XHR: http://[::127.0.0.0.1] should throw" ,
"Location's href: http://[::127.0.0.0.1] should throw" ,
"window.open(): http://[::127.0.0.0.1] should throw" ,
"XHR: file:// /p should throw" ,
"Location's href: file:// /p should throw" ,
"window.open(): file:// /p should throw" ,
"XHR: file://%C2%AD/p should throw" ,
"Location's href: file://%C2%AD/p should throw" ,
"window.open(): file://%C2%AD/p should throw" ,
"XHR: file://xn--/p should throw" ,
"Location's href: file://xn--/p should throw" ,
"window.open(): file://xn--/p should throw" ,
"XHR: http://0..0x300/ should throw" ,
"Location's href: http://0..0x300/ should throw" ,
"window.open(): http://0..0x300/ should throw" ,
"XHR: http://0..0x300./ should throw" ,
"Location's href: http://0..0x300./ should throw" ,
"window.open(): http://0..0x300./ should throw" ,
"XHR: http://1.2.3.08 should throw" ,
"Location's href: http://1.2.3.08 should throw" ,
"window.open(): http://1.2.3.08 should throw" ,
"XHR: http://1.2.3.08. should throw" ,
"Location's href: http://1.2.3.08. should throw" ,
"window.open(): http://1.2.3.08. should throw" ,
"XHR: http://1.2.3.09 should throw" ,
"Location's href: http://1.2.3.09 should throw" ,
"window.open(): http://1.2.3.09 should throw" ,
"XHR: http://09.2.3.4 should throw" ,
"Location's href: http://09.2.3.4 should throw" ,
"window.open(): http://09.2.3.4 should throw" ,
"XHR: http://09.2.3.4. should throw" ,
"Location's href: http://09.2.3.4. should throw" ,
"window.open(): http://09.2.3.4. should throw" ,
"XHR: http://01.2.3.4.5 should throw" ,
"Location's href: http://01.2.3.4.5 should throw" ,
"window.open(): http://01.2.3.4.5 should throw" ,
"XHR: http://01.2.3.4.5. should throw" ,
"Location's href: http://01.2.3.4.5. should throw" ,
"window.open(): http://01.2.3.4.5. should throw" ,
"XHR: http://0x100.2.3.4 should throw" ,
"Location's href: http://0x100.2.3.4 should throw" ,
"window.open(): http://0x100.2.3.4 should throw" ,
"XHR: http://0x100.2.3.4. should throw" ,
"Location's href: http://0x100.2.3.4. should throw" ,
"window.open(): http://0x100.2.3.4. should throw" ,
"XHR: http://0x1.2.3.4.5 should throw" ,
"Location's href: http://0x1.2.3.4.5 should throw" ,
"window.open(): http://0x1.2.3.4.5 should throw" ,
"XHR: http://0x1.2.3.4.5. should throw" ,
"Location's href: http://0x1.2.3.4.5. should throw" ,
"window.open(): http://0x1.2.3.4.5. should throw" ,
"XHR: http://foo.1.2.3.4 should throw" ,
"Location's href: http://foo.1.2.3.4 should throw" ,
"window.open(): http://foo.1.2.3.4 should throw" ,
"XHR: http://foo.1.2.3.4. should throw" ,
"Location's href: http://foo.1.2.3.4. should throw" ,
"window.open(): http://foo.1.2.3.4. should throw" ,
"XHR: http://foo.2.3.4 should throw" ,
"Location's href: http://foo.2.3.4 should throw" ,
"window.open(): http://foo.2.3.4 should throw" ,
"XHR: http://foo.2.3.4. should throw" ,
"Location's href: http://foo.2.3.4. should throw" ,
"window.open(): http://foo.2.3.4. should throw" ,
"XHR: http://foo.09 should throw" ,
"Location's href: http://foo.09 should throw" ,
"window.open(): http://foo.09 should throw" ,
"XHR: http://foo.09. should throw" ,
"Location's href: http://foo.09. should throw" ,
"window.open(): http://foo.09. should throw" ,
"XHR: http://foo.0x4 should throw" ,
"Location's href: http://foo.0x4 should throw" ,
"window.open(): http://foo.0x4 should throw" ,
"XHR: http://foo.0x4. should throw" ,
"Location's href: http://foo.0x4. should throw" ,
"window.open(): http://foo.0x4. should throw" ,
"XHR: http://0999999999999999999/ should throw" ,
"Location's href: http://0999999999999999999/ should throw" ,
"window.open(): http://0999999999999999999/ should throw" ,
"XHR: http://foo.0x should throw" ,
"Location's href: http://foo.0x should throw" ,
"window.open(): http://foo.0x should throw" ,
"XHR: http://foo.0XFfFfFfFfFfFfFfFfFfAcE123 should throw" ,
"Location's href: http://foo.0XFfFfFfFfFfFfFfFfFfAcE123 should throw" ,
"window.open(): http://foo.0XFfFfFfFfFfFfFfFfFfAcE123 should throw" ,
"XHR: http://💩.123/ should throw" ,
"Location's href: http://💩.123/ should throw" ,
"window.open(): http://💩.123/ should throw" ,
"XHR: https://\u0000y should throw" ,
"Location's href: https://\u0000y should throw" ,
"window.open(): https://\u0000y should throw" ,
"XHR: https://y should throw" ,
"Location's href: https://y should throw" ,
"window.open(): https://y should throw" ,
"XHR: https:// / should throw" ,
"Location's href: https:// / should throw" ,
"window.open(): https:// / should throw" ,
"XHR: https://%C2%AD/ should throw" ,
"Location's href: https://%C2%AD/ should throw" ,
"window.open(): https://%C2%AD/ should throw" ,
"XHR: https://xn--/ should throw" ,
"Location's href: https://xn--/ should throw" ,
"window.open(): https://xn--/ should throw" ,
"XHR: data://:443 should throw" ,
"Location's href: data://:443 should throw" ,
"window.open(): data://:443 should throw" ,
"XHR: data://test:test should throw" ,
"Location's href: data://test:test should throw" ,
"window.open(): data://test:test should throw" ,
"XHR: data://[:1] should throw" ,
"Location's href: data://[:1] should throw" ,
"window.open(): data://[:1] should throw" ,
"XHR: javascript://:443 should throw" ,
"Location's href: javascript://:443 should throw" ,
"window.open(): javascript://:443 should throw" ,
"XHR: javascript://test:test should throw" ,
"Location's href: javascript://test:test should throw" ,
"window.open(): javascript://test:test should throw" ,
"XHR: javascript://[:1] should throw" ,
"Location's href: javascript://[:1] should throw" ,
"window.open(): javascript://[:1] should throw" ,
"XHR: mailto://:443 should throw" ,
"Location's href: mailto://:443 should throw" ,
"window.open(): mailto://:443 should throw" ,
"XHR: mailto://test:test should throw" ,
"Location's href: mailto://test:test should throw" ,
"window.open(): mailto://test:test should throw" ,
"XHR: mailto://[:1] should throw" ,
"Location's href: mailto://[:1] should throw" ,
"window.open(): mailto://[:1] should throw" ,
"XHR: intent://:443 should throw" ,
"Location's href: intent://:443 should throw" ,
"window.open(): intent://:443 should throw" ,
"XHR: intent://test:test should throw" ,
"Location's href: intent://test:test should throw" ,
"window.open(): intent://test:test should throw" ,
"XHR: intent://[:1] should throw" ,
"Location's href: intent://[:1] should throw" ,
"window.open(): intent://[:1] should throw" ,
"XHR: urn://:443 should throw" ,
"Location's href: urn://:443 should throw" ,
"window.open(): urn://:443 should throw" ,
"XHR: urn://test:test should throw" ,
"Location's href: urn://test:test should throw" ,
"window.open(): urn://test:test should throw" ,
"XHR: urn://[:1] should throw" ,
"Location's href: urn://[:1] should throw" ,
"window.open(): urn://[:1] should throw" ,
"XHR: turn://:443 should throw" ,
"Location's href: turn://:443 should throw" ,
"window.open(): turn://:443 should throw" ,
"XHR: turn://test:test should throw" ,
"Location's href: turn://test:test should throw" ,
"window.open(): turn://test:test should throw" ,
"XHR: turn://[:1] should throw" ,
"Location's href: turn://[:1] should throw" ,
"window.open(): turn://[:1] should throw" ,
"XHR: stun://:443 should throw" ,
"Location's href: stun://:443 should throw" ,
"window.open(): stun://:443 should throw" ,
"XHR: stun://test:test should throw" ,
"Location's href: stun://test:test should throw" ,
"window.open(): stun://test:test should throw" ,
"XHR: stun://[:1] should throw" ,
"Location's href: stun://[:1] should throw" ,
"window.open(): stun://[:1] should throw"
] ,
"url-statics-parse.any.html" : true ,
"url-statics-parse.any.worker.html" : true
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-10-08 11:44:38 -04:00
"request-init-002.any.worker.html" : true ,
2022-09-22 05:07:50 -04:00
"request-init-stream.any.html" : [
"It is error to omit .duplex when the body is a ReadableStream." ,
"It is error to set .duplex = 'full' when the body is null." ,
"It is error to set .duplex = 'full' when the body is a string." ,
"It is error to set .duplex = 'full' when the body is a Uint8Array." ,
"It is error to set .duplex = 'full' when the body is a Blob." ,
"It is error to set .duplex = 'full' when the body is a ReadableStream."
] ,
"request-init-stream.any.worker.html" : [
"It is error to omit .duplex when the body is a ReadableStream." ,
"It is error to set .duplex = 'full' when the body is null." ,
"It is error to set .duplex = 'full' when the body is a string." ,
"It is error to set .duplex = 'full' when the body is a Uint8Array." ,
"It is error to set .duplex = 'full' when the body is a Blob." ,
"It is error to set .duplex = 'full' when the body is a ReadableStream."
] ,
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-10-08 11:44:38 -04:00
"request-consume-empty.any.worker.html" : [
"Consume empty FormData request body as text"
] ,
2021-08-09 12:49:31 -04:00
"request-consume.any.html" : true ,
2021-10-08 11:44:38 -04:00
"request-consume.any.worker.html" : true ,
2021-08-09 12:49:31 -04:00
"request-disturbed.any.html" : [
"Input request used for creating new request became disturbed even if body is not used"
] ,
2021-10-08 11:44:38 -04:00
"request-disturbed.any.worker.html" : [
"Input request used for creating new request became disturbed even if body is not used"
] ,
2021-08-09 12:49:31 -04:00
"request-error.any.html" : [
"RequestInit's window is not null" ,
"Input URL has credentials" ,
"RequestInit's mode is navigate" ,
"RequestInit's referrer is invalid" ,
"RequestInit's mode is no-cors and method is not simple" ,
"RequestInit's cache mode is only-if-cached and mode is not same-origin" ,
"Request with cache mode: only-if-cached and fetch mode cors" ,
"Request with cache mode: only-if-cached and fetch mode no-cors" ,
"Bad referrerPolicy init parameter value" ,
"Bad mode init parameter value" ,
"Bad credentials init parameter value" ,
"Bad cache init parameter value"
] ,
2021-10-08 11:44:38 -04:00
"request-error.any.worker.html" : [
"RequestInit's window is not null" ,
"Input URL has credentials" ,
"RequestInit's mode is navigate" ,
"RequestInit's referrer is invalid" ,
"RequestInit's mode is no-cors and method is not simple" ,
"RequestInit's cache mode is only-if-cached and mode is not same-origin" ,
"Request with cache mode: only-if-cached and fetch mode cors" ,
"Request with cache mode: only-if-cached and fetch mode no-cors" ,
"Bad referrerPolicy init parameter value" ,
"Bad mode init parameter value" ,
"Bad credentials init parameter value" ,
"Bad cache init parameter value"
] ,
2021-08-09 12:49:31 -04:00
"request-headers.any.html" : [
"Adding invalid request header \"Accept-Charset: KO\"" ,
"Adding invalid request header \"accept-charset: KO\"" ,
"Adding invalid request header \"ACCEPT-ENCODING: KO\"" ,
"Adding invalid request header \"Accept-Encoding: KO\"" ,
"Adding invalid request header \"Access-Control-Request-Headers: KO\"" ,
"Adding invalid request header \"Access-Control-Request-Method: KO\"" ,
"Adding invalid request header \"Connection: KO\"" ,
"Adding invalid request header \"Content-Length: KO\"" ,
"Adding invalid request header \"Cookie: KO\"" ,
"Adding invalid request header \"Cookie2: KO\"" ,
"Adding invalid request header \"Date: KO\"" ,
"Adding invalid request header \"DNT: KO\"" ,
"Adding invalid request header \"Expect: KO\"" ,
"Adding invalid request header \"Host: KO\"" ,
"Adding invalid request header \"Keep-Alive: KO\"" ,
"Adding invalid request header \"Origin: KO\"" ,
"Adding invalid request header \"Referer: KO\"" ,
2022-09-22 05:07:50 -04:00
"Adding invalid request header \"Set-Cookie: KO\"" ,
2021-08-09 12:49:31 -04:00
"Adding invalid request header \"TE: KO\"" ,
"Adding invalid request header \"Trailer: KO\"" ,
"Adding invalid request header \"Transfer-Encoding: KO\"" ,
"Adding invalid request header \"Upgrade: KO\"" ,
"Adding invalid request header \"Via: KO\"" ,
"Adding invalid request header \"Proxy-: KO\"" ,
"Adding invalid request header \"proxy-a: KO\"" ,
"Adding invalid request header \"Sec-: KO\"" ,
"Adding invalid request header \"sec-b: KO\"" ,
"Adding invalid no-cors request header \"Content-Type: KO\"" ,
"Adding invalid no-cors request header \"Potato: KO\"" ,
"Adding invalid no-cors request header \"proxy: KO\"" ,
"Adding invalid no-cors request header \"proxya: KO\"" ,
"Adding invalid no-cors request header \"sec: KO\"" ,
"Adding invalid no-cors request header \"secb: KO\"" ,
2023-03-24 23:27:49 -04:00
"Adding invalid no-cors request header \"Empty-Value: \"" ,
2021-08-09 12:49:31 -04:00
"Check that request constructor is filtering headers provided as init parameter" ,
"Check that no-cors request constructor is filtering headers provided as init parameter" ,
"Check that no-cors request constructor is filtering headers provided as part of request parameter"
] ,
2021-10-08 11:44:38 -04:00
"request-headers.any.worker.html" : [
"Adding invalid request header \"Accept-Charset: KO\"" ,
"Adding invalid request header \"accept-charset: KO\"" ,
"Adding invalid request header \"ACCEPT-ENCODING: KO\"" ,
"Adding invalid request header \"Accept-Encoding: KO\"" ,
"Adding invalid request header \"Access-Control-Request-Headers: KO\"" ,
"Adding invalid request header \"Access-Control-Request-Method: KO\"" ,
"Adding invalid request header \"Connection: KO\"" ,
"Adding invalid request header \"Content-Length: KO\"" ,
"Adding invalid request header \"Cookie: KO\"" ,
"Adding invalid request header \"Cookie2: KO\"" ,
"Adding invalid request header \"Date: KO\"" ,
"Adding invalid request header \"DNT: KO\"" ,
"Adding invalid request header \"Expect: KO\"" ,
"Adding invalid request header \"Host: KO\"" ,
"Adding invalid request header \"Keep-Alive: KO\"" ,
"Adding invalid request header \"Origin: KO\"" ,
"Adding invalid request header \"Referer: KO\"" ,
2022-09-22 05:07:50 -04:00
"Adding invalid request header \"Set-Cookie: KO\"" ,
2021-10-08 11:44:38 -04:00
"Adding invalid request header \"TE: KO\"" ,
"Adding invalid request header \"Trailer: KO\"" ,
"Adding invalid request header \"Transfer-Encoding: KO\"" ,
"Adding invalid request header \"Upgrade: KO\"" ,
"Adding invalid request header \"Via: KO\"" ,
"Adding invalid request header \"Proxy-: KO\"" ,
"Adding invalid request header \"proxy-a: KO\"" ,
"Adding invalid request header \"Sec-: KO\"" ,
"Adding invalid request header \"sec-b: KO\"" ,
"Adding invalid no-cors request header \"Content-Type: KO\"" ,
"Adding invalid no-cors request header \"Potato: KO\"" ,
"Adding invalid no-cors request header \"proxy: KO\"" ,
"Adding invalid no-cors request header \"proxya: KO\"" ,
"Adding invalid no-cors request header \"sec: KO\"" ,
"Adding invalid no-cors request header \"secb: KO\"" ,
2023-03-24 23:27:49 -04:00
"Adding invalid no-cors request header \"Empty-Value: \"" ,
2021-10-08 11:44:38 -04:00
"Check that request constructor is filtering headers provided as init parameter" ,
"Check that no-cors request constructor is filtering headers provided as init parameter" ,
"Check that no-cors request constructor is filtering headers provided as part of request parameter"
] ,
2021-08-09 12:49:31 -04:00
"request-init-contenttype.any.html" : true ,
2021-10-08 11:44:38 -04:00
"request-init-contenttype.any.worker.html" : true ,
2021-08-09 12:49:31 -04:00
"request-structure.any.html" : [
"Check destination attribute" ,
"Check referrer attribute" ,
"Check referrerPolicy attribute" ,
"Check mode attribute" ,
"Check credentials attribute" ,
"Check cache attribute" ,
"Check integrity attribute" ,
"Check isReloadNavigation attribute" ,
2022-10-24 10:11:24 -04:00
"Check isHistoryNavigation attribute" ,
"Check duplex attribute"
2021-10-08 11:44:38 -04:00
] ,
"request-structure.any.worker.html" : [
"Check destination attribute" ,
"Check referrer attribute" ,
"Check referrerPolicy attribute" ,
"Check mode attribute" ,
"Check credentials attribute" ,
"Check cache attribute" ,
"Check integrity attribute" ,
"Check isReloadNavigation attribute" ,
2022-10-24 10:11:24 -04:00
"Check isHistoryNavigation attribute" ,
"Check duplex attribute"
2021-11-07 20:20:39 -05:00
] ,
"forbidden-method.any.html" : true ,
2023-03-24 23:27:49 -04:00
"forbidden-method.any.worker.html" : true ,
"request-bad-port.any.html" : false ,
"request-bad-port.any.worker.html" : false ,
"request-cache-default-conditional.any.html" : true ,
"request-cache-default-conditional.any.worker.html" : true ,
"request-cache-default.any.html" : [
"RequestCache \"default\" mode checks the cache for previously cached content and avoids going to the network if a fresh response exists with Etag and fresh response" ,
"RequestCache \"default\" mode checks the cache for previously cached content and avoids going to the network if a fresh response exists with Last-Modified and fresh response"
] ,
"request-cache-default.any.worker.html" : [
"RequestCache \"default\" mode checks the cache for previously cached content and avoids going to the network if a fresh response exists with Etag and fresh response" ,
"RequestCache \"default\" mode checks the cache for previously cached content and avoids going to the network if a fresh response exists with Last-Modified and fresh response"
] ,
"request-cache-force-cache.any.html" : [
"RequestCache \"force-cache\" mode checks the cache for previously cached content and avoid revalidation for stale responses with Etag and stale response" ,
"RequestCache \"force-cache\" mode checks the cache for previously cached content and avoid revalidation for stale responses with Last-Modified and stale response" ,
"RequestCache \"force-cache\" mode checks the cache for previously cached content and avoid revalidation for fresh responses with Etag and fresh response" ,
"RequestCache \"force-cache\" mode checks the cache for previously cached content and avoid revalidation for fresh responses with Last-Modified and fresh response" ,
"RequestCache \"force-cache\" stores the response in the cache if it goes to the network with Etag and fresh response" ,
"RequestCache \"force-cache\" stores the response in the cache if it goes to the network with Last-Modified and fresh response"
] ,
"request-cache-force-cache.any.worker.html" : [
"RequestCache \"force-cache\" mode checks the cache for previously cached content and avoid revalidation for stale responses with Etag and stale response" ,
"RequestCache \"force-cache\" mode checks the cache for previously cached content and avoid revalidation for stale responses with Last-Modified and stale response" ,
"RequestCache \"force-cache\" mode checks the cache for previously cached content and avoid revalidation for fresh responses with Etag and fresh response" ,
"RequestCache \"force-cache\" mode checks the cache for previously cached content and avoid revalidation for fresh responses with Last-Modified and fresh response" ,
"RequestCache \"force-cache\" stores the response in the cache if it goes to the network with Etag and fresh response" ,
"RequestCache \"force-cache\" stores the response in the cache if it goes to the network with Last-Modified and fresh response"
] ,
"request-cache-no-cache.any.html" : true ,
"request-cache-no-cache.any.worker.html" : true ,
"request-cache-no-store.any.html" : true ,
"request-cache-no-store.any.worker.html" : true ,
"request-cache-only-if-cached.any.html" : false ,
"request-cache-only-if-cached.any.worker.html" : false ,
"request-cache-reload.any.html" : [
"RequestCache \"reload\" mode does store the response in the cache with Etag and fresh response" ,
"RequestCache \"reload\" mode does store the response in the cache with Last-Modified and fresh response" ,
"RequestCache \"reload\" mode does store the response in the cache even if a previous response is already stored with Etag and fresh response" ,
"RequestCache \"reload\" mode does store the response in the cache even if a previous response is already stored with Last-Modified and fresh response"
] ,
"request-cache-reload.any.worker.html" : [
"RequestCache \"reload\" mode does store the response in the cache with Etag and fresh response" ,
"RequestCache \"reload\" mode does store the response in the cache with Last-Modified and fresh response" ,
"RequestCache \"reload\" mode does store the response in the cache even if a previous response is already stored with Etag and fresh response" ,
"RequestCache \"reload\" mode does store the response in the cache even if a previous response is already stored with Last-Modified and fresh response"
] ,
"request-init-priority.any.html" : [
"new Request() throws a TypeError if any of RequestInit's members' values are invalid" ,
"fetch() with an invalid priority returns a rejected promise with a TypeError"
] ,
"request-init-priority.any.worker.html" : [
"new Request() throws a TypeError if any of RequestInit's members' values are invalid" ,
"fetch() with an invalid priority returns a rejected promise with a TypeError"
] ,
"request-keepalive.any.html" : false ,
"request-keepalive.any.worker.html" : false
2021-04-18 19:00:13 -04:00
} ,
"headers" : {
2021-09-29 12:42:06 -04:00
"header-values-normalize.any.html" : [
"XMLHttpRequest with value %00" ,
"XMLHttpRequest with value %01" ,
"XMLHttpRequest with value %02" ,
"XMLHttpRequest with value %03" ,
"XMLHttpRequest with value %04" ,
"XMLHttpRequest with value %05" ,
"XMLHttpRequest with value %06" ,
"XMLHttpRequest with value %07" ,
"XMLHttpRequest with value %08" ,
"XMLHttpRequest with value %09" ,
"XMLHttpRequest with value %0A" ,
"XMLHttpRequest with value %0D" ,
"XMLHttpRequest with value %0E" ,
"XMLHttpRequest with value %0F" ,
"XMLHttpRequest with value %10" ,
"XMLHttpRequest with value %11" ,
"XMLHttpRequest with value %12" ,
"XMLHttpRequest with value %13" ,
"XMLHttpRequest with value %14" ,
"XMLHttpRequest with value %15" ,
"XMLHttpRequest with value %16" ,
"XMLHttpRequest with value %17" ,
"XMLHttpRequest with value %18" ,
"XMLHttpRequest with value %19" ,
"XMLHttpRequest with value %1A" ,
"XMLHttpRequest with value %1B" ,
"XMLHttpRequest with value %1C" ,
"XMLHttpRequest with value %1D" ,
"XMLHttpRequest with value %1E" ,
"XMLHttpRequest with value %1F" ,
"XMLHttpRequest with value %20" ,
"fetch() with value %01" ,
"fetch() with value %02" ,
"fetch() with value %03" ,
"fetch() with value %04" ,
"fetch() with value %05" ,
"fetch() with value %06" ,
"fetch() with value %07" ,
"fetch() with value %08" ,
"fetch() with value %0E" ,
"fetch() with value %0F" ,
"fetch() with value %10" ,
"fetch() with value %11" ,
"fetch() with value %12" ,
"fetch() with value %13" ,
"fetch() with value %14" ,
"fetch() with value %15" ,
"fetch() with value %16" ,
"fetch() with value %17" ,
"fetch() with value %18" ,
"fetch() with value %19" ,
"fetch() with value %1A" ,
"fetch() with value %1B" ,
"fetch() with value %1C" ,
"fetch() with value %1D" ,
"fetch() with value %1E" ,
"fetch() with value %1F"
] ,
"header-values-normalize.any.worker.html" : [
"fetch() with value %01" ,
"fetch() with value %02" ,
"fetch() with value %03" ,
"fetch() with value %04" ,
"fetch() with value %05" ,
"fetch() with value %06" ,
"fetch() with value %07" ,
"fetch() with value %08" ,
"fetch() with value %0E" ,
"fetch() with value %0F" ,
"fetch() with value %10" ,
"fetch() with value %11" ,
"fetch() with value %12" ,
"fetch() with value %13" ,
"fetch() with value %14" ,
"fetch() with value %15" ,
"fetch() with value %16" ,
"fetch() with value %17" ,
"fetch() with value %18" ,
"fetch() with value %19" ,
"fetch() with value %1A" ,
"fetch() with value %1B" ,
"fetch() with value %1C" ,
"fetch() with value %1D" ,
"fetch() with value %1E" ,
"fetch() with value %1F"
] ,
"header-values.any.html" : [
"XMLHttpRequest with value x%00x needs to throw" ,
"XMLHttpRequest with value x%0Ax needs to throw" ,
"XMLHttpRequest with value x%0Dx needs to throw" ,
"XMLHttpRequest with all valid values" ,
"fetch() with all valid values"
] ,
"header-values.any.worker.html" : [
"fetch() with all valid values"
] ,
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 ,
2021-09-29 12:42:06 -04:00
"headers-structure.any.html" : true ,
2021-10-11 12:50:18 -04:00
"headers-basic.any.worker.html" : true ,
2021-09-29 12:42:06 -04:00
"headers-casing.any.worker.html" : true ,
"headers-combine.any.worker.html" : true ,
"headers-errors.any.worker.html" : true ,
"headers-no-cors.any.html" : [
"\"no-cors\" Headers object cannot have accept set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have accept-language set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have content-language set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have accept set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have accept-language set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have content-language set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have content-type set to text/plain;ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, text/plain" ,
"\"no-cors\" Headers object cannot have accept/\" as header" ,
"\"no-cors\" Headers object cannot have accept/012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678 as header" ,
"\"no-cors\" Headers object cannot have accept-language/\u0001 as header" ,
"\"no-cors\" Headers object cannot have accept-language/@ as header" ,
"\"no-cors\" Headers object cannot have authorization/basics as header" ,
"\"no-cors\" Headers object cannot have content-language/\u0001 as header" ,
"\"no-cors\" Headers object cannot have content-language/@ as header" ,
"\"no-cors\" Headers object cannot have content-type/text/html as header" ,
"\"no-cors\" Headers object cannot have content-type/text/plain; long=0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 as header" ,
"\"no-cors\" Headers object cannot have range/bytes 0- as header" ,
"\"no-cors\" Headers object cannot have test/hi as header" ,
"\"no-cors\" Headers object cannot have dpr/2 as header" ,
2023-03-24 23:27:49 -04:00
"\"no-cors\" Headers object cannot have rtt/1.0 as header" ,
"\"no-cors\" Headers object cannot have downlink/-1.0 as header" ,
"\"no-cors\" Headers object cannot have ect/6g as header" ,
2021-09-29 12:42:06 -04:00
"\"no-cors\" Headers object cannot have save-data/on as header" ,
"\"no-cors\" Headers object cannot have viewport-width/100 as header" ,
"\"no-cors\" Headers object cannot have width/100 as header" ,
"\"no-cors\" Headers object cannot have unknown/doesitmatter as header"
] ,
"headers-no-cors.any.worker.html" : [
"\"no-cors\" Headers object cannot have accept set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have accept-language set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have content-language set to sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have accept set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have accept-language set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have content-language set to , sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss" ,
"\"no-cors\" Headers object cannot have content-type set to text/plain;ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss, text/plain" ,
"\"no-cors\" Headers object cannot have accept/\" as header" ,
"\"no-cors\" Headers object cannot have accept/012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678 as header" ,
"\"no-cors\" Headers object cannot have accept-language/\u0001 as header" ,
"\"no-cors\" Headers object cannot have accept-language/@ as header" ,
"\"no-cors\" Headers object cannot have authorization/basics as header" ,
"\"no-cors\" Headers object cannot have content-language/\u0001 as header" ,
"\"no-cors\" Headers object cannot have content-language/@ as header" ,
"\"no-cors\" Headers object cannot have content-type/text/html as header" ,
"\"no-cors\" Headers object cannot have content-type/text/plain; long=0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 as header" ,
"\"no-cors\" Headers object cannot have range/bytes 0- as header" ,
"\"no-cors\" Headers object cannot have test/hi as header" ,
"\"no-cors\" Headers object cannot have dpr/2 as header" ,
2023-03-24 23:27:49 -04:00
"\"no-cors\" Headers object cannot have rtt/1.0 as header" ,
"\"no-cors\" Headers object cannot have downlink/-1.0 as header" ,
"\"no-cors\" Headers object cannot have ect/6g as header" ,
2021-09-29 12:42:06 -04:00
"\"no-cors\" Headers object cannot have save-data/on as header" ,
"\"no-cors\" Headers object cannot have viewport-width/100 as header" ,
"\"no-cors\" Headers object cannot have width/100 as header" ,
"\"no-cors\" Headers object cannot have unknown/doesitmatter as header"
] ,
"headers-normalize.any.worker.html" : true ,
"headers-record.any.worker.html" : true ,
2023-03-24 23:27:49 -04:00
"headers-structure.any.worker.html" : true ,
"header-setcookie.any.html" : [
"Set-Cookie is a forbidden response header"
] ,
"header-setcookie.any.worker.html" : [
"Set-Cookie is a forbidden response header"
]
2021-04-20 08:47:22 -04:00
} ,
"basic" : {
2021-05-09 10:32:30 -04:00
"request-head.any.html" : true ,
2021-10-08 11:44:38 -04:00
"request-head.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"request-headers-case.any.html" : false ,
2021-10-08 11:44:38 -04:00
"request-headers-case.any.worker.html" : false ,
2021-06-26 11:34:24 -04:00
"request-headers-nonascii.any.html" : true ,
2021-10-08 11:44:38 -04:00
"request-headers-nonascii.any.worker.html" : true ,
2024-04-16 19:33:05 -04:00
"request-headers.any.html" : false ,
"request-headers.any.worker.html" : false ,
2021-05-09 10:32:30 -04:00
"text-utf8.any.html" : true ,
2021-10-08 11:44:38 -04:00
"text-utf8.any.worker.html" : true ,
2022-06-19 17:33:24 -04:00
"accept-header.any.html" : true ,
"accept-header.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"conditional-get.any.html" : false ,
2021-10-08 11:44:38 -04:00
"conditional-get.any.worker.html" : false ,
2021-05-09 10:32:30 -04:00
"header-value-combining.any.html" : false ,
2021-10-08 11:44:38 -04:00
"header-value-combining.any.worker.html" : false ,
2021-05-09 10:32:30 -04:00
"header-value-null-byte.any.html" : true ,
2021-10-08 11:44:38 -04:00
"header-value-null-byte.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"historical.any.html" : true ,
2021-10-08 11:44:38 -04:00
"historical.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"http-response-code.any.html" : true ,
2021-10-08 11:44:38 -04:00
"http-response-code.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-url.sub.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-url.sub.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"scheme-about.any.html" : true ,
2021-10-08 11:44:38 -04:00
"scheme-about.any.worker.html" : true ,
2023-10-09 23:01:01 -04:00
"scheme-blob.sub.any.html" : [
"Fetching URL.createObjectURL(invalid_type_blob) is OK"
] ,
"scheme-blob.sub.any.worker.html" : [
"Fetching URL.createObjectURL(invalid_type_blob) is OK"
] ,
2021-06-18 05:14:14 -04:00
"scheme-data.any.html" : true ,
2021-10-08 11:44:38 -04:00
"scheme-data.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"scheme-others.sub.any.html" : true ,
2021-10-08 11:44:38 -04:00
"scheme-others.sub.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"stream-response.any.html" : true ,
2021-10-08 11:44:38 -04:00
"stream-response.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"stream-safe-creation.any.html" : [
"throwing Object.prototype.start accessor should not affect stream creation by 'fetch'" ,
2022-10-04 09:48:50 -04:00
"Object.prototype.start accessor returning invalid value should not affect stream creation by 'fetch'"
2021-08-09 12:49:31 -04:00
] ,
2021-10-08 11:44:38 -04:00
"stream-safe-creation.any.worker.html" : [
"throwing Object.prototype.start accessor should not affect stream creation by 'fetch'" ,
2022-10-04 09:48:50 -04:00
"Object.prototype.start accessor returning invalid value should not affect stream creation by 'fetch'"
2021-10-08 11:44:38 -04:00
] ,
2021-08-09 12:49:31 -04:00
"integrity.sub.any.html" : [
"Invalid integrity" ,
"Multiple integrities: invalid stronger than valid" ,
"Multiple integrities: both are invalid" ,
"CORS invalid integrity" ,
"Empty string integrity for opaque response" ,
"SHA-* integrity for opaque response"
] ,
2021-10-08 11:44:38 -04:00
"integrity.sub.any.worker.html" : [
"Invalid integrity" ,
"Multiple integrities: invalid stronger than valid" ,
"Multiple integrities: both are invalid" ,
"CORS invalid integrity" ,
"Empty string integrity for opaque response" ,
"SHA-* integrity for opaque response"
2023-03-24 23:27:49 -04:00
] ,
"error-after-response.any.worker.html" : false ,
"keepalive.any.html" : false ,
"mediasource.window.html" : false ,
"mode-same-origin.any.html" : [
"Fetch https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode" ,
"Fetch http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode" ,
"Fetch /fetch/api/basic/../resources/redirect.py?location=https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode" ,
"Fetch /fetch/api/basic/../resources/redirect.py?location=http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode"
] ,
"mode-same-origin.any.worker.html" : [
"Fetch https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode" ,
"Fetch http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode" ,
"Fetch /fetch/api/basic/../resources/redirect.py?location=https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode" ,
"Fetch /fetch/api/basic/../resources/redirect.py?location=http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode"
] ,
"referrer.any.html" : false ,
"referrer.any.worker.html" : false ,
"request-forbidden-headers.any.html" : [
"Accept-Charset is a forbidden request header" ,
"Accept-Encoding is a forbidden request header" ,
"Access-Control-Request-Headers is a forbidden request header" ,
"Access-Control-Request-Method is a forbidden request header" ,
"Connection is a forbidden request header" ,
"Cookie is a forbidden request header" ,
"Cookie2 is a forbidden request header" ,
"Date is a forbidden request header" ,
"DNT is a forbidden request header" ,
"Expect is a forbidden request header" ,
"Keep-Alive is a forbidden request header" ,
"Origin is a forbidden request header" ,
"Referer is a forbidden request header" ,
"TE is a forbidden request header" ,
"Trailer is a forbidden request header" ,
"Upgrade is a forbidden request header" ,
"Via is a forbidden request header" ,
"Proxy- is a forbidden request header" ,
"Proxy-Test is a forbidden request header" ,
"Sec- is a forbidden request header" ,
"Sec-Test is a forbidden request header" ,
"header x-http-method-override is forbidden to use value TRACE" ,
"header x-http-method is forbidden to use value TRACE" ,
"header x-method-override is forbidden to use value TRACE" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value TRACE" ,
"header X-HTTP-METHOD is forbidden to use value TRACE" ,
"header X-METHOD-OVERRIDE is forbidden to use value TRACE" ,
"header x-http-method-override is forbidden to use value TRACK" ,
"header x-http-method is forbidden to use value TRACK" ,
"header x-method-override is forbidden to use value TRACK" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value TRACK" ,
"header X-HTTP-METHOD is forbidden to use value TRACK" ,
"header X-METHOD-OVERRIDE is forbidden to use value TRACK" ,
"header x-http-method-override is forbidden to use value CONNECT" ,
"header x-http-method is forbidden to use value CONNECT" ,
"header x-method-override is forbidden to use value CONNECT" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value CONNECT" ,
"header X-HTTP-METHOD is forbidden to use value CONNECT" ,
"header X-METHOD-OVERRIDE is forbidden to use value CONNECT" ,
"header x-http-method-override is forbidden to use value trace" ,
"header x-http-method is forbidden to use value trace" ,
"header x-method-override is forbidden to use value trace" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value trace" ,
"header X-HTTP-METHOD is forbidden to use value trace" ,
"header X-METHOD-OVERRIDE is forbidden to use value trace" ,
"header x-http-method-override is forbidden to use value track" ,
"header x-http-method is forbidden to use value track" ,
"header x-method-override is forbidden to use value track" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value track" ,
"header X-HTTP-METHOD is forbidden to use value track" ,
"header X-METHOD-OVERRIDE is forbidden to use value track" ,
"header x-http-method-override is forbidden to use value connect" ,
"header x-http-method is forbidden to use value connect" ,
"header x-method-override is forbidden to use value connect" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value connect" ,
"header X-HTTP-METHOD is forbidden to use value connect" ,
"header X-METHOD-OVERRIDE is forbidden to use value connect" ,
"header x-http-method-override is forbidden to use value trace," ,
"header x-http-method is forbidden to use value trace," ,
"header x-method-override is forbidden to use value trace," ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value trace," ,
"header X-HTTP-METHOD is forbidden to use value trace," ,
"header X-METHOD-OVERRIDE is forbidden to use value trace,"
] ,
"request-forbidden-headers.any.worker.html" : [
"Accept-Charset is a forbidden request header" ,
"Accept-Encoding is a forbidden request header" ,
"Access-Control-Request-Headers is a forbidden request header" ,
"Access-Control-Request-Method is a forbidden request header" ,
"Connection is a forbidden request header" ,
"Cookie is a forbidden request header" ,
"Cookie2 is a forbidden request header" ,
"Date is a forbidden request header" ,
"DNT is a forbidden request header" ,
"Expect is a forbidden request header" ,
"Keep-Alive is a forbidden request header" ,
"Origin is a forbidden request header" ,
"Referer is a forbidden request header" ,
"TE is a forbidden request header" ,
"Trailer is a forbidden request header" ,
"Upgrade is a forbidden request header" ,
"Via is a forbidden request header" ,
"Proxy- is a forbidden request header" ,
"Proxy-Test is a forbidden request header" ,
"Sec- is a forbidden request header" ,
"Sec-Test is a forbidden request header" ,
"header x-http-method-override is forbidden to use value TRACE" ,
"header x-http-method is forbidden to use value TRACE" ,
"header x-method-override is forbidden to use value TRACE" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value TRACE" ,
"header X-HTTP-METHOD is forbidden to use value TRACE" ,
"header X-METHOD-OVERRIDE is forbidden to use value TRACE" ,
"header x-http-method-override is forbidden to use value TRACK" ,
"header x-http-method is forbidden to use value TRACK" ,
"header x-method-override is forbidden to use value TRACK" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value TRACK" ,
"header X-HTTP-METHOD is forbidden to use value TRACK" ,
"header X-METHOD-OVERRIDE is forbidden to use value TRACK" ,
"header x-http-method-override is forbidden to use value CONNECT" ,
"header x-http-method is forbidden to use value CONNECT" ,
"header x-method-override is forbidden to use value CONNECT" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value CONNECT" ,
"header X-HTTP-METHOD is forbidden to use value CONNECT" ,
"header X-METHOD-OVERRIDE is forbidden to use value CONNECT" ,
"header x-http-method-override is forbidden to use value trace" ,
"header x-http-method is forbidden to use value trace" ,
"header x-method-override is forbidden to use value trace" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value trace" ,
"header X-HTTP-METHOD is forbidden to use value trace" ,
"header X-METHOD-OVERRIDE is forbidden to use value trace" ,
"header x-http-method-override is forbidden to use value track" ,
"header x-http-method is forbidden to use value track" ,
"header x-method-override is forbidden to use value track" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value track" ,
"header X-HTTP-METHOD is forbidden to use value track" ,
"header X-METHOD-OVERRIDE is forbidden to use value track" ,
"header x-http-method-override is forbidden to use value connect" ,
"header x-http-method is forbidden to use value connect" ,
"header x-method-override is forbidden to use value connect" ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value connect" ,
"header X-HTTP-METHOD is forbidden to use value connect" ,
"header X-METHOD-OVERRIDE is forbidden to use value connect" ,
"header x-http-method-override is forbidden to use value trace," ,
"header x-http-method is forbidden to use value trace," ,
"header x-method-override is forbidden to use value trace," ,
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value trace," ,
"header X-HTTP-METHOD is forbidden to use value trace," ,
"header X-METHOD-OVERRIDE is forbidden to use value trace,"
] ,
"request-referrer.any.html" : false ,
2023-10-09 23:01:01 -04:00
"request-referrer.any.worker.html" : false ,
"error-after-response.any.html" : false ,
"mode-no-cors.sub.any.html" : {
"ignore" : true
} ,
"mode-no-cors.sub.any.worker.html" : {
"ignore" : true
} ,
"request-private-network-headers.tentative.any.html" : false ,
"request-private-network-headers.tentative.any.worker.html" : false ,
"response-null-body.any.html" : {
"ignore" : true
} ,
"response-null-body.any.worker.html" : {
"ignore" : true
}
2021-04-20 08:47:22 -04:00
} ,
"response" : {
2021-05-09 10:32:30 -04:00
"json.any.html" : true ,
2021-10-08 11:44:38 -04:00
"json.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-init-001.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-init-001.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-init-002.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-init-002.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-static-error.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-static-error.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-static-redirect.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-static-redirect.any.worker.html" : true ,
2022-10-14 05:38:17 -04:00
"response-stream-bad-chunk.any.html" : true ,
"response-stream-bad-chunk.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-stream-disturbed-1.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-stream-disturbed-1.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-stream-disturbed-2.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-stream-disturbed-2.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-stream-disturbed-3.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-stream-disturbed-3.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-stream-disturbed-4.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-stream-disturbed-4.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-stream-disturbed-5.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-stream-disturbed-5.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-stream-disturbed-6.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-stream-disturbed-6.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-stream-disturbed-by-pipe.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-stream-disturbed-by-pipe.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"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-10-08 11:44:38 -04:00
"response-stream-with-broken-then.any.worker.html" : [
"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 ,
2021-10-08 11:44:38 -04:00
"response-error-from-stream.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-error.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-error.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-from-stream.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-from-stream.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"response-cancel-stream.any.html" : true ,
2021-10-08 11:44:38 -04:00
"response-cancel-stream.any.worker.html" : true ,
2024-04-16 19:33:05 -04:00
"response-clone.any.html" : [
"Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)"
] ,
"response-clone.any.worker.html" : [
"Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk)"
] ,
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-10-08 11:44:38 -04:00
"response-consume-empty.any.worker.html" : [
"Consume empty FormData response body as text"
] ,
2023-08-04 07:57:54 -04:00
"response-consume-stream.any.html" : [
"Read text response's body as readableStream with mode=byob" ,
"Read URLSearchParams response's body as readableStream with mode=byob" ,
2023-11-13 13:40:05 -05:00
"Read array buffer response's body as readableStream with mode=byob" ,
"Reading with offset from Response stream"
2023-08-04 07:57:54 -04:00
] ,
"response-consume-stream.any.worker.html" : [
"Read text response's body as readableStream with mode=byob" ,
"Read URLSearchParams response's body as readableStream with mode=byob" ,
2023-11-13 13:40:05 -05:00
"Read array buffer response's body as readableStream with mode=byob" ,
"Reading with offset from Response stream"
2023-08-04 07:57:54 -04:00
] ,
2021-10-08 11:44:38 -04:00
"response-init-contenttype.any.html" : true ,
2022-05-13 08:28:05 -04:00
"response-init-contenttype.any.worker.html" : true ,
"response-static-json.any.html" : true ,
2023-03-24 23:27:49 -04:00
"response-static-json.any.worker.html" : true ,
"response-clone-iframe.window.html" : false
2021-04-20 08:47:22 -04:00
} ,
"body" : {
2022-10-07 07:59:30 -04:00
"formdata.any.html" : true ,
"formdata.any.worker.html" : true ,
2023-06-08 16:56:05 -04:00
"mime-type.any.html" : [
"Response: Extract a MIME type with clone"
] ,
"mime-type.any.worker.html" : [
"Response: Extract a MIME type with clone"
]
2021-04-20 08:47:22 -04:00
} ,
"redirect" : {
2021-05-09 10:32:30 -04:00
"redirect-count.any.html" : true ,
2021-10-08 11:44:38 -04:00
"redirect-count.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"redirect-empty-location.any.html" : [
2021-04-20 08:47:22 -04:00
"redirect response with empty Location, manual mode"
] ,
2021-10-08 11:44:38 -04:00
"redirect-empty-location.any.worker.html" : [
"redirect response with empty Location, manual mode"
] ,
2021-09-25 09:27:34 -04:00
"redirect-location-escape.tentative.any.html" : [
"Redirect to unescaped UTF-8" ,
"Redirect to escaped and unescaped UTF-8" ,
"Escaping produces double-percent" ,
"Redirect to invalid UTF-8"
] ,
"redirect-location-escape.tentative.any.worker.html" : [
"Redirect to unescaped UTF-8" ,
"Redirect to escaped and unescaped UTF-8" ,
"Escaping produces double-percent" ,
"Redirect to invalid UTF-8"
] ,
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" ,
2023-06-08 16:56:05 -04:00
"Redirect 301 in \"manual\" mode with valid location" ,
2021-04-20 08:47:22 -04:00
"Redirect 301 in \"manual\" mode with invalid location" ,
"Redirect 301 in \"manual\" mode with data location" ,
"Redirect 302 in \"manual\" mode without location" ,
2023-06-08 16:56:05 -04:00
"Redirect 302 in \"manual\" mode with valid location" ,
2021-04-20 08:47:22 -04:00
"Redirect 302 in \"manual\" mode with invalid location" ,
"Redirect 302 in \"manual\" mode with data location" ,
"Redirect 303 in \"manual\" mode without location" ,
2023-06-08 16:56:05 -04:00
"Redirect 303 in \"manual\" mode with valid location" ,
2021-04-20 08:47:22 -04:00
"Redirect 303 in \"manual\" mode with invalid location" ,
"Redirect 303 in \"manual\" mode with data location" ,
"Redirect 307 in \"manual\" mode without location" ,
2023-06-08 16:56:05 -04:00
"Redirect 307 in \"manual\" mode with valid location" ,
2021-04-20 08:47:22 -04:00
"Redirect 307 in \"manual\" mode with invalid location" ,
"Redirect 307 in \"manual\" mode with data location" ,
"Redirect 308 in \"manual\" mode without location" ,
2023-06-08 16:56:05 -04:00
"Redirect 308 in \"manual\" mode with valid location" ,
2021-04-20 08:47:22 -04:00
"Redirect 308 in \"manual\" mode with invalid location" ,
"Redirect 308 in \"manual\" mode with data location"
] ,
2021-10-08 11:44:38 -04:00
"redirect-location.any.worker.html" : [
"Redirect 301 in \"manual\" mode without location" ,
2023-06-08 16:56:05 -04:00
"Redirect 301 in \"manual\" mode with valid location" ,
2021-10-08 11:44:38 -04:00
"Redirect 301 in \"manual\" mode with invalid location" ,
"Redirect 301 in \"manual\" mode with data location" ,
"Redirect 302 in \"manual\" mode without location" ,
2023-06-08 16:56:05 -04:00
"Redirect 302 in \"manual\" mode with valid location" ,
2021-10-08 11:44:38 -04:00
"Redirect 302 in \"manual\" mode with invalid location" ,
"Redirect 302 in \"manual\" mode with data location" ,
"Redirect 303 in \"manual\" mode without location" ,
2023-06-08 16:56:05 -04:00
"Redirect 303 in \"manual\" mode with valid location" ,
2021-10-08 11:44:38 -04:00
"Redirect 303 in \"manual\" mode with invalid location" ,
"Redirect 303 in \"manual\" mode with data location" ,
"Redirect 307 in \"manual\" mode without location" ,
2023-06-08 16:56:05 -04:00
"Redirect 307 in \"manual\" mode with valid location" ,
2021-10-08 11:44:38 -04:00
"Redirect 307 in \"manual\" mode with invalid location" ,
"Redirect 307 in \"manual\" mode with data location" ,
"Redirect 308 in \"manual\" mode without location" ,
2023-06-08 16:56:05 -04:00
"Redirect 308 in \"manual\" mode with valid location" ,
2021-10-08 11:44:38 -04:00
"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 ,
2021-10-08 11:44:38 -04:00
"redirect-method.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"redirect-schemes.any.html" : true ,
2021-10-08 11:44:38 -04:00
"redirect-schemes.any.worker.html" : true ,
2021-09-25 09:27:34 -04:00
"redirect-to-dataurl.any.html" : true ,
2023-03-24 23:27:49 -04:00
"redirect-to-dataurl.any.worker.html" : true ,
"redirect-back-to-original-origin.any.html" : false ,
"redirect-back-to-original-origin.any.worker.html" : false ,
"redirect-keepalive.any.html" : false ,
"redirect-mode.any.html" : [
"same-origin redirect 301 in manual redirect and cors mode" ,
"same-origin redirect 301 in manual redirect and no-cors mode" ,
"same-origin redirect 302 in manual redirect and cors mode" ,
"same-origin redirect 302 in manual redirect and no-cors mode" ,
"same-origin redirect 303 in manual redirect and cors mode" ,
"same-origin redirect 303 in manual redirect and no-cors mode" ,
"same-origin redirect 307 in manual redirect and cors mode" ,
"same-origin redirect 307 in manual redirect and no-cors mode" ,
"same-origin redirect 308 in manual redirect and cors mode" ,
"same-origin redirect 308 in manual redirect and no-cors mode" ,
"cross-origin redirect 301 in manual redirect and cors mode" ,
"cross-origin redirect 301 in manual redirect and no-cors mode" ,
"cross-origin redirect 301 in follow redirect and no-cors mode" ,
"cross-origin redirect 302 in manual redirect and cors mode" ,
"cross-origin redirect 302 in manual redirect and no-cors mode" ,
"cross-origin redirect 302 in follow redirect and no-cors mode" ,
"cross-origin redirect 303 in manual redirect and cors mode" ,
"cross-origin redirect 303 in manual redirect and no-cors mode" ,
"cross-origin redirect 303 in follow redirect and no-cors mode" ,
"cross-origin redirect 307 in manual redirect and cors mode" ,
"cross-origin redirect 307 in manual redirect and no-cors mode" ,
"cross-origin redirect 307 in follow redirect and no-cors mode" ,
"cross-origin redirect 308 in manual redirect and cors mode" ,
"cross-origin redirect 308 in manual redirect and no-cors mode" ,
"cross-origin redirect 308 in follow redirect and no-cors mode" ,
"manual redirect with a CORS error should be rejected"
] ,
"redirect-mode.any.worker.html" : [
"same-origin redirect 301 in manual redirect and cors mode" ,
"same-origin redirect 301 in manual redirect and no-cors mode" ,
"same-origin redirect 302 in manual redirect and cors mode" ,
"same-origin redirect 302 in manual redirect and no-cors mode" ,
"same-origin redirect 303 in manual redirect and cors mode" ,
"same-origin redirect 303 in manual redirect and no-cors mode" ,
"same-origin redirect 307 in manual redirect and cors mode" ,
"same-origin redirect 307 in manual redirect and no-cors mode" ,
"same-origin redirect 308 in manual redirect and cors mode" ,
"same-origin redirect 308 in manual redirect and no-cors mode" ,
"cross-origin redirect 301 in manual redirect and cors mode" ,
"cross-origin redirect 301 in manual redirect and no-cors mode" ,
"cross-origin redirect 301 in follow redirect and no-cors mode" ,
"cross-origin redirect 302 in manual redirect and cors mode" ,
"cross-origin redirect 302 in manual redirect and no-cors mode" ,
"cross-origin redirect 302 in follow redirect and no-cors mode" ,
"cross-origin redirect 303 in manual redirect and cors mode" ,
"cross-origin redirect 303 in manual redirect and no-cors mode" ,
"cross-origin redirect 303 in follow redirect and no-cors mode" ,
"cross-origin redirect 307 in manual redirect and cors mode" ,
"cross-origin redirect 307 in manual redirect and no-cors mode" ,
"cross-origin redirect 307 in follow redirect and no-cors mode" ,
"cross-origin redirect 308 in manual redirect and cors mode" ,
"cross-origin redirect 308 in manual redirect and no-cors mode" ,
"cross-origin redirect 308 in follow redirect and no-cors mode" ,
"manual redirect with a CORS error should be rejected"
] ,
"redirect-origin.any.html" : [
2023-06-08 16:56:05 -04:00
"[GET] Redirect 301 Same origin to other origin" ,
"[GET] Redirect 301 Other origin to other origin" ,
"[GET] Redirect 301 Other origin to same origin" ,
"[POST] Redirect 301 Same origin to other origin" ,
"[POST] Redirect 301 Other origin to other origin" ,
"[POST] Redirect 301 Other origin to same origin" ,
"[GET] Redirect 302 Same origin to other origin" ,
"[GET] Redirect 302 Other origin to other origin" ,
"[GET] Redirect 302 Other origin to same origin" ,
"[POST] Redirect 302 Same origin to other origin" ,
"[POST] Redirect 302 Other origin to other origin" ,
"[POST] Redirect 302 Other origin to same origin" ,
"[GET] Redirect 303 Same origin to other origin" ,
"[GET] Redirect 303 Other origin to other origin" ,
"[GET] Redirect 303 Other origin to same origin" ,
"[POST] Redirect 303 Same origin to other origin" ,
"[POST] Redirect 303 Other origin to other origin" ,
"[POST] Redirect 303 Other origin to same origin" ,
"[GET] Redirect 307 Same origin to other origin" ,
"[GET] Redirect 307 Other origin to other origin" ,
"[GET] Redirect 307 Other origin to same origin" ,
"[POST] Redirect 307 Same origin to other origin" ,
"[POST] Redirect 307 Other origin to other origin" ,
"[POST] Redirect 307 Other origin to same origin" ,
"[GET] Redirect 308 Same origin to other origin" ,
"[GET] Redirect 308 Other origin to other origin" ,
"[GET] Redirect 308 Other origin to same origin" ,
"[POST] Redirect 308 Same origin to other origin" ,
"[POST] Redirect 308 Other origin to other origin" ,
"[POST] Redirect 308 Other origin to same origin"
2023-03-24 23:27:49 -04:00
] ,
"redirect-origin.any.worker.html" : [
2023-06-08 16:56:05 -04:00
"[GET] Redirect 301 Same origin to other origin" ,
"[GET] Redirect 301 Other origin to other origin" ,
"[GET] Redirect 301 Other origin to same origin" ,
"[POST] Redirect 301 Same origin to other origin" ,
"[POST] Redirect 301 Other origin to other origin" ,
"[POST] Redirect 301 Other origin to same origin" ,
"[GET] Redirect 302 Same origin to other origin" ,
"[GET] Redirect 302 Other origin to other origin" ,
"[GET] Redirect 302 Other origin to same origin" ,
"[POST] Redirect 302 Same origin to other origin" ,
"[POST] Redirect 302 Other origin to other origin" ,
"[POST] Redirect 302 Other origin to same origin" ,
"[GET] Redirect 303 Same origin to other origin" ,
"[GET] Redirect 303 Other origin to other origin" ,
"[GET] Redirect 303 Other origin to same origin" ,
"[POST] Redirect 303 Same origin to other origin" ,
"[POST] Redirect 303 Other origin to other origin" ,
"[POST] Redirect 303 Other origin to same origin" ,
"[GET] Redirect 307 Same origin to other origin" ,
"[GET] Redirect 307 Other origin to other origin" ,
"[GET] Redirect 307 Other origin to same origin" ,
"[POST] Redirect 307 Same origin to other origin" ,
"[POST] Redirect 307 Other origin to other origin" ,
"[POST] Redirect 307 Other origin to same origin" ,
"[GET] Redirect 308 Same origin to other origin" ,
"[GET] Redirect 308 Other origin to other origin" ,
"[GET] Redirect 308 Other origin to same origin" ,
"[POST] Redirect 308 Same origin to other origin" ,
"[POST] Redirect 308 Other origin to other origin" ,
"[POST] Redirect 308 Other origin to same origin"
2023-03-24 23:27:49 -04:00
] ,
"redirect-referrer-override.any.html" : [
"Same origin redirection, no-referrer-when-downgrade init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, origin redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, origin redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, origin-when-cross-origin redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, same-origin redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, strict-origin redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, strict-origin redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, unsafe-url redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, unsafe-url redirect header " ,
"Same origin redirection, origin init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, origin init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, origin init, origin redirect header " ,
"Cross origin redirection, origin init, origin redirect header " ,
"Same origin redirection, origin init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, origin init, origin-when-cross-origin redirect header " ,
"Same origin redirection, origin init, same-origin redirect header " ,
"Same origin redirection, origin init, strict-origin redirect header " ,
"Cross origin redirection, origin init, strict-origin redirect header " ,
"Same origin redirection, origin init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, origin init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, origin init, unsafe-url redirect header " ,
"Cross origin redirection, origin init, unsafe-url redirect header " ,
"Same origin redirection, origin-when-cross-origin init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, origin-when-cross-origin init, origin redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, origin redirect header " ,
"Same origin redirection, origin-when-cross-origin init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, origin-when-cross-origin redirect header " ,
"Same origin redirection, origin-when-cross-origin init, same-origin redirect header " ,
"Same origin redirection, origin-when-cross-origin init, strict-origin redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, strict-origin redirect header " ,
"Same origin redirection, origin-when-cross-origin init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, origin-when-cross-origin init, unsafe-url redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, unsafe-url redirect header " ,
"Same origin redirection, same-origin init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, same-origin init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, same-origin init, origin redirect header " ,
"Cross origin redirection, same-origin init, origin redirect header " ,
"Same origin redirection, same-origin init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, same-origin init, origin-when-cross-origin redirect header " ,
"Same origin redirection, same-origin init, same-origin redirect header " ,
"Same origin redirection, same-origin init, strict-origin redirect header " ,
"Cross origin redirection, same-origin init, strict-origin redirect header " ,
"Same origin redirection, same-origin init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, same-origin init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, same-origin init, unsafe-url redirect header " ,
"Cross origin redirection, same-origin init, unsafe-url redirect header " ,
"Same origin redirection, strict-origin init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, strict-origin init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, strict-origin init, origin redirect header " ,
"Cross origin redirection, strict-origin init, origin redirect header " ,
"Same origin redirection, strict-origin init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, strict-origin init, origin-when-cross-origin redirect header " ,
"Same origin redirection, strict-origin init, same-origin redirect header " ,
"Same origin redirection, strict-origin init, strict-origin redirect header " ,
"Cross origin redirection, strict-origin init, strict-origin redirect header " ,
"Same origin redirection, strict-origin init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, strict-origin init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, strict-origin init, unsafe-url redirect header " ,
"Cross origin redirection, strict-origin init, unsafe-url redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, origin redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, origin redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, origin-when-cross-origin redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, same-origin redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, strict-origin redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, strict-origin redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, unsafe-url redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, unsafe-url redirect header " ,
"Same origin redirection, unsafe-url init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, unsafe-url init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, unsafe-url init, origin redirect header " ,
"Cross origin redirection, unsafe-url init, origin redirect header " ,
"Same origin redirection, unsafe-url init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, unsafe-url init, origin-when-cross-origin redirect header " ,
"Same origin redirection, unsafe-url init, same-origin redirect header " ,
"Same origin redirection, unsafe-url init, strict-origin redirect header " ,
"Cross origin redirection, unsafe-url init, strict-origin redirect header " ,
"Same origin redirection, unsafe-url init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, unsafe-url init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, unsafe-url init, unsafe-url redirect header " ,
"Cross origin redirection, unsafe-url init, unsafe-url redirect header "
] ,
"redirect-referrer-override.any.worker.html" : [
"Same origin redirection, no-referrer-when-downgrade init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, origin redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, origin redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, origin-when-cross-origin redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, same-origin redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, strict-origin redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, strict-origin redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, no-referrer-when-downgrade init, unsafe-url redirect header " ,
"Cross origin redirection, no-referrer-when-downgrade init, unsafe-url redirect header " ,
"Same origin redirection, origin init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, origin init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, origin init, origin redirect header " ,
"Cross origin redirection, origin init, origin redirect header " ,
"Same origin redirection, origin init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, origin init, origin-when-cross-origin redirect header " ,
"Same origin redirection, origin init, same-origin redirect header " ,
"Same origin redirection, origin init, strict-origin redirect header " ,
"Cross origin redirection, origin init, strict-origin redirect header " ,
"Same origin redirection, origin init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, origin init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, origin init, unsafe-url redirect header " ,
"Cross origin redirection, origin init, unsafe-url redirect header " ,
"Same origin redirection, origin-when-cross-origin init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, origin-when-cross-origin init, origin redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, origin redirect header " ,
"Same origin redirection, origin-when-cross-origin init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, origin-when-cross-origin redirect header " ,
"Same origin redirection, origin-when-cross-origin init, same-origin redirect header " ,
"Same origin redirection, origin-when-cross-origin init, strict-origin redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, strict-origin redirect header " ,
"Same origin redirection, origin-when-cross-origin init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, origin-when-cross-origin init, unsafe-url redirect header " ,
"Cross origin redirection, origin-when-cross-origin init, unsafe-url redirect header " ,
"Same origin redirection, same-origin init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, same-origin init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, same-origin init, origin redirect header " ,
"Cross origin redirection, same-origin init, origin redirect header " ,
"Same origin redirection, same-origin init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, same-origin init, origin-when-cross-origin redirect header " ,
"Same origin redirection, same-origin init, same-origin redirect header " ,
"Same origin redirection, same-origin init, strict-origin redirect header " ,
"Cross origin redirection, same-origin init, strict-origin redirect header " ,
"Same origin redirection, same-origin init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, same-origin init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, same-origin init, unsafe-url redirect header " ,
"Cross origin redirection, same-origin init, unsafe-url redirect header " ,
"Same origin redirection, strict-origin init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, strict-origin init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, strict-origin init, origin redirect header " ,
"Cross origin redirection, strict-origin init, origin redirect header " ,
"Same origin redirection, strict-origin init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, strict-origin init, origin-when-cross-origin redirect header " ,
"Same origin redirection, strict-origin init, same-origin redirect header " ,
"Same origin redirection, strict-origin init, strict-origin redirect header " ,
"Cross origin redirection, strict-origin init, strict-origin redirect header " ,
"Same origin redirection, strict-origin init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, strict-origin init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, strict-origin init, unsafe-url redirect header " ,
"Cross origin redirection, strict-origin init, unsafe-url redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, origin redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, origin redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, origin-when-cross-origin redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, same-origin redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, strict-origin redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, strict-origin redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, strict-origin-when-cross-origin init, unsafe-url redirect header " ,
"Cross origin redirection, strict-origin-when-cross-origin init, unsafe-url redirect header " ,
"Same origin redirection, unsafe-url init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, unsafe-url init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, unsafe-url init, origin redirect header " ,
"Cross origin redirection, unsafe-url init, origin redirect header " ,
"Same origin redirection, unsafe-url init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, unsafe-url init, origin-when-cross-origin redirect header " ,
"Same origin redirection, unsafe-url init, same-origin redirect header " ,
"Same origin redirection, unsafe-url init, strict-origin redirect header " ,
"Cross origin redirection, unsafe-url init, strict-origin redirect header " ,
"Same origin redirection, unsafe-url init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, unsafe-url init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, unsafe-url init, unsafe-url redirect header " ,
"Cross origin redirection, unsafe-url init, unsafe-url redirect header "
] ,
"redirect-referrer.any.html" : [
"Same origin redirection, empty init, unsafe-url redirect header " ,
"Same origin redirection, empty init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, empty init, same-origin redirect header " ,
"Same origin redirection, empty init, origin redirect header " ,
"Same origin redirection, empty init, origin-when-cross-origin redirect header " ,
"Same origin redirection, empty init, strict-origin redirect header " ,
"Same origin redirection, empty init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, empty redirect header, unsafe-url init " ,
"Same origin redirection, empty redirect header, no-referrer-when-downgrade init " ,
"Same origin redirection, empty redirect header, same-origin init " ,
"Same origin redirection, empty redirect header, origin init " ,
"Same origin redirection, empty redirect header, origin-when-cross-origin init " ,
"Same origin redirection, empty redirect header, strict-origin init " ,
"Same origin redirection, empty redirect header, strict-origin-when-cross-origin init " ,
"Cross origin redirection, empty init, unsafe-url redirect header " ,
"Cross origin redirection, empty init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, empty init, origin redirect header " ,
"Cross origin redirection, empty init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, empty init, strict-origin redirect header " ,
"Cross origin redirection, empty init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, empty redirect header, unsafe-url init " ,
"Cross origin redirection, empty redirect header, no-referrer-when-downgrade init " ,
"Cross origin redirection, empty redirect header, origin init " ,
"Cross origin redirection, empty redirect header, origin-when-cross-origin init " ,
"Cross origin redirection, empty redirect header, strict-origin init " ,
"Cross origin redirection, empty redirect header, strict-origin-when-cross-origin init "
] ,
"redirect-referrer.any.worker.html" : [
"Same origin redirection, empty init, unsafe-url redirect header " ,
"Same origin redirection, empty init, no-referrer-when-downgrade redirect header " ,
"Same origin redirection, empty init, same-origin redirect header " ,
"Same origin redirection, empty init, origin redirect header " ,
"Same origin redirection, empty init, origin-when-cross-origin redirect header " ,
"Same origin redirection, empty init, strict-origin redirect header " ,
"Same origin redirection, empty init, strict-origin-when-cross-origin redirect header " ,
"Same origin redirection, empty redirect header, unsafe-url init " ,
"Same origin redirection, empty redirect header, no-referrer-when-downgrade init " ,
"Same origin redirection, empty redirect header, same-origin init " ,
"Same origin redirection, empty redirect header, origin init " ,
"Same origin redirection, empty redirect header, origin-when-cross-origin init " ,
"Same origin redirection, empty redirect header, strict-origin init " ,
"Same origin redirection, empty redirect header, strict-origin-when-cross-origin init " ,
"Cross origin redirection, empty init, unsafe-url redirect header " ,
"Cross origin redirection, empty init, no-referrer-when-downgrade redirect header " ,
"Cross origin redirection, empty init, origin redirect header " ,
"Cross origin redirection, empty init, origin-when-cross-origin redirect header " ,
"Cross origin redirection, empty init, strict-origin redirect header " ,
"Cross origin redirection, empty init, strict-origin-when-cross-origin redirect header " ,
"Cross origin redirection, empty redirect header, unsafe-url init " ,
"Cross origin redirection, empty redirect header, no-referrer-when-downgrade init " ,
"Cross origin redirection, empty redirect header, origin init " ,
"Cross origin redirection, empty redirect header, origin-when-cross-origin init " ,
"Cross origin redirection, empty redirect header, strict-origin init " ,
"Cross origin redirection, empty redirect header, strict-origin-when-cross-origin init "
]
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
"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" ,
2023-03-24 23:27:49 -04:00
"Request interface: attribute duplex" ,
2021-04-26 07:02:49 -04:00
"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" ,
2022-10-24 10:11:24 -04:00
"Request interface: new Request('about:blank') must inherit property \"duplex\" with the proper type" ,
2023-06-08 16:56:05 -04:00
"Response interface: operation json(any, optional ResponseInit)" ,
2021-04-26 07:02:49 -04:00
"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
] ,
2021-10-08 11:44:38 -04:00
"idlharness.any.worker.html" : [
"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" ,
2023-03-24 23:27:49 -04:00
"Request interface: attribute duplex" ,
2021-10-08 11:44:38 -04:00
"Request interface: attribute body" ,
"Request interface: attribute bodyUsed" ,
"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" ,
2022-10-24 10:11:24 -04:00
"Request interface: new Request('about:blank') must inherit property \"duplex\" with the proper type" ,
2023-06-08 16:56:05 -04:00
"Response interface: operation json(any, optional ResponseInit)" ,
2021-10-08 11:44:38 -04:00
"Response interface: attribute body" ,
"Response interface: attribute bodyUsed" ,
"Response interface: calling redirect(USVString, optional unsigned short) on new Response() with too few arguments must throw TypeError" ,
"WorkerGlobalScope interface: operation fetch(RequestInfo, optional RequestInit)" ,
"WorkerGlobalScope interface: self must inherit property \"fetch(RequestInfo, optional RequestInit)\" with the proper type" ,
"WorkerGlobalScope interface: calling fetch(RequestInfo, optional RequestInit) on self with too few arguments must throw TypeError"
] ,
2021-06-06 09:37:17 -04:00
"abort" : {
2022-10-07 07:59:30 -04:00
"request.any.html" : true ,
"request.any.worker.html" : true ,
2023-08-08 06:05:42 -04:00
"general.any.html" : true ,
"general.any.worker.html" : true ,
2022-04-18 15:17:19 -04:00
"cache.https.any.html" : false ,
"cache.https.any.worker.html" : false
2023-03-24 23:27:49 -04:00
} ,
"cors" : {
"cors-basic.any.html" : false ,
"cors-basic.any.worker.html" : false ,
"cors-cookies-redirect.any.html" : [
"Testing credentials after cross-origin redirection with CORS and no preflight" ,
"Testing credentials after cross-origin redirection with CORS and preflight"
] ,
"cors-cookies-redirect.any.worker.html" : [
"Testing credentials after cross-origin redirection with CORS and no preflight" ,
"Testing credentials after cross-origin redirection with CORS and preflight"
] ,
"cors-cookies.any.html" : [
"Include mode: 1 cookie"
] ,
"cors-cookies.any.worker.html" : [
"Include mode: 1 cookie"
] ,
"cors-expose-star.sub.any.html" : false ,
"cors-expose-star.sub.any.worker.html" : false ,
"cors-filtering.sub.any.html" : false ,
"cors-filtering.sub.any.worker.html" : false ,
"cors-multiple-origins.sub.any.html" : false ,
"cors-multiple-origins.sub.any.worker.html" : false ,
"cors-no-preflight.any.html" : true ,
"cors-no-preflight.any.worker.html" : true ,
"cors-origin.any.html" : [
"Cross domain different subdomain [origin KO]" ,
"Same domain different port [origin KO]" ,
"Cross domain different port [origin KO]" ,
"Cross domain different protocol [origin KO]" ,
"Same domain different protocol different port [origin KO]" ,
"Cross domain [POST] [origin KO]" ,
"Cross domain [HEAD] [origin KO]" ,
"CORS preflight [PUT] [origin KO]" ,
"Allowed origin: \"\" [origin KO]"
] ,
"cors-origin.any.worker.html" : [
"Cross domain different subdomain [origin KO]" ,
"Same domain different port [origin KO]" ,
"Cross domain different port [origin KO]" ,
"Cross domain different protocol [origin KO]" ,
"Same domain different protocol different port [origin KO]" ,
"Cross domain [POST] [origin KO]" ,
"Cross domain [HEAD] [origin KO]" ,
"CORS preflight [PUT] [origin KO]" ,
"Allowed origin: \"\" [origin KO]"
] ,
"cors-preflight-cache.any.html" : false ,
"cors-preflight-cache.any.worker.html" : false ,
"cors-preflight-not-cors-safelisted.any.html" : [
"Need CORS-preflight for accept/\" header" ,
"Need CORS-preflight for accept/012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678 header" ,
"Need CORS-preflight for accept-language/\u0001 header" ,
"Need CORS-preflight for accept-language/@ header" ,
"Need CORS-preflight for authorization/basics header" ,
"Need CORS-preflight for content-language/\u0001 header" ,
"Need CORS-preflight for content-language/@ header" ,
"Need CORS-preflight for content-type/text/html header" ,
"Need CORS-preflight for content-type/text/plain; long=0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 header" ,
"Need CORS-preflight for range/bytes 0- header" ,
"Need CORS-preflight for test/hi header"
] ,
"cors-preflight-not-cors-safelisted.any.worker.html" : [
"Need CORS-preflight for accept/\" header" ,
"Need CORS-preflight for accept/012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678 header" ,
"Need CORS-preflight for accept-language/\u0001 header" ,
"Need CORS-preflight for accept-language/@ header" ,
"Need CORS-preflight for authorization/basics header" ,
"Need CORS-preflight for content-language/\u0001 header" ,
"Need CORS-preflight for content-language/@ header" ,
"Need CORS-preflight for content-type/text/html header" ,
"Need CORS-preflight for content-type/text/plain; long=0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 header" ,
"Need CORS-preflight for range/bytes 0- header" ,
"Need CORS-preflight for test/hi header"
] ,
"cors-preflight-redirect.any.html" : false ,
"cors-preflight-redirect.any.worker.html" : false ,
"cors-preflight-referrer.any.html" : false ,
"cors-preflight-referrer.any.worker.html" : false ,
"cors-preflight-response-validation.any.html" : false ,
"cors-preflight-response-validation.any.worker.html" : false ,
"cors-preflight-star.any.html" : false ,
"cors-preflight-star.any.worker.html" : false ,
"cors-preflight-status.any.html" : false ,
"cors-preflight-status.any.worker.html" : false ,
"cors-preflight.any.html" : [
"CORS [DELETE], server allows" ,
"CORS [DELETE], server refuses" ,
"CORS [PUT], server allows" ,
"CORS [PUT], server allows, check preflight has user agent" ,
"CORS [PUT], server refuses" ,
"CORS [PATCH], server allows" ,
"CORS [PATCH], server refuses" ,
"CORS [patcH], server allows" ,
"CORS [patcH], server refuses" ,
"CORS [NEW], server allows" ,
"CORS [NEW], server refuses" ,
"CORS [chicken], server allows" ,
"CORS [chicken], server refuses" ,
"CORS [GET] [x-test-header: allowed], server allows" ,
"CORS [GET] [x-test-header: refused], server refuses" ,
"CORS [GET] [several headers], server allows" ,
"CORS [GET] [several headers], server refuses" ,
"CORS [PUT] [several headers], server allows" ,
"CORS [PUT] [several headers], server refuses" ,
"CORS [PUT] [only safe headers], server allows" ,
"\"authorization\" should not be covered by the wildcard symbol"
] ,
"cors-preflight.any.worker.html" : [
"CORS [DELETE], server allows" ,
"CORS [DELETE], server refuses" ,
"CORS [PUT], server allows" ,
"CORS [PUT], server allows, check preflight has user agent" ,
"CORS [PUT], server refuses" ,
"CORS [PATCH], server allows" ,
"CORS [PATCH], server refuses" ,
"CORS [patcH], server allows" ,
"CORS [patcH], server refuses" ,
"CORS [NEW], server allows" ,
"CORS [NEW], server refuses" ,
"CORS [chicken], server allows" ,
"CORS [chicken], server refuses" ,
"CORS [GET] [x-test-header: allowed], server allows" ,
"CORS [GET] [x-test-header: refused], server refuses" ,
"CORS [GET] [several headers], server allows" ,
"CORS [GET] [several headers], server refuses" ,
"CORS [PUT] [several headers], server allows" ,
"CORS [PUT] [several headers], server refuses" ,
"CORS [PUT] [only safe headers], server allows" ,
"\"authorization\" should not be covered by the wildcard symbol"
] ,
"cors-redirect-credentials.any.html" : [
"Redirect 301 from same origin to remote with user and password" ,
"Redirect 301 from same origin to remote with user" ,
"Redirect 301 from same origin to remote with password" ,
"Redirect 301 from remote to same origin with user and password" ,
"Redirect 301 from remote to same origin with user" ,
"Redirect 301 from remote to same origin with password" ,
"Redirect 301 from remote to same remote with user and password" ,
"Redirect 301 from remote to same remote with user" ,
"Redirect 301 from remote to same remote with password" ,
"Redirect 301 from remote to another remote with user and password" ,
"Redirect 301 from remote to another remote with user" ,
"Redirect 301 from remote to another remote with password" ,
"Redirect 302 from same origin to remote with user and password" ,
"Redirect 302 from same origin to remote with user" ,
"Redirect 302 from same origin to remote with password" ,
"Redirect 302 from remote to same origin with user and password" ,
"Redirect 302 from remote to same origin with user" ,
"Redirect 302 from remote to same origin with password" ,
"Redirect 302 from remote to same remote with user and password" ,
"Redirect 302 from remote to same remote with user" ,
"Redirect 302 from remote to same remote with password" ,
"Redirect 302 from remote to another remote with user and password" ,
"Redirect 302 from remote to another remote with user" ,
"Redirect 302 from remote to another remote with password" ,
"Redirect 303 from same origin to remote with user and password" ,
"Redirect 303 from same origin to remote with user" ,
"Redirect 303 from same origin to remote with password" ,
"Redirect 303 from remote to same origin with user and password" ,
"Redirect 303 from remote to same origin with user" ,
"Redirect 303 from remote to same origin with password" ,
"Redirect 303 from remote to same remote with user and password" ,
"Redirect 303 from remote to same remote with user" ,
"Redirect 303 from remote to same remote with password" ,
"Redirect 303 from remote to another remote with user and password" ,
"Redirect 303 from remote to another remote with user" ,
"Redirect 303 from remote to another remote with password" ,
"Redirect 307 from same origin to remote with user and password" ,
"Redirect 307 from same origin to remote with user" ,
"Redirect 307 from same origin to remote with password" ,
"Redirect 307 from remote to same origin with user and password" ,
"Redirect 307 from remote to same origin with user" ,
"Redirect 307 from remote to same origin with password" ,
"Redirect 307 from remote to same remote with user and password" ,
"Redirect 307 from remote to same remote with user" ,
"Redirect 307 from remote to same remote with password" ,
"Redirect 307 from remote to another remote with user and password" ,
"Redirect 307 from remote to another remote with user" ,
"Redirect 307 from remote to another remote with password" ,
"Redirect 308 from same origin to remote with user and password" ,
"Redirect 308 from same origin to remote with user" ,
"Redirect 308 from same origin to remote with password" ,
"Redirect 308 from remote to same origin with user and password" ,
"Redirect 308 from remote to same origin with user" ,
"Redirect 308 from remote to same origin with password" ,
"Redirect 308 from remote to same remote with user and password" ,
"Redirect 308 from remote to same remote with user" ,
"Redirect 308 from remote to same remote with password" ,
"Redirect 308 from remote to another remote with user and password" ,
"Redirect 308 from remote to another remote with user" ,
"Redirect 308 from remote to another remote with password"
] ,
"cors-redirect-credentials.any.worker.html" : [
"Redirect 301 from same origin to remote with user and password" ,
"Redirect 301 from same origin to remote with user" ,
"Redirect 301 from same origin to remote with password" ,
"Redirect 301 from remote to same origin with user and password" ,
"Redirect 301 from remote to same origin with user" ,
"Redirect 301 from remote to same origin with password" ,
"Redirect 301 from remote to same remote with user and password" ,
"Redirect 301 from remote to same remote with user" ,
"Redirect 301 from remote to same remote with password" ,
"Redirect 301 from remote to another remote with user and password" ,
"Redirect 301 from remote to another remote with user" ,
"Redirect 301 from remote to another remote with password" ,
"Redirect 302 from same origin to remote with user and password" ,
"Redirect 302 from same origin to remote with user" ,
"Redirect 302 from same origin to remote with password" ,
"Redirect 302 from remote to same origin with user and password" ,
"Redirect 302 from remote to same origin with user" ,
"Redirect 302 from remote to same origin with password" ,
"Redirect 302 from remote to same remote with user and password" ,
"Redirect 302 from remote to same remote with user" ,
"Redirect 302 from remote to same remote with password" ,
"Redirect 302 from remote to another remote with user and password" ,
"Redirect 302 from remote to another remote with user" ,
"Redirect 302 from remote to another remote with password" ,
"Redirect 303 from same origin to remote with user and password" ,
"Redirect 303 from same origin to remote with user" ,
"Redirect 303 from same origin to remote with password" ,
"Redirect 303 from remote to same origin with user and password" ,
"Redirect 303 from remote to same origin with user" ,
"Redirect 303 from remote to same origin with password" ,
"Redirect 303 from remote to same remote with user and password" ,
"Redirect 303 from remote to same remote with user" ,
"Redirect 303 from remote to same remote with password" ,
"Redirect 303 from remote to another remote with user and password" ,
"Redirect 303 from remote to another remote with user" ,
"Redirect 303 from remote to another remote with password" ,
"Redirect 307 from same origin to remote with user and password" ,
"Redirect 307 from same origin to remote with user" ,
"Redirect 307 from same origin to remote with password" ,
"Redirect 307 from remote to same origin with user and password" ,
"Redirect 307 from remote to same origin with user" ,
"Redirect 307 from remote to same origin with password" ,
"Redirect 307 from remote to same remote with user and password" ,
"Redirect 307 from remote to same remote with user" ,
"Redirect 307 from remote to same remote with password" ,
"Redirect 307 from remote to another remote with user and password" ,
"Redirect 307 from remote to another remote with user" ,
"Redirect 307 from remote to another remote with password" ,
"Redirect 308 from same origin to remote with user and password" ,
"Redirect 308 from same origin to remote with user" ,
"Redirect 308 from same origin to remote with password" ,
"Redirect 308 from remote to same origin with user and password" ,
"Redirect 308 from remote to same origin with user" ,
"Redirect 308 from remote to same origin with password" ,
"Redirect 308 from remote to same remote with user and password" ,
"Redirect 308 from remote to same remote with user" ,
"Redirect 308 from remote to same remote with password" ,
"Redirect 308 from remote to another remote with user and password" ,
"Redirect 308 from remote to another remote with user" ,
"Redirect 308 from remote to another remote with password"
] ,
"cors-redirect-preflight.any.html" : false ,
"cors-redirect-preflight.any.worker.html" : false ,
"cors-redirect.any.html" : false ,
"cors-redirect.any.worker.html" : false
} ,
"credentials" : {
"authentication-basic.any.html" : true ,
"authentication-basic.any.worker.html" : true ,
"authentication-redirection.any.html" : [
"getAuthorizationHeaderValue - cross origin redirection"
] ,
"authentication-redirection.any.worker.html" : [
"getAuthorizationHeaderValue - cross origin redirection"
] ,
"cookies.any.html" : [
"Include mode: 1 cookie" ,
"Include mode: 2 cookies" ,
"Same-origin mode: 1 cookie" ,
"Same-origin mode: 2 cookies"
] ,
"cookies.any.worker.html" : [
"Include mode: 1 cookie" ,
"Include mode: 2 cookies" ,
"Same-origin mode: 1 cookie" ,
"Same-origin mode: 2 cookies"
]
2021-06-06 09:37:17 -04:00
}
2021-04-10 17:38:15 -04:00
} ,
2021-09-25 09:27:34 -04:00
"content-length" : {
2023-03-24 23:27:49 -04:00
"api-and-duplicate-headers.any.html" : false ,
"api-and-duplicate-headers.any.worker.html" : false ,
"too-long.window.html" : true ,
"parsing.window.html" : [
"Input: \"Content-Length: aaaah\\r\\nContent-Length: aaaah\". Expected: 42." ,
"Input: \"Content-Length: aaaah, aaaah\". Expected: 42." ,
"Input: \"Content-Length: aaaah\". Expected: 42." ,
"Input: \"Content-Length: 42s\". Expected: 42." ,
"Input: \"Content-Length: 30s\". Expected: 42." ,
"Input: \"Content-Length: -1\". Expected: 42." ,
"Input: \"Content-Length: 0x20\". Expected: 42." ,
"Input: \"Content-Length: 030\\r\\nContent-Length: 30\". Expected: network error." ,
"Input: \"Content-Length: 030, 30\". Expected: network error." ,
"Input: \"Content-Length: \\\"30\\\"\". Expected: 42." ,
"Input: \"Content-Length: \". Expected: 42."
]
2021-09-25 09:27:34 -04:00
} ,
2022-10-08 15:57:31 -04:00
"content-type" : {
2023-03-24 23:27:49 -04:00
"multipart.window.html" : true ,
"multipart-malformed.any.html" : false ,
"multipart-malformed.any.worker.html" : false ,
"response.window.html" : [
"<iframe>: separate response Content-Type: text/plain" ,
"<iframe>: combined response Content-Type: text/plain" ,
"<iframe>: separate response Content-Type: text/plain " ,
"<iframe>: combined response Content-Type: text/plain " ,
"<iframe>: separate response Content-Type: text/html text/plain" ,
"<iframe>: combined response Content-Type: text/html text/plain" ,
"<iframe>: separate response Content-Type: text/plain;charset=gbk text/html" ,
"<iframe>: combined response Content-Type: text/plain;charset=gbk text/html" ,
"<iframe>: separate response Content-Type: text/plain;charset=gbk text/html;charset=windows-1254" ,
"<iframe>: combined response Content-Type: text/plain;charset=gbk text/html;charset=windows-1254" ,
"<iframe>: separate response Content-Type: text/plain;charset=gbk text/plain" ,
"<iframe>: combined response Content-Type: text/plain;charset=gbk text/plain" ,
"<iframe>: separate response Content-Type: text/plain;charset=gbk text/plain;charset=windows-1252" ,
"<iframe>: combined response Content-Type: text/plain;charset=gbk text/plain;charset=windows-1252" ,
"<iframe>: separate response Content-Type: text/html;charset=gbk text/html;x=\",text/plain" ,
"<iframe>: combined response Content-Type: text/html;charset=gbk text/html;x=\",text/plain" ,
"<iframe>: separate response Content-Type: text/plain;charset=gbk;x=foo text/plain" ,
"<iframe>: combined response Content-Type: text/plain;charset=gbk;x=foo text/plain" ,
"<iframe>: separate response Content-Type: text/html;charset=gbk text/plain text/html" ,
"<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html" ,
"<iframe>: separate response Content-Type: text/plain */*" ,
"<iframe>: combined response Content-Type: text/plain */*" ,
"<iframe>: separate response Content-Type: text/html */*" ,
"<iframe>: combined response Content-Type: text/html */*" ,
"<iframe>: separate response Content-Type: */* text/html" ,
"<iframe>: combined response Content-Type: */* text/html" ,
"<iframe>: separate response Content-Type: text/plain */*;charset=gbk" ,
"<iframe>: combined response Content-Type: text/plain */*;charset=gbk" ,
"<iframe>: separate response Content-Type: text/html */*;charset=gbk" ,
"<iframe>: combined response Content-Type: text/html */*;charset=gbk" ,
"<iframe>: separate response Content-Type: text/html;x=\" text/plain" ,
"<iframe>: combined response Content-Type: text/html;x=\" text/plain" ,
"<iframe>: separate response Content-Type: text/html;\" text/plain" ,
"<iframe>: combined response Content-Type: text/html;\" text/plain" ,
"<iframe>: separate response Content-Type: text/html;\" \\\" text/plain" ,
"<iframe>: combined response Content-Type: text/html;\" \\\" text/plain" ,
"<iframe>: separate response Content-Type: text/html;\" \\\" text/plain \";charset=GBK" ,
"<iframe>: combined response Content-Type: text/html;\" \\\" text/plain \";charset=GBK" ,
"<iframe>: separate response Content-Type: text/html;\" \" text/plain" ,
"<iframe>: combined response Content-Type: text/html;\" \" text/plain" ,
"fetch(): combined response Content-Type: text/html;x=\" text/plain" ,
"fetch(): separate response Content-Type: text/html;\" \\\" text/plain \";charset=GBK" ,
"fetch(): combined response Content-Type: text/html;\" \\\" text/plain \";charset=GBK" ,
"Request: combined response Content-Type: text/html;\" \\\" text/plain \";charset=GBK" ,
"Response: combined response Content-Type: text/html;\" \\\" text/plain \";charset=GBK"
] ,
"script.window.html" : [
"separate text/javascript;charset=windows-1252" ,
"separate text/javascript;\";charset=windows-1252" ,
"separate text/javascript\f" ,
"separate \"text/javascript\"" ,
"separate text/ javascript" ,
"separate text /javascript" ,
"separate x/x text/javascript" ,
"combined x/x text/javascript" ,
"separate x/x;charset=windows-1252 text/javascript" ,
"combined x/x;charset=windows-1252 text/javascript" ,
"separate text/javascript x/x" ,
"combined text/javascript x/x" ,
"separate text/javascript; charset=windows-1252 text/javascript" ,
"combined text/javascript; charset=windows-1252 text/javascript" ,
"separate text/javascript;\" x/x" ,
"combined text/javascript;\" x/x" ,
"separate text/javascript " ,
"combined text/javascript " ,
"separate text/javascript error" ,
"combined text/javascript error" ,
"separate text/javascript;charset=windows-1252 x/x text/javascript" ,
"combined text/javascript;charset=windows-1252 x/x text/javascript" ,
"separate text/javascript;charset=windows-1252 error text/javascript" ,
"combined text/javascript;charset=windows-1252 error text/javascript" ,
"separate text/javascript;charset=windows-1252 text/javascript" ,
"combined text/javascript;charset=windows-1252 text/javascript" ,
"separate text/javascript;charset=windows-1252;\" \\\" x/x" ,
"combined text/javascript;charset=windows-1252;\" \\\" x/x" ,
"separate x/x;\" x/y;\\\" text/javascript;charset=windows-1252;\" text/javascript" ,
"combined x/x;\" x/y;\\\" text/javascript;charset=windows-1252;\" text/javascript"
]
2022-10-08 15:57:31 -04:00
} ,
2021-04-10 17:38:15 -04:00
"data-urls" : {
2021-05-09 10:32:30 -04:00
"base64.any.html" : true ,
2023-03-24 23:27:49 -04:00
"base64.any.worker.html" : true ,
"processing.any.html" : true ,
"processing.any.worker.html" : true
2021-09-25 09:27:34 -04:00
} ,
"h1-parsing" : {
"lone-cr.window.html" : [
"Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\r\n\nBody)"
] ,
"status-code.window.html" : [
"HTTP/1.1 0 OK " ,
"HTTP/1.1 1 OK " ,
"HTTP/1.1 99 NOT OK " ,
"HTTP/1.1 077 77 " ,
"HTTP/1.1 099 HELLO " ,
"HTTP/1.1 200 " ,
"HTTP/1.1 999 DOES IT MATTER "
2023-03-24 23:27:49 -04:00
] ,
"resources-with-0x00-in-header.window.html" : false
2021-09-25 09:27:34 -04:00
} ,
"range" : {
"general.any.html" : [
"Privileged header not allowed for guard type: request-no-cors" ,
2022-04-18 15:17:19 -04:00
"Cross Origin Fetch with non safe range header"
2021-09-25 09:27:34 -04:00
] ,
"general.any.worker.html" : [
"Privileged header not allowed for guard type: request-no-cors" ,
2022-04-18 15:17:19 -04:00
"Cross Origin Fetch with non safe range header"
2021-09-25 09:27:34 -04:00
] ,
2023-03-24 23:27:49 -04:00
"general.window.html" : false ,
"blob.any.html" : false ,
"blob.any.worker.html" : false ,
"data.any.html" : true ,
"data.any.worker.html" : true ,
"sw.https.window.html" : false
} ,
"cross-origin-resource-policy" : {
"fetch.any.html" : [
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header." ,
"Cross-scheme (HTTP to HTTPS) no-cors fetch to a same-site URL with a 'Cross-Origin-Resource-Policy: same-site' response header." ,
"Cross-origin no-cors fetch to a same-site URL with a 'Cross-Origin-Resource-Policy: same-origin' response header." ,
"Valid cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header after a redirection." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' redirect response header."
] ,
"fetch.any.worker.html" : [
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header." ,
"Cross-scheme (HTTP to HTTPS) no-cors fetch to a same-site URL with a 'Cross-Origin-Resource-Policy: same-site' response header." ,
"Cross-origin no-cors fetch to a same-site URL with a 'Cross-Origin-Resource-Policy: same-origin' response header." ,
"Valid cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header after a redirection." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' redirect response header."
] ,
"fetch.https.any.html" : [
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header after a redirection." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' redirect response header."
] ,
"fetch.https.any.worker.html" : [
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header after a redirection." ,
"Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' redirect response header."
] ,
"scheme-restriction.any.html" : false ,
"scheme-restriction.any.worker.html" : false ,
"scheme-restriction.https.window.html" : false ,
"syntax.any.html" : true ,
"syntax.any.worker.html" : true
} ,
"http-cache" : {
"304-update.any.html" : false ,
"304-update.any.worker.html" : false ,
"cache-mode.any.html" : [
"Fetch sends Cache-Control: max-age=0 when cache mode is no-cache" ,
"Fetch sends Cache-Control: no-cache and Pragma: no-cache when cache mode is no-store"
] ,
"cache-mode.any.worker.html" : [
"Fetch sends Cache-Control: max-age=0 when cache mode is no-cache" ,
"Fetch sends Cache-Control: no-cache and Pragma: no-cache when cache mode is no-store"
] ,
"cc-request.any.html" : [
"HTTP cache does use aged stale response when request contains Cache-Control: max-stale that permits its use" ,
"HTTP cache does reuse stale response with Age header when request contains Cache-Control: max-stale that permits its use" ,
"HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached"
] ,
"cc-request.any.worker.html" : [
"HTTP cache does use aged stale response when request contains Cache-Control: max-stale that permits its use" ,
"HTTP cache does reuse stale response with Age header when request contains Cache-Control: max-stale that permits its use" ,
"HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached"
] ,
"credentials.tentative.any.html" : false ,
"credentials.tentative.any.worker.html" : false ,
"freshness.any.html" : [
"HTTP cache reuses a response with a future Expires" ,
"HTTP cache reuses a response with positive Cache-Control: max-age" ,
"HTTP cache reuses a response with positive Cache-Control: max-age and a past Expires" ,
"HTTP cache reuses a response with positive Cache-Control: max-age and an invalid Expires" ,
"HTTP cache stores a response with Cache-Control: no-cache, but revalidates upon use" ,
"HTTP cache stores a response with Cache-Control: no-cache, but revalidates upon use, even with max-age and Expires"
] ,
"freshness.any.worker.html" : [
"HTTP cache reuses a response with a future Expires" ,
"HTTP cache reuses a response with positive Cache-Control: max-age" ,
"HTTP cache reuses a response with positive Cache-Control: max-age and a past Expires" ,
"HTTP cache reuses a response with positive Cache-Control: max-age and an invalid Expires" ,
"HTTP cache stores a response with Cache-Control: no-cache, but revalidates upon use" ,
"HTTP cache stores a response with Cache-Control: no-cache, but revalidates upon use, even with max-age and Expires"
] ,
"heuristic.any.html" : [
"HTTP cache reuses an unknown response with Last-Modified based upon heuristic freshness when Cache-Control: public is present" ,
"HTTP cache reuses a 200 OK response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 203 Non-Authoritative Information response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 204 No Content response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 404 Not Found response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 405 Method Not Allowed response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 410 Gone response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 414 URI Too Long response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 501 Not Implemented response with Last-Modified based upon heuristic freshness"
] ,
"heuristic.any.worker.html" : [
"HTTP cache reuses an unknown response with Last-Modified based upon heuristic freshness when Cache-Control: public is present" ,
"HTTP cache reuses a 200 OK response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 203 Non-Authoritative Information response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 204 No Content response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 404 Not Found response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 405 Method Not Allowed response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 410 Gone response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 414 URI Too Long response with Last-Modified based upon heuristic freshness" ,
"HTTP cache reuses a 501 Not Implemented response with Last-Modified based upon heuristic freshness"
] ,
"invalidate.any.html" : [
"HTTP cache does not invalidate after a failed response from an unsafe request" ,
"HTTP cache does not invalidate Location URL after a failed response from an unsafe request" ,
"HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request"
] ,
"invalidate.any.worker.html" : [
"HTTP cache does not invalidate after a failed response from an unsafe request" ,
"HTTP cache does not invalidate Location URL after a failed response from an unsafe request" ,
"HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request"
] ,
"partial.any.html" : false ,
"partial.any.worker.html" : false ,
"post-patch.any.html" : false ,
"post-patch.any.worker.html" : false ,
"status.any.html" : [
"HTTP cache avoids going to the network if it has a fresh 200 response" ,
"HTTP cache avoids going to the network if it has a fresh 203 response" ,
"HTTP cache avoids going to the network if it has a fresh 204 response" ,
"HTTP cache avoids going to the network if it has a fresh 299 response" ,
"HTTP cache avoids going to the network if it has a fresh 400 response" ,
"HTTP cache avoids going to the network if it has a fresh 404 response" ,
"HTTP cache avoids going to the network if it has a fresh 410 response" ,
"HTTP cache avoids going to the network if it has a fresh 499 response" ,
"HTTP cache avoids going to the network if it has a fresh 500 response" ,
"HTTP cache avoids going to the network if it has a fresh 502 response" ,
"HTTP cache avoids going to the network if it has a fresh 503 response" ,
"HTTP cache avoids going to the network if it has a fresh 504 response" ,
"HTTP cache avoids going to the network if it has a fresh 599 response"
] ,
"status.any.worker.html" : [
"HTTP cache avoids going to the network if it has a fresh 200 response" ,
"HTTP cache avoids going to the network if it has a fresh 203 response" ,
"HTTP cache avoids going to the network if it has a fresh 204 response" ,
"HTTP cache avoids going to the network if it has a fresh 299 response" ,
"HTTP cache avoids going to the network if it has a fresh 400 response" ,
"HTTP cache avoids going to the network if it has a fresh 404 response" ,
"HTTP cache avoids going to the network if it has a fresh 410 response" ,
"HTTP cache avoids going to the network if it has a fresh 499 response" ,
"HTTP cache avoids going to the network if it has a fresh 500 response" ,
"HTTP cache avoids going to the network if it has a fresh 502 response" ,
"HTTP cache avoids going to the network if it has a fresh 503 response" ,
"HTTP cache avoids going to the network if it has a fresh 504 response" ,
"HTTP cache avoids going to the network if it has a fresh 599 response"
] ,
"vary.any.html" : [
"HTTP cache reuses Vary response when request matches" ,
"HTTP cache doesn't invalidate existing Vary response" ,
"HTTP cache doesn't pay attention to headers not listed in Vary" ,
"HTTP cache reuses two-way Vary response when request matches" ,
"HTTP cache reuses three-way Vary response when request matches" ,
"HTTP cache uses three-way Vary response when both request and the original request omited a variant header"
] ,
"vary.any.worker.html" : [
"HTTP cache reuses Vary response when request matches" ,
"HTTP cache doesn't invalidate existing Vary response" ,
"HTTP cache doesn't pay attention to headers not listed in Vary" ,
"HTTP cache reuses two-way Vary response when request matches" ,
"HTTP cache reuses three-way Vary response when request matches" ,
"HTTP cache uses three-way Vary response when both request and the original request omited a variant header"
]
} ,
"metadata" : {
"fetch-preflight.https.sub.any.html" : [
"Same-site fetch with preflight: sec-fetch-dest" ,
"Same-site fetch with preflight: sec-fetch-mode" ,
"Same-site fetch with preflight: sec-fetch-site" ,
"Cross-site fetch with preflight: sec-fetch-dest" ,
"Cross-site fetch with preflight: sec-fetch-mode" ,
"Cross-site fetch with preflight: sec-fetch-site"
] ,
"fetch-preflight.https.sub.any.worker.html" : [
"Same-site fetch with preflight: sec-fetch-dest" ,
"Same-site fetch with preflight: sec-fetch-mode" ,
"Same-site fetch with preflight: sec-fetch-site" ,
"Cross-site fetch with preflight: sec-fetch-dest" ,
"Cross-site fetch with preflight: sec-fetch-mode" ,
"Cross-site fetch with preflight: sec-fetch-site"
] ,
"fetch.https.sub.any.html" : [
"Same-origin fetch: sec-fetch-dest" ,
"Same-origin fetch: sec-fetch-mode" ,
"Same-origin fetch: sec-fetch-site" ,
"Same-site fetch: sec-fetch-dest" ,
"Same-site fetch: sec-fetch-mode" ,
"Same-site fetch: sec-fetch-site" ,
"Cross-site fetch: sec-fetch-dest" ,
"Cross-site fetch: sec-fetch-mode" ,
"Cross-site fetch: sec-fetch-site" ,
"Same-origin mode: sec-fetch-dest" ,
"Same-origin mode: sec-fetch-mode" ,
"Same-origin mode: sec-fetch-site" ,
"CORS mode: sec-fetch-dest" ,
"CORS mode: sec-fetch-mode" ,
"CORS mode: sec-fetch-site" ,
"no-CORS mode: sec-fetch-dest" ,
"no-CORS mode: sec-fetch-mode" ,
"no-CORS mode: sec-fetch-site"
] ,
"fetch.https.sub.any.worker.html" : [
"Same-origin fetch: sec-fetch-dest" ,
"Same-origin fetch: sec-fetch-mode" ,
"Same-origin fetch: sec-fetch-site" ,
"Same-site fetch: sec-fetch-dest" ,
"Same-site fetch: sec-fetch-mode" ,
"Same-site fetch: sec-fetch-site" ,
"Cross-site fetch: sec-fetch-dest" ,
"Cross-site fetch: sec-fetch-mode" ,
"Cross-site fetch: sec-fetch-site" ,
"Same-origin mode: sec-fetch-dest" ,
"Same-origin mode: sec-fetch-mode" ,
"Same-origin mode: sec-fetch-site" ,
"CORS mode: sec-fetch-dest" ,
"CORS mode: sec-fetch-mode" ,
"CORS mode: sec-fetch-site" ,
"no-CORS mode: sec-fetch-dest" ,
"no-CORS mode: sec-fetch-mode" ,
"no-CORS mode: sec-fetch-site"
] ,
"trailing-dot.https.sub.any.html" : [
"Fetching a resource from the same origin, but spelled with a trailing dot.: sec-fetch-dest" ,
"Fetching a resource from the same origin, but spelled with a trailing dot.: sec-fetch-mode" ,
"Fetching a resource from the same origin, but spelled with a trailing dot.: sec-fetch-site" ,
"Fetching a resource from the same site, but spelled with a trailing dot.: sec-fetch-dest" ,
"Fetching a resource from the same site, but spelled with a trailing dot.: sec-fetch-mode" ,
"Fetching a resource from the same site, but spelled with a trailing dot.: sec-fetch-site" ,
"Fetching a resource from a cross-site host, spelled with a trailing dot.: sec-fetch-dest" ,
"Fetching a resource from a cross-site host, spelled with a trailing dot.: sec-fetch-mode" ,
"Fetching a resource from a cross-site host, spelled with a trailing dot.: sec-fetch-site"
] ,
"trailing-dot.https.sub.any.worker.html" : [
"Fetching a resource from the same origin, but spelled with a trailing dot.: sec-fetch-dest" ,
"Fetching a resource from the same origin, but spelled with a trailing dot.: sec-fetch-mode" ,
"Fetching a resource from the same origin, but spelled with a trailing dot.: sec-fetch-site" ,
"Fetching a resource from the same site, but spelled with a trailing dot.: sec-fetch-dest" ,
"Fetching a resource from the same site, but spelled with a trailing dot.: sec-fetch-mode" ,
"Fetching a resource from the same site, but spelled with a trailing dot.: sec-fetch-site" ,
"Fetching a resource from a cross-site host, spelled with a trailing dot.: sec-fetch-dest" ,
"Fetching a resource from a cross-site host, spelled with a trailing dot.: sec-fetch-mode" ,
"Fetching a resource from a cross-site host, spelled with a trailing dot.: sec-fetch-site"
]
} ,
"nosniff" : {
"parsing-nosniff.window.html" : [
"X-Content-Type-Options%3A%20NOSNIFF" ,
"x-content-type-OPTIONS%3A%20nosniff" ,
"X-Content-Type-Options%3A%20nosniff%2C%2C%40%23%24%23%25%25%26%5E%26%5E*()()11!" ,
"X-Content-Type-Options%3A%20%40%23%24%23%25%25%26%5E%26%5E*()()11!%2Cnosniff" ,
"X-Content-Type-Options%3A%20nosniff%0D%0AX-Content-Type-Options%3A%20no" ,
"X-Content-Type-Options%3A%20no%0D%0AX-Content-Type-Options%3A%20nosniff" ,
"X-Content-Type-Options%3A%0D%0AX-Content-Type-Options%3A%20nosniff" ,
"X-Content-Type-Options%3A%20nosniff%0D%0AX-Content-Type-Options%3A%20nosniff" ,
"X-Content-Type-Options%3A%20%2Cnosniff" ,
"X-Content-Type-Options%3A%20nosniff%0C" ,
"X-Content-Type-Options%3A%20nosniff%0B" ,
"X-Content-Type-Options%3A%20nosniff%0B%2Cnosniff" ,
"X-Content-Type-Options%3A%20'NosniFF'" ,
"X-Content-Type-Options%3A%20%22nosniFF%22" ,
"Content-Type-Options%3A%20nosniff"
]
} ,
"orb" : {
"tentative" : {
"content-range.sub.any.html" : [
2023-10-09 23:01:01 -04:00
"ORB should block opaque range of image/png not starting at zero, that isn't subsequent: fetch(..., {mode: \"no-cors\"})"
2023-03-24 23:27:49 -04:00
] ,
"content-range.sub.any.worker.html" : [
2023-10-09 23:01:01 -04:00
"ORB should block opaque range of image/png not starting at zero, that isn't subsequent: fetch(..., {mode: \"no-cors\"})"
2023-03-24 23:27:49 -04:00
] ,
"known-mime-type.sub.any.html" : [
2023-10-09 23:01:01 -04:00
"ORB should block opaque font/ttf: fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque font/ttf: <img src=...>" ,
"ORB should block opaque font/ttf: <audio src=...>" ,
"ORB should block opaque font/ttf: <video src=...>" ,
"ORB should block opaque font/ttf: <script src=...>" ,
"ORB should block opaque text/plain: fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque text/plain: <img src=...>" ,
"ORB should block opaque text/plain: <audio src=...>" ,
"ORB should block opaque text/plain: <video src=...>" ,
"ORB should block opaque text/plain: <script src=...>" ,
"ORB should block opaque application/json (non-empty): fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque application/json (non-empty): <img src=...>" ,
"ORB should block opaque application/json (non-empty): <audio src=...>" ,
"ORB should block opaque application/json (non-empty): <video src=...>" ,
"ORB should block opaque application/json (non-empty): <script src=...>" ,
"ORB should block opaque application/json (empty): fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque application/json (empty): <img src=...>" ,
"ORB should block opaque application/json (empty): <audio src=...>" ,
"ORB should block opaque application/json (empty): <video src=...>" ,
"ORB should block opaque application/json (empty): <script src=...>" ,
"ORB should block opaque application/json which contains non ascii characters: fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque application/json which contains non ascii characters: <img src=...>" ,
"ORB should block opaque application/json which contains non ascii characters: <audio src=...>" ,
"ORB should block opaque application/json which contains non ascii characters: <video src=...>" ,
"ORB should block opaque application/json which contains non ascii characters: <script src=...>" ,
"ORB shouldn't block opaque image/png: <img src=...>" ,
"ORB shouldn't block opaque text/javascript: <script src=...>" ,
"ORB shouldn't block opaque text/javascript (utf16 encoded with BOM): <script src=...>" ,
"ORB shouldn't block opaque text/javascript (utf16 encoded without BOM but charset is provided in content-type): <script src=...>" ,
"ORB shouldn't block opaque text/javascript (iso-8559-1 encoded): <script src=...>" ,
"ORB shouldn't block text/javascript with valid asm.js: <script src=...>" ,
"ORB shouldn't block text/javascript with invalid asm.js: <script src=...>"
2023-03-24 23:27:49 -04:00
] ,
"known-mime-type.sub.any.worker.html" : [
2023-10-09 23:01:01 -04:00
"ORB should block opaque font/ttf: fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque text/plain: fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque application/json (non-empty): fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque application/json (empty): fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque application/json which contains non ascii characters: fetch(..., {mode: \"no-cors\"})"
2023-03-24 23:27:49 -04:00
] ,
"nosniff.sub.any.html" : [
2023-10-09 23:01:01 -04:00
"ORB should block opaque text/plain with nosniff: fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque text/plain with nosniff: <img src=...>" ,
"ORB should block opaque text/plain with nosniff: <audio src=...>" ,
"ORB should block opaque text/plain with nosniff: <video src=...>" ,
"ORB should block opaque text/plain with nosniff: <script src=...>" ,
"ORB should block opaque-response-blocklisted MIME type with nosniff: fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque-response-blocklisted MIME type with nosniff: <img src=...>" ,
"ORB should block opaque-response-blocklisted MIME type with nosniff: <audio src=...>" ,
"ORB should block opaque-response-blocklisted MIME type with nosniff: <video src=...>" ,
"ORB should block opaque-response-blocklisted MIME type with nosniff: <script src=...>" ,
"ORB should block opaque response with empty Content-Type and nosniff: fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque response with empty Content-Type and nosniff: <img src=...>" ,
"ORB should block opaque response with empty Content-Type and nosniff: <audio src=...>" ,
"ORB should block opaque response with empty Content-Type and nosniff: <video src=...>" ,
"ORB should block opaque response with empty Content-Type and nosniff: <script src=...>" ,
"ORB shouldn't block opaque image with empty Content-Type and nosniff: <img src=...>"
2023-03-24 23:27:49 -04:00
] ,
"nosniff.sub.any.worker.html" : [
2023-10-09 23:01:01 -04:00
"ORB should block opaque text/plain with nosniff: fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque-response-blocklisted MIME type with nosniff: fetch(..., {mode: \"no-cors\"})" ,
"ORB should block opaque response with empty Content-Type and nosniff: fetch(..., {mode: \"no-cors\"})"
2023-03-24 23:27:49 -04:00
] ,
"status.sub.any.html" : false ,
"status.sub.any.worker.html" : false ,
2023-10-09 23:01:01 -04:00
"unknown-mime-type.sub.any.html" : [
"ORB shouldn't block opaque failed missing MIME type (image/png): <img src=...>" ,
"ORB shouldn't block opaque failed missing MIME type (text/javascript): <script src=...>"
] ,
2023-03-24 23:27:49 -04:00
"unknown-mime-type.sub.any.worker.html" : true
}
} ,
"origin" : {
"assorted.window.html" : [
"Origin header and 308 redirect" ,
"Origin header and GET navigation" ,
"Origin header and POST navigation" ,
"Origin header and POST same-origin navigation with Referrer-Policy no-referrer" ,
"Origin header and POST same-origin fetch no-cors mode with Referrer-Policy no-referrer" ,
"Origin header and POST same-origin fetch cors mode with Referrer-Policy no-referrer" ,
"Origin header and POST cross-origin navigation with Referrer-Policy no-referrer" ,
"Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy no-referrer" ,
"Origin header and POST cross-origin fetch cors mode with Referrer-Policy no-referrer" ,
"Origin header and GET cross-origin fetch cors mode with Referrer-Policy no-referrer" ,
"Origin header and POST same-origin navigation with Referrer-Policy same-origin" ,
"Origin header and POST same-origin fetch no-cors mode with Referrer-Policy same-origin" ,
"Origin header and POST same-origin fetch cors mode with Referrer-Policy same-origin" ,
"Origin header and POST cross-origin navigation with Referrer-Policy same-origin" ,
"Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy same-origin" ,
"Origin header and POST cross-origin fetch cors mode with Referrer-Policy same-origin" ,
"Origin header and GET cross-origin fetch cors mode with Referrer-Policy same-origin" ,
"Origin header and POST same-origin navigation with Referrer-Policy origin-when-cross-origin" ,
"Origin header and POST same-origin fetch no-cors mode with Referrer-Policy origin-when-cross-origin" ,
"Origin header and POST same-origin fetch cors mode with Referrer-Policy origin-when-cross-origin" ,
"Origin header and POST cross-origin navigation with Referrer-Policy origin-when-cross-origin" ,
"Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy origin-when-cross-origin" ,
"Origin header and POST cross-origin fetch cors mode with Referrer-Policy origin-when-cross-origin" ,
"Origin header and GET cross-origin fetch cors mode with Referrer-Policy origin-when-cross-origin" ,
"Origin header and POST same-origin navigation with Referrer-Policy no-referrer-when-downgrade" ,
"Origin header and POST same-origin fetch no-cors mode with Referrer-Policy no-referrer-when-downgrade" ,
"Origin header and POST same-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade" ,
"Origin header and POST cross-origin navigation with Referrer-Policy no-referrer-when-downgrade" ,
"Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy no-referrer-when-downgrade" ,
"Origin header and POST cross-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade" ,
"Origin header and GET cross-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade" ,
"Origin header and POST same-origin navigation with Referrer-Policy unsafe-url" ,
"Origin header and POST same-origin fetch no-cors mode with Referrer-Policy unsafe-url" ,
"Origin header and POST same-origin fetch cors mode with Referrer-Policy unsafe-url" ,
"Origin header and POST cross-origin navigation with Referrer-Policy unsafe-url" ,
"Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy unsafe-url" ,
"Origin header and POST cross-origin fetch cors mode with Referrer-Policy unsafe-url" ,
"Origin header and GET cross-origin fetch cors mode with Referrer-Policy unsafe-url"
]
} ,
"redirects" : {
"data.window.html" : false
} ,
"security" : {
"1xx-response.any.html" : true ,
"1xx-response.any.worker.html" : true
} ,
"stale-while-revalidate" : {
"fetch.any.html" : false ,
"fetch.any.worker.html" : false
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 ,
2021-10-08 11:44:38 -04:00
"Blob-array-buffer.any.worker.html" : true ,
2024-04-16 19:33:05 -04:00
"Blob-constructor.any.html" : [
"Passing typed arrays as elements of the blobParts array should work."
] ,
"Blob-constructor.any.worker.html" : [
"Passing typed arrays as elements of the blobParts array should work."
] ,
2021-05-09 10:32:30 -04:00
"Blob-slice-overflow.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Blob-slice-overflow.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"Blob-slice.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Blob-slice.any.worker.html" : true ,
2023-08-04 07:57:54 -04:00
"Blob-stream.any.html" : true ,
"Blob-stream.any.worker.html" : true ,
2021-10-08 11:44:38 -04:00
"Blob-text.any.html" : true ,
"Blob-text.any.worker.html" : true ,
2023-03-24 23:27:49 -04:00
"Blob-in-worker.worker.html" : true ,
"Blob-constructor-dom.window.html" : false
2021-02-04 09:05:36 -05:00
} ,
"file" : {
2021-06-01 12:24:31 -04:00
"File-constructor.any.html" : true ,
2021-11-07 20:20:39 -05:00
"File-constructor.any.worker.html" : true ,
2021-06-03 14:48:09 -04:00
"send-file-formdata-controls.any.html" : true ,
2021-10-08 11:44:38 -04:00
"send-file-formdata-controls.any.worker.html" : true ,
2021-06-03 14:48:09 -04:00
"send-file-formdata-punctuation.any.html" : true ,
2021-10-08 11:44:38 -04:00
"send-file-formdata-punctuation.any.worker.html" : true ,
2021-06-01 12:24:31 -04:00
"send-file-formdata-utf-8.any.html" : true ,
2021-10-08 11:44:38 -04:00
"send-file-formdata-utf-8.any.worker.html" : true ,
"send-file-formdata.any.html" : true ,
"send-file-formdata.any.worker.html" : true ,
"Worker-read-file-constructor.worker.html" : true
2021-04-06 06:55:05 -04:00
} ,
2021-05-09 10:32:30 -04:00
"fileReader.any.html" : true ,
2021-10-08 11:44:38 -04:00
"fileReader.any.worker.html" : true ,
2021-04-07 19:23:26 -04:00
"url" : {
2021-05-09 10:32:30 -04:00
"url-format.any.html" : true ,
2021-10-08 11:44:38 -04:00
"url-format.any.worker.html" : true ,
"url-with-fetch.any.html" : true ,
2023-03-24 23:27:49 -04:00
"url-with-fetch.any.worker.html" : true ,
"url-charset.window.html" : false ,
"url-in-tags-revoke.window.html" : false ,
"url-in-tags.window.html" : false ,
"url-reload.window.html" : false ,
"url-with-xhr.any.html" : false ,
"url-with-xhr.any.worker.html" : false
2021-04-08 09:05:08 -04:00
} ,
"reading-data-section" : {
2021-05-09 10:32:30 -04:00
"Determining-Encoding.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Determining-Encoding.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"FileReader-event-handler-attributes.any.html" : true ,
2021-10-08 11:44:38 -04:00
"FileReader-event-handler-attributes.any.worker.html" : true ,
2021-07-14 06:08:42 -04:00
"FileReader-multiple-reads.any.html" : true ,
2021-10-08 11:44:38 -04:00
"FileReader-multiple-reads.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"filereader_abort.any.html" : true ,
2021-10-08 11:44:38 -04:00
"filereader_abort.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"filereader_error.any.html" : true ,
2021-10-08 11:44:38 -04:00
"filereader_error.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"filereader_events.any.html" : false ,
2021-10-08 11:44:38 -04:00
"filereader_events.any.worker.html" : false ,
2021-05-09 10:32:30 -04:00
"filereader_readAsArrayBuffer.any.html" : true ,
2021-10-08 11:44:38 -04:00
"filereader_readAsArrayBuffer.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"filereader_readAsBinaryString.any.html" : true ,
2021-10-08 11:44:38 -04:00
"filereader_readAsBinaryString.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"filereader_readAsDataURL.any.html" : true ,
2021-10-08 11:44:38 -04:00
"filereader_readAsDataURL.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"filereader_readAsText.any.html" : true ,
2021-10-08 11:44:38 -04:00
"filereader_readAsText.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"filereader_readystate.any.html" : true ,
2021-10-08 11:44:38 -04:00
"filereader_readystate.any.worker.html" : true ,
"filereader_result.any.html" : true ,
"filereader_result.any.worker.html" : true
2021-08-09 12:49:31 -04:00
} ,
"idlharness.any.html" : [
"FileList interface: existence and properties of interface object" ,
"FileList interface object length" ,
"FileList interface object name" ,
"FileList interface: existence and properties of interface prototype object" ,
"FileList interface: existence and properties of interface prototype object's \"constructor\" property" ,
"FileList interface: existence and properties of interface prototype object's @@unscopables property" ,
"FileList interface: operation item(unsigned long)" ,
2021-09-12 09:35:05 -04:00
"FileList interface: attribute length"
2021-10-08 11:44:38 -04:00
] ,
"idlharness.any.worker.html" : [
"FileList interface: existence and properties of interface object" ,
"FileList interface object length" ,
"FileList interface object name" ,
"FileList interface: existence and properties of interface prototype object" ,
"FileList interface: existence and properties of interface prototype object's \"constructor\" property" ,
"FileList interface: existence and properties of interface prototype object's @@unscopables property" ,
"FileList interface: operation item(unsigned long)" ,
"FileList interface: attribute length" ,
"FileReaderSync interface: existence and properties of interface object" ,
"FileReaderSync interface object length" ,
"FileReaderSync interface object name" ,
"FileReaderSync interface: existence and properties of interface prototype object" ,
"FileReaderSync interface: existence and properties of interface prototype object's \"constructor\" property" ,
"FileReaderSync interface: existence and properties of interface prototype object's @@unscopables property" ,
"FileReaderSync interface: operation readAsArrayBuffer(Blob)" ,
"FileReaderSync interface: operation readAsBinaryString(Blob)" ,
"FileReaderSync interface: operation readAsText(Blob, optional DOMString)" ,
"FileReaderSync interface: operation readAsDataURL(Blob)"
] ,
"FileReaderSync.worker.html" : false ,
"idlharness.worker.html" : [
"FileList interface: existence and properties of interface object" ,
"FileList interface object length" ,
"FileList interface object name" ,
"FileList interface: existence and properties of interface prototype object" ,
"FileList interface: existence and properties of interface prototype object's \"constructor\" property" ,
"FileList interface: existence and properties of interface prototype object's @@unscopables property" ,
"FileList interface: operation item(unsigned long)" ,
"FileList interface: attribute length" ,
"FileReaderSync interface: existence and properties of interface object" ,
"FileReaderSync interface object length" ,
"FileReaderSync interface object name" ,
"FileReaderSync interface: existence and properties of interface prototype object" ,
"FileReaderSync interface: existence and properties of interface prototype object's \"constructor\" property" ,
"FileReaderSync interface: existence and properties of interface prototype object's @@unscopables property" ,
"FileReaderSync interface: operation readAsArrayBuffer(Blob)" ,
"FileReaderSync interface: operation readAsBinaryString(Blob)" ,
"FileReaderSync interface: operation readAsText(Blob, optional DOMString)" ,
"FileReaderSync interface: operation readAsDataURL(Blob)" ,
"FileReaderSync must be primary interface of new FileReaderSync()" ,
"Stringification of new FileReaderSync()" ,
"FileReaderSync interface: new FileReaderSync() must inherit property \"readAsArrayBuffer(Blob)\" with the proper type" ,
"FileReaderSync interface: calling readAsArrayBuffer(Blob) on new FileReaderSync() with too few arguments must throw TypeError" ,
"FileReaderSync interface: new FileReaderSync() must inherit property \"readAsBinaryString(Blob)\" with the proper type" ,
"FileReaderSync interface: calling readAsBinaryString(Blob) on new FileReaderSync() with too few arguments must throw TypeError" ,
"FileReaderSync interface: new FileReaderSync() must inherit property \"readAsText(Blob, optional DOMString)\" with the proper type" ,
"FileReaderSync interface: calling readAsText(Blob, optional DOMString) on new FileReaderSync() with too few arguments must throw TypeError" ,
"FileReaderSync interface: new FileReaderSync() must inherit property \"readAsDataURL(Blob)\" with the proper type" ,
"FileReaderSync interface: calling readAsDataURL(Blob) on new FileReaderSync() with too few arguments must throw TypeError"
2021-08-09 12:49:31 -04:00
]
2021-02-13 06:59:46 -05:00
} ,
"html" : {
2021-09-25 09:27:34 -04:00
"semantics" : {
"scripting-1" : {
"the-script-element" : {
2023-03-24 23:27:49 -04:00
"import-assertions" : {
2023-11-17 18:49:11 -05:00
"dynamic-import-with-assertion-argument.any.html" : true ,
"dynamic-import-with-assertion-argument.any.worker.html" : true
2023-03-24 23:27:49 -04:00
} ,
2021-09-25 09:27:34 -04:00
"json-module" : {
"charset-bom.any.html" : [
"UTF-16BE BOM should result in parse error in JSON module script" ,
"UTF-16LE BOM should result in parse error in JSON module script"
] ,
"charset-bom.any.worker.html" : [
"UTF-16BE BOM should result in parse error in JSON module script" ,
"UTF-16LE BOM should result in parse error in JSON module script"
] ,
"invalid-content-type.any.html" : true ,
"invalid-content-type.any.worker.html" : true ,
2021-12-15 13:22:36 -05:00
"non-object.any.html" : true ,
"non-object.any.worker.html" : true ,
2021-09-25 09:27:34 -04:00
"repeated-imports.any.html" : [
2021-12-15 13:22:36 -05:00
"Two modules of different type with the same specifier can load if the server changes its responses"
2021-09-25 09:27:34 -04:00
] ,
"repeated-imports.any.worker.html" : [
2021-12-15 13:22:36 -05:00
"Two modules of different type with the same specifier can load if the server changes its responses"
2021-09-25 09:27:34 -04:00
]
} ,
"microtasks" : {
2023-03-24 23:27:49 -04:00
"checkpoint-importScripts.any.worker.html" : true ,
"evaluation-order-1-nothrow-importScripts.any.worker.html" : true ,
"evaluation-order-1-nothrow-static-import.any.worker-module.html" : true ,
"evaluation-order-1-throw-importScripts.any.worker.html" : false ,
"evaluation-order-1-throw-static-import.any.worker-module.html" : false ,
"evaluation-order-2.any.worker-module.html" : false ,
"evaluation-order-3.any.worker-module.html" : true
2021-09-25 09:27:34 -04:00
} ,
"module" : {
"dynamic-import" : {
"blob-url.any.html" : [
"Revoking a blob URL immediately after calling import will not fail"
] ,
"blob-url.any.worker.html" : [
"Revoking a blob URL immediately after calling import will not fail"
2021-10-08 11:44:38 -04:00
] ,
"blob-url.any.worker-module.html" : [
"Revoking a blob URL immediately after calling import will not fail"
2023-03-24 23:27:49 -04:00
] ,
"blob-url-workers.window.html" : [
"A revoked blob URL will not resolve in a worker even if it's in the window's module graph"
] ,
"microtasks" : {
"basic.any.html" : [
"import() should not drain the microtask queue if it fails during specifier resolution" ,
"import() should not drain the microtask queue when loading an already loaded module"
] ,
"basic.any.worker.html" : [
"import() should not drain the microtask queue if it fails during specifier resolution" ,
"import() should not drain the microtask queue when loading an already loaded module"
] ,
"css-import-in-worker.any.worker.html" : true ,
"with-import-assertions.any.html" : true ,
"with-import-assertions.any.worker.html" : true
}
2021-10-08 11:44:38 -04:00
} ,
"import-meta" : {
2023-03-24 23:27:49 -04:00
"import-meta-url.any.worker-module.html" : true ,
"import-meta-object.any.worker-module.html" : true ,
"import-meta-resolve.any.worker-module.html" : [
"import.meta.resolve is a function with the right properties" ,
"import.meta.resolve is not a constructor"
]
2021-09-25 09:27:34 -04:00
}
}
}
2023-03-24 23:27:49 -04:00
} ,
"document-metadata" : {
"the-style-element" : {
"mutations.window.html" : false
}
} ,
"embedded-content" : {
2023-12-06 08:20:28 -05:00
"the-canvas-element" : {
"imagedata.html" : [
"ImageData(buffer, w, opt h), Uint8ClampedArray argument type check"
]
} ,
2023-03-24 23:27:49 -04:00
"the-iframe-element" : {
"cross-origin-to-whom-part-2.window.html" : false ,
2024-04-08 14:46:53 -04:00
"cross-origin-to-whom.window.html" : false
2023-03-24 23:27:49 -04:00
} ,
"the-img-element" : {
"historical-progress-event.window.html" : false
}
} ,
"forms" : {
"form-control-infrastructure" : {
"association.window.html" : false
} ,
"form-submission-0" : {
"FormDataEvent.window.html" : false ,
"SubmitEvent.window.html" : false ,
"form-data-set-empty-file.window.html" : false ,
"historical.window.html" : false ,
"multipart-formdata.window.html" : false ,
"submission-checks.window.html" : false ,
"text-plain.window.html" : false ,
"urlencoded2.window.html" : false
} ,
"the-output-element" : {
"mutations.window.html" : false
} ,
"the-progress-element" : {
"progress.window.html" : false
} ,
"the-textarea-element" : {
"wrapping-transformation.window.html" : false
}
} ,
"links" : {
"following-hyperlinks" : {
"activation-behavior.window.html" : false ,
"active-document.window.html" : false
}
2021-09-25 09:27:34 -04:00
}
} ,
2021-02-13 06:59:46 -05:00
"webappapis" : {
2021-02-15 20:10:59 -05:00
"atob" : {
2021-10-08 11:44:38 -04:00
"base64.any.html" : true ,
"base64.any.worker.html" : true
2021-02-15 20:10:59 -05:00
} ,
2021-02-13 14:43:36 -05:00
"timers" : {
2021-12-06 10:03:09 -05:00
"clearinterval-from-callback.any.html" : true ,
"clearinterval-from-callback.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"cleartimeout-clearinterval.any.html" : true ,
2021-10-08 11:44:38 -04:00
"cleartimeout-clearinterval.any.worker.html" : true ,
2021-12-06 10:03:09 -05:00
"evil-spec-example.any.html" : true ,
"evil-spec-example.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"missing-timeout-setinterval.any.html" : true ,
2021-10-08 11:44:38 -04:00
"missing-timeout-setinterval.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"negative-setinterval.any.html" : true ,
2021-10-08 11:44:38 -04:00
"negative-setinterval.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"negative-settimeout.any.html" : true ,
2021-10-08 11:44:38 -04:00
"negative-settimeout.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"type-long-setinterval.any.html" : true ,
2021-10-08 11:44:38 -04:00
"type-long-setinterval.any.worker.html" : true ,
"type-long-settimeout.any.html" : true ,
"type-long-settimeout.any.worker.html" : true
2021-02-13 14:43:36 -05:00
} ,
2021-02-13 06:59:46 -05:00
"microtask-queuing" : {
2022-08-21 14:16:42 -04:00
"queue-microtask-exceptions.any.html" : true ,
2021-10-08 11:44:38 -04:00
"queue-microtask.any.html" : true ,
2023-03-24 23:27:49 -04:00
"queue-microtask.any.worker.html" : true ,
"queue-microtask-exceptions.any.worker.html" : true ,
"queue-microtask.window.html" : false
2021-08-09 12:49:31 -04:00
} ,
2021-09-25 09:27:34 -04:00
"scripting" : {
2022-04-19 04:59:51 -04:00
"reporterror.any.html" : false ,
2023-03-24 23:27:49 -04:00
"reporterror.any.worker.html" : false ,
"event-loops" : {
"fully_active_document.window.html" : false
} ,
"events" : {
"event-handler-processing-algorithm-error" : {
"synthetic-errorevent-click.worker.html" : true ,
"workerglobalscope-runtime-error.worker.html" : true ,
"workerglobalscope-synthetic-errorevent.worker.html" : true ,
"workerglobalscope-synthetic-event.worker.html" : true
} ,
"event-handler-removal.window.html" : false ,
"event-handler-spec-example.window.html" : false ,
"invalid-uncompiled-raw-handler-compiled-late.window.html" : false ,
"invalid-uncompiled-raw-handler-compiled-once.window.html" : false ,
"invalid-uncompiled-raw-handler-keeps-position.window.html" : false
} ,
"processing-model-2" : {
"integration-with-the-javascript-agent-formalism" : {
"requires-failure.https.any.html" : false ,
"requires-success.any.worker.html" : true
}
}
2021-09-25 09:27:34 -04:00
} ,
2021-08-09 12:49:31 -04:00
"structured-clone" : {
"structured-clone.any.html" : [
"Blob basic" ,
"Blob unpaired high surrogate (invalid utf-8)" ,
"Blob unpaired low surrogate (invalid utf-8)" ,
"Blob paired surrogates (invalid utf-8)" ,
"Blob empty" ,
"Blob NUL" ,
2021-11-07 20:20:39 -05:00
"Array Blob object, Blob basic" ,
"Array Blob object, Blob unpaired high surrogate (invalid utf-8)" ,
"Array Blob object, Blob unpaired low surrogate (invalid utf-8)" ,
"Array Blob object, Blob paired surrogates (invalid utf-8)" ,
"Array Blob object, Blob empty" ,
"Array Blob object, Blob NUL" ,
"Array Blob object, two Blobs" ,
"Object Blob object, Blob basic" ,
"Object Blob object, Blob unpaired high surrogate (invalid utf-8)" ,
"Object Blob object, Blob unpaired low surrogate (invalid utf-8)" ,
"Object Blob object, Blob paired surrogates (invalid utf-8)" ,
"Object Blob object, Blob empty" ,
"Object Blob object, Blob NUL" ,
2021-09-25 09:27:34 -04:00
"File basic" ,
"Serializing a non-serializable platform object fails" ,
"An object whose interface is deleted from the global must still deserialize" ,
"A subclass instance will deserialize as its closest serializable superclass" ,
2023-03-24 23:27:49 -04:00
"Growable SharedArrayBuffer" ,
"A subclass instance will be received as its closest transferable superclass" ,
2023-04-27 14:50:46 -04:00
"Transferring OOB TypedArray throws"
2021-10-08 11:44:38 -04:00
] ,
"structured-clone.any.worker.html" : [
"Blob basic" ,
"Blob unpaired high surrogate (invalid utf-8)" ,
"Blob unpaired low surrogate (invalid utf-8)" ,
"Blob paired surrogates (invalid utf-8)" ,
"Blob empty" ,
"Blob NUL" ,
2021-11-07 20:20:39 -05:00
"Array Blob object, Blob basic" ,
"Array Blob object, Blob unpaired high surrogate (invalid utf-8)" ,
"Array Blob object, Blob unpaired low surrogate (invalid utf-8)" ,
"Array Blob object, Blob paired surrogates (invalid utf-8)" ,
"Array Blob object, Blob empty" ,
"Array Blob object, Blob NUL" ,
"Array Blob object, two Blobs" ,
"Object Blob object, Blob basic" ,
"Object Blob object, Blob unpaired high surrogate (invalid utf-8)" ,
"Object Blob object, Blob unpaired low surrogate (invalid utf-8)" ,
"Object Blob object, Blob paired surrogates (invalid utf-8)" ,
"Object Blob object, Blob empty" ,
"Object Blob object, Blob NUL" ,
2021-10-08 11:44:38 -04:00
"File basic" ,
"Serializing a non-serializable platform object fails" ,
"An object whose interface is deleted from the global must still deserialize" ,
"A subclass instance will deserialize as its closest serializable superclass" ,
2023-03-24 23:27:49 -04:00
"Growable SharedArrayBuffer" ,
"A subclass instance will be received as its closest transferable superclass" ,
2023-04-27 14:50:46 -04:00
"Transferring OOB TypedArray throws"
2021-08-09 12:49:31 -04:00
]
2023-03-24 23:27:49 -04:00
} ,
"dynamic-markup-insertion" : {
"closing-the-input-stream" : {
"load-event-after-location-set-during-write.window.html" : false
} ,
"document-write" : {
"contentType.window.html" : false ,
"during-readystatechange.window.html" : false
} ,
"opening-the-input-stream" : {
"abort-refresh-immediate.window.html" : false ,
"abort-refresh-multisecond-header.window.html" : false ,
"abort-refresh-multisecond-meta.window.html" : false ,
"abort-while-navigating.window.html" : false ,
"abort.sub.window.html" : false ,
"aborted-parser.window.html" : false ,
"active.window.html" : false ,
"bailout-exception-vs-return-origin.sub.window.html" : false ,
"bailout-exception-vs-return-xml.window.html" : false ,
"bailout-side-effects-ignore-opens-during-unload.window.html" : false ,
"bailout-side-effects-same-origin-domain.sub.window.html" : false ,
"bailout-side-effects-synchronous-script.window.html" : false ,
"bailout-side-effects-xml.window.html" : false ,
"beforeunload.window.html" : false ,
"crbug-583445-regression.window.html" : false ,
"custom-element.window.html" : false ,
"encoding.window.html" : false ,
"event-listeners.window.html" : false ,
"history-state.window.html" : false ,
"history.window.html" : false ,
"ignore-opens-during-unload.window.html" : false ,
"mutation-events.window.html" : false ,
"mutation-observer.window.html" : false ,
"no-new-global.window.html" : false ,
"quirks.window.html" : false ,
"readiness.window.html" : false ,
"reload.window.html" : false ,
"remove-initial-about-blankness.window.html" : false ,
"tasks.window.html" : false ,
"type-argument-plaintext.window.html" : false ,
"type-argument.window.html" : false ,
"unload.window.html" : false ,
"url-entry-document-sync-call.window.html" : false ,
"url-entry-document.window.html" : false ,
"url-fragment.window.html" : false ,
"url.window.html" : false
}
} ,
"system-state-and-capabilities" : {
"the-navigator-object" : {
2023-10-09 23:01:01 -04:00
"clientinformation.window.html" : [
"window.clientInformation exists and equals window.navigator"
] ,
2023-03-24 23:27:49 -04:00
"historical.https.window.html" : [
"registerProtocolHandler has no third argument"
] ,
"navigator.any.html" : [
"appCodeName" ,
"appName" ,
"appVersion" ,
"platform" ,
"product" ,
"productSub" ,
"userAgent value" ,
"vendor" ,
"vendorSub" ,
"taintEnabled" ,
"oscpu"
] ,
2023-08-15 11:04:36 -04:00
"navigator.any.worker.html" : [
"appCodeName" ,
"appName" ,
"appVersion" ,
"platform" ,
"product" ,
"userAgent value"
] ,
2023-03-24 23:27:49 -04:00
"per-global.window.html" : false
}
}
} ,
"cross-origin-embedder-policy" : {
"credentialless" : {
"cache-storage.https.window.html?dedicated_worker" : false ,
"cache-storage.https.window.html?document" : false ,
"cache-storage.https.window.html?service_worker" : false ,
"cache-storage.https.window.html?shared_worker" : false ,
"cache.window.html" : false ,
"cross-origin-isolated.window.html" : false ,
"dedicated-worker.https.window.html" : false ,
"fetch.https.window.html" : false ,
"iframe-coep-credentialless.https.window.html?1-4" : false ,
"iframe-coep-credentialless.https.window.html?5-9" : false ,
"iframe-coep-credentialless.https.window.html?9-last" : false ,
"iframe-coep-none.https.window.html?1-4" : false ,
"iframe-coep-none.https.window.html?5-last" : false ,
"iframe-coep-require-corp.https.window.html?1-4" : false ,
"iframe-coep-require-corp.https.window.html?5-9" : false ,
"iframe-coep-require-corp.https.window.html?9-last" : false ,
"iframe.window.html" : false ,
"image.https.window.html" : false ,
"link.https.window.html" : false ,
"redirect.window.html" : false ,
"reporting-navigation.https.window.html" : false ,
"reporting-subresource-corp.https.window.html" : false ,
"script.https.window.html" : false ,
"service-worker-coep-credentialless-proxy.https.window.html" : false ,
"service-worker-coep-none-proxy.https.window.html" : false ,
"service-worker.https.window.html" : false ,
"video.https.window.html" : false
} ,
"cross-origin-isolated-permission-iframe.https.window.html" : false ,
"cross-origin-isolated-permission-worker.https.window.html" : false ,
"reflection-credentialless.tentative.https.any.html" : false ,
"reflection-credentialless.tentative.https.any.worker.html" : false ,
"reflection-require-corp.tentative.https.any.html" : false ,
"reflection-require-corp.tentative.https.any.worker.html" : false ,
"reflection-unsafe-none.tentative.https.any.html" : false ,
"reflection-unsafe-none.tentative.https.any.worker.html" : false ,
"reporting-to-document-reporting-endpoint.https.window.html" : false
} ,
"dom" : {
"elements" : {
"global-attributes" : {
"dataset-binding.window.html" : false
} ,
"the-innertext-and-outertext-properties" : {
"multiple-text-nodes.window.html" : false
}
} ,
"idlharness-shadowrealm.window.html" : false ,
"idlharness.worker.html" : false ,
"self-origin.any.html" : false ,
"self-origin.any.worker.html" : false
} ,
"infrastructure" : {
"safe-passing-of-structured-data" : {
2023-04-27 14:50:46 -04:00
"messagechannel.any.html" : false ,
"messagechannel.any.worker.html" : false ,
2023-03-24 23:27:49 -04:00
"shared-array-buffers" : {
"no-coop-coep.https.any.html" : false ,
"no-coop-coep.https.any.worker.html" : false ,
"serialization-via-idb.any.html" : false ,
"serialization-via-idb.any.worker.html" : false ,
"serialization-via-notifications-api.any.html" : false ,
"serialization-via-notifications-api.any.worker.html" : false
} ,
"structured-cloning-error-stack-optional.sub.window.html" : [
"page-created Error (cross-site iframe)" ,
"page-created Error (same-origin iframe)" ,
"page-created DOMException (structuredClone())" ,
"page-created DOMException (cross-site iframe)" ,
"page-created DOMException (same-origin iframe)" ,
"JS-engine-created TypeError (cross-site iframe)" ,
"JS-engine-created TypeError (same-origin iframe)" ,
"web API-created TypeError (cross-site iframe)" ,
"web API-created TypeError (same-origin iframe)" ,
"web API-created DOMException (cross-site iframe)" ,
"web API-created DOMException (same-origin iframe)" ,
"page-created DOMException (worker)"
] ,
"transfer-errors.window.html" : false ,
"window-postmessage.window.html" : false
} ,
"urls" : {
"terminology-0" : {
"document-base-url-about-srcdoc.https.window.html" : false ,
2023-10-09 23:01:01 -04:00
"document-base-url-changes-about-srcdoc.https.window.html" : false
2023-03-24 23:27:49 -04:00
}
}
} ,
"interaction" : {
"focus" : {
"composed.window.html" : false
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 ,
2024-04-16 19:33:05 -04:00
"storage_local_setitem_quotaexceedederr.window.html" : false ,
2021-05-10 06:02:47 -04:00
"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"
2023-03-24 23:27:49 -04:00
] ,
"localstorage-cross-origin-iframe.tentative.https.window.html" : false ,
"storage_local_window_open.window.html" : false ,
"storage_session_window_noopener.window.html" : false ,
"storage_session_window_open.window.html" : false ,
"storage_session_window_reopen.window.html" : false
2021-05-10 06:02:47 -04:00
} ,
2021-05-22 12:08:24 -04:00
"webmessaging" : {
"broadcastchannel" : {
"basics.any.html" : [
"postMessage results in correct event"
] ,
2021-10-08 11:44:38 -04:00
"basics.any.worker.html" : [
"postMessage results in correct event"
] ,
"interface.any.html" : true ,
2023-03-24 23:27:49 -04:00
"interface.any.worker.html" : true ,
"origin.window.html" : false
2021-06-21 13:53:52 -04:00
} ,
"message-channels" : {
"basics.any.html" : true ,
2021-10-08 11:44:38 -04:00
"basics.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"close.any.html" : true ,
2021-10-08 11:44:38 -04:00
"close.any.worker.html" : true ,
2021-08-25 07:48:53 -04:00
"dictionary-transferrable.any.html" : true ,
2021-10-08 11:44:38 -04:00
"dictionary-transferrable.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"implied-start.any.html" : true ,
2021-10-08 11:44:38 -04:00
"implied-start.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"no-start.any.html" : true ,
2021-10-08 11:44:38 -04:00
"no-start.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"user-activation.tentative.any.html" : false ,
2021-10-08 11:44:38 -04:00
"user-activation.tentative.any.worker.html" : false ,
2021-06-21 13:53:52 -04:00
"worker-post-after-close.any.html" : false ,
2023-03-24 23:27:49 -04:00
"worker.any.html" : false ,
"detached-iframe.window.html" : false ,
"worker-post-after-close.any.worker.html" : false ,
"worker.any.worker.html" : false
2021-06-21 13:53:52 -04:00
} ,
"Channel_postMessage_Blob.any.html" : false ,
2021-10-08 11:44:38 -04:00
"Channel_postMessage_Blob.any.worker.html" : false ,
2021-06-21 13:53:52 -04:00
"Channel_postMessage_DataCloneErr.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Channel_postMessage_DataCloneErr.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"Channel_postMessage_clone_port.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Channel_postMessage_clone_port.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"Channel_postMessage_clone_port_error.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Channel_postMessage_clone_port_error.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"Channel_postMessage_event_properties.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Channel_postMessage_event_properties.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"Channel_postMessage_ports_readonly_array.any.html" : false ,
2021-10-08 11:44:38 -04:00
"Channel_postMessage_ports_readonly_array.any.worker.html" : false ,
2021-06-21 13:53:52 -04:00
"Channel_postMessage_target_source.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Channel_postMessage_target_source.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"Channel_postMessage_transfer_xsite_incoming_messages.window.html" : false ,
"Channel_postMessage_with_transfer_entangled.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Channel_postMessage_with_transfer_entangled.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"Channel_postMessage_with_transfer_incoming_messages.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Channel_postMessage_with_transfer_incoming_messages.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"Channel_postMessage_with_transfer_outgoing_messages.any.html" : true ,
2021-10-08 11:44:38 -04:00
"Channel_postMessage_with_transfer_outgoing_messages.any.worker.html" : true ,
2023-07-31 17:22:07 -04:00
"MessageEvent-trusted.any.html" : true ,
"MessageEvent-trusted.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"MessageEvent-trusted.window.html" : false ,
"MessageEvent.any.html" : true ,
2021-10-08 11:44:38 -04:00
"MessageEvent.any.worker.html" : true ,
2021-06-21 13:53:52 -04:00
"MessagePort_initial_disabled.any.html" : true ,
2021-10-08 11:44:38 -04:00
"MessagePort_initial_disabled.any.worker.html" : true ,
"MessagePort_onmessage_start.any.html" : true ,
2023-03-24 23:27:49 -04:00
"MessagePort_onmessage_start.any.worker.html" : true ,
"postMessage_MessagePorts_xsite.sub.window.html" : false
2021-05-22 12:08:24 -04:00
} ,
2021-04-14 16:49:16 -04:00
"xhr" : {
"formdata" : {
2021-05-09 10:32:30 -04:00
"append.any.html" : true ,
2021-10-08 11:44:38 -04:00
"append.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"constructor.any.html" : true ,
2021-10-08 11:44:38 -04:00
"constructor.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"delete.any.html" : true ,
2021-10-08 11:44:38 -04:00
"delete.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"foreach.any.html" : true ,
2021-10-08 11:44:38 -04:00
"foreach.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"get.any.html" : true ,
2021-10-08 11:44:38 -04:00
"get.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"has.any.html" : true ,
2021-10-08 11:44:38 -04:00
"has.any.worker.html" : true ,
2021-05-09 10:32:30 -04:00
"set-blob.any.html" : true ,
2021-10-08 11:44:38 -04:00
"set-blob.any.worker.html" : true ,
"set.any.html" : true ,
2023-03-24 23:27:49 -04:00
"set.any.worker.html" : true ,
"iteration.any.html" : true ,
"iteration.any.worker.html" : true
} ,
"XMLHttpRequest-withCredentials.any.html" : false ,
"XMLHttpRequest-withCredentials.any.worker.html" : false ,
"abort-after-receive.any.html" : false ,
"abort-after-receive.any.worker.html" : false ,
"abort-after-send.any.html" : false ,
"abort-after-send.any.worker.html" : false ,
"abort-after-stop.window.html" : false ,
"abort-after-timeout.any.html" : false ,
"abort-after-timeout.any.worker.html" : false ,
"abort-during-done.window.html" : false ,
"abort-during-headers-received.window.html" : false ,
"abort-during-loading.window.html" : false ,
"abort-during-open.any.html" : false ,
"abort-during-open.any.worker.html" : false ,
"abort-during-readystatechange.any.html" : false ,
"abort-during-readystatechange.any.worker.html" : false ,
"abort-during-unsent.any.html" : false ,
"abort-during-unsent.any.worker.html" : false ,
"abort-during-upload.any.html" : false ,
"abort-during-upload.any.worker.html" : false ,
"abort-event-abort.any.html" : false ,
"abort-event-abort.any.worker.html" : false ,
"abort-event-listeners.any.html" : false ,
"abort-event-listeners.any.worker.html" : false ,
"abort-event-loadend.any.html" : false ,
"abort-event-loadend.any.worker.html" : false ,
"abort-upload-event-abort.any.html" : false ,
"abort-upload-event-abort.any.worker.html" : false ,
"abort-upload-event-loadend.any.html" : false ,
"abort-upload-event-loadend.any.worker.html" : false ,
"access-control-and-redirects-async-same-origin.any.html" : false ,
"access-control-and-redirects-async-same-origin.any.worker.html" : false ,
"access-control-and-redirects-async.any.html" : false ,
"access-control-and-redirects-async.any.worker.html" : false ,
"access-control-and-redirects.any.html" : false ,
"access-control-and-redirects.any.worker.html" : false ,
"access-control-basic-allow-access-control-origin-header.any.html" : false ,
"access-control-basic-allow-access-control-origin-header.any.worker.html" : false ,
"access-control-basic-allow-async.any.html" : false ,
"access-control-basic-allow-async.any.worker.html" : false ,
"access-control-basic-allow-non-cors-safelisted-method-async.any.html" : false ,
"access-control-basic-allow-non-cors-safelisted-method-async.any.worker.html" : false ,
"access-control-basic-allow-non-cors-safelisted-method.any.html" : false ,
"access-control-basic-allow-non-cors-safelisted-method.any.worker.html" : false ,
"access-control-basic-allow-preflight-cache-invalidation-by-header.any.html" : false ,
"access-control-basic-allow-preflight-cache-invalidation-by-header.any.worker.html" : false ,
"access-control-basic-allow-preflight-cache-invalidation-by-method.any.html" : false ,
"access-control-basic-allow-preflight-cache-invalidation-by-method.any.worker.html" : false ,
"access-control-basic-allow-preflight-cache-timeout.any.html" : false ,
"access-control-basic-allow-preflight-cache-timeout.any.worker.html" : false ,
"access-control-basic-allow-preflight-cache.any.html" : false ,
"access-control-basic-allow-preflight-cache.any.worker.html" : false ,
"access-control-basic-allow-star.any.html" : false ,
"access-control-basic-allow-star.any.worker.html" : false ,
"access-control-basic-allow.any.html" : false ,
"access-control-basic-allow.any.worker.html" : false ,
"access-control-preflight-request-allow-headers-returns-star.any.html" : false ,
"access-control-preflight-request-allow-headers-returns-star.any.worker.html" : false ,
"access-control-preflight-request-header-returns-origin.any.html" : false ,
"access-control-preflight-request-header-returns-origin.any.worker.html" : false ,
"content-type-unmodified.any.html" : false ,
"content-type-unmodified.any.worker.html" : false ,
"cors-expose-star.sub.any.html" : false ,
"cors-expose-star.sub.any.worker.html" : false ,
"cors-upload.any.html" : false ,
"cors-upload.any.worker.html" : false ,
"event-abort.any.html" : false ,
"event-abort.any.worker.html" : false ,
"event-error.sub.any.html" : false ,
"event-error.sub.any.worker.html" : false ,
"event-load.any.html" : false ,
"event-load.any.worker.html" : false ,
"event-loadend.any.html" : false ,
"event-loadend.any.worker.html" : false ,
"event-loadstart-upload.any.html" : false ,
"event-loadstart-upload.any.worker.html" : false ,
"event-loadstart.any.html" : false ,
"event-loadstart.any.worker.html" : false ,
"event-progress.any.html" : false ,
"event-progress.any.worker.html" : false ,
"event-readystate-sync-open.any.html" : false ,
"event-readystate-sync-open.any.worker.html" : false ,
"event-readystatechange-loaded.any.html" : false ,
"event-readystatechange-loaded.any.worker.html" : false ,
"event-timeout-order.any.html" : false ,
"event-timeout-order.any.worker.html" : false ,
"event-timeout.any.html" : false ,
"event-timeout.any.worker.html" : false ,
"event-upload-progress-crossorigin.any.html" : false ,
"event-upload-progress-crossorigin.any.worker.html" : false ,
"event-upload-progress.any.html" : false ,
"event-upload-progress.any.worker.html" : false ,
"getresponseheader.any.html" : false ,
"getresponseheader.any.worker.html" : false ,
"idlharness.any.html" : [
"XMLHttpRequestEventTarget interface: existence and properties of interface object" ,
"XMLHttpRequestEventTarget interface object length" ,
"XMLHttpRequestEventTarget interface object name" ,
"XMLHttpRequestEventTarget interface: existence and properties of interface prototype object" ,
"XMLHttpRequestEventTarget interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XMLHttpRequestEventTarget interface: existence and properties of interface prototype object's @@unscopables property" ,
"XMLHttpRequestEventTarget interface: attribute onloadstart" ,
"XMLHttpRequestEventTarget interface: attribute onprogress" ,
"XMLHttpRequestEventTarget interface: attribute onabort" ,
"XMLHttpRequestEventTarget interface: attribute onerror" ,
"XMLHttpRequestEventTarget interface: attribute onload" ,
"XMLHttpRequestEventTarget interface: attribute ontimeout" ,
"XMLHttpRequestEventTarget interface: attribute onloadend" ,
"XMLHttpRequestUpload interface: existence and properties of interface object" ,
"XMLHttpRequestUpload interface object length" ,
"XMLHttpRequestUpload interface object name" ,
"XMLHttpRequestUpload interface: existence and properties of interface prototype object" ,
"XMLHttpRequestUpload interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XMLHttpRequestUpload interface: existence and properties of interface prototype object's @@unscopables property" ,
"XMLHttpRequestUpload must be primary interface of (new XMLHttpRequest()).upload" ,
"Stringification of (new XMLHttpRequest()).upload" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onloadstart\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onprogress\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onabort\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onerror\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onload\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"ontimeout\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onloadend\" with the proper type" ,
"XMLHttpRequest interface: existence and properties of interface object" ,
"XMLHttpRequest interface object length" ,
"XMLHttpRequest interface object name" ,
"XMLHttpRequest interface: existence and properties of interface prototype object" ,
"XMLHttpRequest interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XMLHttpRequest interface: existence and properties of interface prototype object's @@unscopables property" ,
"XMLHttpRequest interface: attribute onreadystatechange" ,
"XMLHttpRequest interface: constant UNSENT on interface object" ,
"XMLHttpRequest interface: constant UNSENT on interface prototype object" ,
"XMLHttpRequest interface: constant OPENED on interface object" ,
"XMLHttpRequest interface: constant OPENED on interface prototype object" ,
"XMLHttpRequest interface: constant HEADERS_RECEIVED on interface object" ,
"XMLHttpRequest interface: constant HEADERS_RECEIVED on interface prototype object" ,
"XMLHttpRequest interface: constant LOADING on interface object" ,
"XMLHttpRequest interface: constant LOADING on interface prototype object" ,
"XMLHttpRequest interface: constant DONE on interface object" ,
"XMLHttpRequest interface: constant DONE on interface prototype object" ,
"XMLHttpRequest interface: attribute readyState" ,
"XMLHttpRequest interface: operation open(ByteString, USVString)" ,
"XMLHttpRequest interface: operation open(ByteString, USVString, boolean, optional USVString?, optional USVString?)" ,
"XMLHttpRequest interface: operation setRequestHeader(ByteString, ByteString)" ,
"XMLHttpRequest interface: attribute timeout" ,
"XMLHttpRequest interface: attribute withCredentials" ,
"XMLHttpRequest interface: attribute upload" ,
"XMLHttpRequest interface: operation send(optional (Document or XMLHttpRequestBodyInit)?)" ,
"XMLHttpRequest interface: operation abort()" ,
"XMLHttpRequest interface: attribute responseURL" ,
"XMLHttpRequest interface: attribute status" ,
"XMLHttpRequest interface: attribute statusText" ,
"XMLHttpRequest interface: operation getResponseHeader(ByteString)" ,
"XMLHttpRequest interface: operation getAllResponseHeaders()" ,
"XMLHttpRequest interface: operation overrideMimeType(DOMString)" ,
"XMLHttpRequest interface: attribute responseType" ,
"XMLHttpRequest interface: attribute response" ,
"XMLHttpRequest interface: attribute responseText" ,
"XMLHttpRequest interface: attribute responseXML" ,
"XMLHttpRequest must be primary interface of new XMLHttpRequest()" ,
"Stringification of new XMLHttpRequest()" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"onreadystatechange\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"UNSENT\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"OPENED\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"HEADERS_RECEIVED\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"LOADING\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"DONE\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"readyState\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"open(ByteString, USVString)\" with the proper type" ,
"XMLHttpRequest interface: calling open(ByteString, USVString) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"open(ByteString, USVString, boolean, optional USVString?, optional USVString?)\" with the proper type" ,
"XMLHttpRequest interface: calling open(ByteString, USVString, boolean, optional USVString?, optional USVString?) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"setRequestHeader(ByteString, ByteString)\" with the proper type" ,
"XMLHttpRequest interface: calling setRequestHeader(ByteString, ByteString) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"timeout\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"withCredentials\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"upload\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"send(optional (Document or XMLHttpRequestBodyInit)?)\" with the proper type" ,
"XMLHttpRequest interface: calling send(optional (Document or XMLHttpRequestBodyInit)?) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"abort()\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"responseURL\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"status\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"statusText\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"getResponseHeader(ByteString)\" with the proper type" ,
"XMLHttpRequest interface: calling getResponseHeader(ByteString) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"getAllResponseHeaders()\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"overrideMimeType(DOMString)\" with the proper type" ,
"XMLHttpRequest interface: calling overrideMimeType(DOMString) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"responseType\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"response\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"responseText\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"responseXML\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onloadstart\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onprogress\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onabort\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onerror\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onload\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"ontimeout\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onloadend\" with the proper type" ,
"FormData interface object length" ,
"FormData interface: operation append(USVString, USVString)" ,
"FormData interface: operation append(USVString, Blob, optional USVString)" ,
"FormData interface: operation set(USVString, USVString)" ,
"FormData interface: operation set(USVString, Blob, optional USVString)" ,
"ProgressEvent interface: attribute lengthComputable" ,
"ProgressEvent interface: attribute loaded" ,
"ProgressEvent interface: attribute total" ,
"ProgressEvent interface: new ProgressEvent(\"type\") must inherit property \"lengthComputable\" with the proper type" ,
"ProgressEvent interface: new ProgressEvent(\"type\") must inherit property \"loaded\" with the proper type" ,
"ProgressEvent interface: new ProgressEvent(\"type\") must inherit property \"total\" with the proper type" ,
"idl_test setup"
] ,
"idlharness.any.worker.html" : [
"XMLHttpRequestEventTarget interface: existence and properties of interface object" ,
"XMLHttpRequestEventTarget interface object length" ,
"XMLHttpRequestEventTarget interface object name" ,
"XMLHttpRequestEventTarget interface: existence and properties of interface prototype object" ,
"XMLHttpRequestEventTarget interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XMLHttpRequestEventTarget interface: existence and properties of interface prototype object's @@unscopables property" ,
"XMLHttpRequestEventTarget interface: attribute onloadstart" ,
"XMLHttpRequestEventTarget interface: attribute onprogress" ,
"XMLHttpRequestEventTarget interface: attribute onabort" ,
"XMLHttpRequestEventTarget interface: attribute onerror" ,
"XMLHttpRequestEventTarget interface: attribute onload" ,
"XMLHttpRequestEventTarget interface: attribute ontimeout" ,
"XMLHttpRequestEventTarget interface: attribute onloadend" ,
"XMLHttpRequestUpload interface: existence and properties of interface object" ,
"XMLHttpRequestUpload interface object length" ,
"XMLHttpRequestUpload interface object name" ,
"XMLHttpRequestUpload interface: existence and properties of interface prototype object" ,
"XMLHttpRequestUpload interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XMLHttpRequestUpload interface: existence and properties of interface prototype object's @@unscopables property" ,
"XMLHttpRequestUpload must be primary interface of (new XMLHttpRequest()).upload" ,
"Stringification of (new XMLHttpRequest()).upload" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onloadstart\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onprogress\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onabort\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onerror\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onload\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"ontimeout\" with the proper type" ,
"XMLHttpRequestEventTarget interface: (new XMLHttpRequest()).upload must inherit property \"onloadend\" with the proper type" ,
"XMLHttpRequest interface: existence and properties of interface object" ,
"XMLHttpRequest interface object length" ,
"XMLHttpRequest interface object name" ,
"XMLHttpRequest interface: existence and properties of interface prototype object" ,
"XMLHttpRequest interface: existence and properties of interface prototype object's \"constructor\" property" ,
"XMLHttpRequest interface: existence and properties of interface prototype object's @@unscopables property" ,
"XMLHttpRequest interface: attribute onreadystatechange" ,
"XMLHttpRequest interface: constant UNSENT on interface object" ,
"XMLHttpRequest interface: constant UNSENT on interface prototype object" ,
"XMLHttpRequest interface: constant OPENED on interface object" ,
"XMLHttpRequest interface: constant OPENED on interface prototype object" ,
"XMLHttpRequest interface: constant HEADERS_RECEIVED on interface object" ,
"XMLHttpRequest interface: constant HEADERS_RECEIVED on interface prototype object" ,
"XMLHttpRequest interface: constant LOADING on interface object" ,
"XMLHttpRequest interface: constant LOADING on interface prototype object" ,
"XMLHttpRequest interface: constant DONE on interface object" ,
"XMLHttpRequest interface: constant DONE on interface prototype object" ,
"XMLHttpRequest interface: attribute readyState" ,
"XMLHttpRequest interface: operation open(ByteString, USVString)" ,
"XMLHttpRequest interface: operation open(ByteString, USVString, boolean, optional USVString?, optional USVString?)" ,
"XMLHttpRequest interface: operation setRequestHeader(ByteString, ByteString)" ,
"XMLHttpRequest interface: attribute timeout" ,
"XMLHttpRequest interface: attribute withCredentials" ,
"XMLHttpRequest interface: attribute upload" ,
"XMLHttpRequest interface: operation send(optional (Document or XMLHttpRequestBodyInit)?)" ,
"XMLHttpRequest interface: operation abort()" ,
"XMLHttpRequest interface: attribute responseURL" ,
"XMLHttpRequest interface: attribute status" ,
"XMLHttpRequest interface: attribute statusText" ,
"XMLHttpRequest interface: operation getResponseHeader(ByteString)" ,
"XMLHttpRequest interface: operation getAllResponseHeaders()" ,
"XMLHttpRequest interface: operation overrideMimeType(DOMString)" ,
"XMLHttpRequest interface: attribute responseType" ,
"XMLHttpRequest interface: attribute response" ,
"XMLHttpRequest interface: attribute responseText" ,
"XMLHttpRequest interface: member responseXML" ,
"XMLHttpRequest must be primary interface of new XMLHttpRequest()" ,
"Stringification of new XMLHttpRequest()" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"onreadystatechange\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"UNSENT\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"OPENED\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"HEADERS_RECEIVED\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"LOADING\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"DONE\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"readyState\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"open(ByteString, USVString)\" with the proper type" ,
"XMLHttpRequest interface: calling open(ByteString, USVString) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"open(ByteString, USVString, boolean, optional USVString?, optional USVString?)\" with the proper type" ,
"XMLHttpRequest interface: calling open(ByteString, USVString, boolean, optional USVString?, optional USVString?) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"setRequestHeader(ByteString, ByteString)\" with the proper type" ,
"XMLHttpRequest interface: calling setRequestHeader(ByteString, ByteString) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"timeout\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"withCredentials\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"upload\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"send(optional (Document or XMLHttpRequestBodyInit)?)\" with the proper type" ,
"XMLHttpRequest interface: calling send(optional (Document or XMLHttpRequestBodyInit)?) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"abort()\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"responseURL\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"status\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"statusText\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"getResponseHeader(ByteString)\" with the proper type" ,
"XMLHttpRequest interface: calling getResponseHeader(ByteString) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"getAllResponseHeaders()\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"overrideMimeType(DOMString)\" with the proper type" ,
"XMLHttpRequest interface: calling overrideMimeType(DOMString) on new XMLHttpRequest() with too few arguments must throw TypeError" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"responseType\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"response\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must inherit property \"responseText\" with the proper type" ,
"XMLHttpRequest interface: new XMLHttpRequest() must not have property \"responseXML\"" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onloadstart\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onprogress\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onabort\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onerror\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onload\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"ontimeout\" with the proper type" ,
"XMLHttpRequestEventTarget interface: new XMLHttpRequest() must inherit property \"onloadend\" with the proper type" ,
"FormData interface object length" ,
"FormData interface: operation append(USVString, USVString)" ,
"FormData interface: operation append(USVString, Blob, optional USVString)" ,
"FormData interface: operation set(USVString, USVString)" ,
"FormData interface: operation set(USVString, Blob, optional USVString)" ,
"ProgressEvent interface: attribute lengthComputable" ,
"ProgressEvent interface: attribute loaded" ,
"ProgressEvent interface: attribute total" ,
"ProgressEvent interface: new ProgressEvent(\"type\") must inherit property \"lengthComputable\" with the proper type" ,
"ProgressEvent interface: new ProgressEvent(\"type\") must inherit property \"loaded\" with the proper type" ,
"ProgressEvent interface: new ProgressEvent(\"type\") must inherit property \"total\" with the proper type"
] ,
"json.any.html" : false ,
"json.any.worker.html" : false ,
"open-after-stop.window.html" : false ,
"over-1-meg.any.html" : false ,
"over-1-meg.any.worker.html" : false ,
"overridemimetype-done-state.any.html" : false ,
"overridemimetype-done-state.any.worker.html" : false ,
"overridemimetype-edge-cases.window.html" : false ,
"overridemimetype-unsent-state-force-shiftjis.any.html" : false ,
"overridemimetype-unsent-state-force-shiftjis.any.worker.html" : false ,
"request-content-length.any.html" : false ,
"request-content-length.any.worker.html" : false ,
"response-body-errors.any.html" : false ,
"response-body-errors.any.worker.html" : false ,
"responsetype.any.html" : false ,
"responsetype.any.worker.html" : false ,
"send-data-arraybuffer.any.html" : false ,
"send-data-arraybuffer.any.worker.html" : false ,
"send-data-arraybufferview.any.html" : false ,
"send-data-arraybufferview.any.worker.html" : false ,
"send-data-es-object.any.html" : false ,
"send-data-es-object.any.worker.html" : false ,
"send-data-formdata.any.html" : false ,
"send-data-formdata.any.worker.html" : false ,
"send-data-sharedarraybuffer.any.html" : false ,
"send-data-sharedarraybuffer.any.worker.html" : false ,
"send-data-string-invalid-unicode.any.html" : false ,
"send-data-string-invalid-unicode.any.worker.html" : false ,
"send-send.any.html" : false ,
"send-send.any.worker.html" : false ,
"send-usp.any.html" : false ,
"send-usp.any.worker.html" : false ,
"setrequestheader-combining.window.html" : false ,
"sync-no-progress.any.html" : false ,
"sync-no-progress.any.worker.html" : false ,
"sync-no-timeout.any.html" : false ,
"sync-no-timeout.any.worker.html" : false ,
"xhr-authorization-redirect.any.html" : false ,
"xhr-authorization-redirect.any.worker.html" : false ,
"xhr-timeout-longtask.any.html" : false ,
"xhr-timeout-longtask.any.worker.html" : false
2021-06-21 06:15:08 -04:00
} ,
"websockets" : {
2023-10-09 23:01:01 -04:00
"Close-1000-reason.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-1000-reason.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-1000-reason.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-1000-reason.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-1000-reason.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-1000-reason.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-1000-verify-code.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-1000-verify-code.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-1000-verify-code.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-1000-verify-code.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-1000-verify-code.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-1000-verify-code.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-1000.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-1000.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-1000.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-1000.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-1000.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-1000.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-1005-verify-code.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-1005-verify-code.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-1005-verify-code.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-1005-verify-code.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-1005-verify-code.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-1005-verify-code.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-1005.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-1005.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-1005.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-1005.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-1005.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-1005.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-2999-reason.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-2999-reason.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-2999-reason.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-2999-reason.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-2999-reason.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-2999-reason.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-3000-reason.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-3000-reason.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-3000-reason.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-3000-reason.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-3000-reason.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-3000-reason.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-3000-verify-code.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-3000-verify-code.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-3000-verify-code.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-3000-verify-code.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-3000-verify-code.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-3000-verify-code.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-4999-reason.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-4999-reason.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-4999-reason.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-4999-reason.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-4999-reason.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-4999-reason.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-Reason-124Bytes.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-Reason-124Bytes.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-Reason-124Bytes.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-Reason-124Bytes.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-Reason-124Bytes.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-Reason-124Bytes.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-delayed.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-delayed.any.html?wpt_flags=h2" : true ,
2023-10-09 23:01:01 -04:00
"Close-delayed.any.html?wss" : true ,
"Close-delayed.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-delayed.any.worker.html?wpt_flags=h2" : true ,
2023-10-09 23:01:01 -04:00
"Close-delayed.any.worker.html?wss" : true ,
"Close-onlyReason.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-onlyReason.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-onlyReason.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-onlyReason.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-onlyReason.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-onlyReason.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-readyState-Closed.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-readyState-Closed.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-readyState-Closed.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-readyState-Closed.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-readyState-Closed.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-readyState-Closed.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-readyState-Closing.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-readyState-Closing.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-readyState-Closing.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-readyState-Closing.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-readyState-Closing.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-readyState-Closing.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-reason-unpaired-surrogates.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-reason-unpaired-surrogates.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-reason-unpaired-surrogates.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-reason-unpaired-surrogates.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-reason-unpaired-surrogates.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-reason-unpaired-surrogates.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-server-initiated-close.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-server-initiated-close.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-server-initiated-close.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-server-initiated-close.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-server-initiated-close.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-server-initiated-close.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-undefined.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-undefined.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Close-undefined.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Close-undefined.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Close-undefined.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Close-undefined.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-asciiSep-protocol-string.any.html?default" : true ,
2021-06-21 06:15:08 -04:00
"Create-asciiSep-protocol-string.any.html?wpt_flags=h2" : true ,
"Create-asciiSep-protocol-string.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-asciiSep-protocol-string.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"Create-asciiSep-protocol-string.any.worker.html?wpt_flags=h2" : true ,
"Create-asciiSep-protocol-string.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-blocked-port.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-blocked-port.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Create-blocked-port.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-blocked-port.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-blocked-port.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Create-blocked-port.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-extensions-empty.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-extensions-empty.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Create-extensions-empty.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-extensions-empty.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-extensions-empty.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Create-extensions-empty.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-http-urls.any.html" : true ,
"Create-http-urls.any.worker.html" : true ,
"Create-invalid-urls.any.html" : true ,
"Create-invalid-urls.any.worker.html" : true ,
"Create-non-absolute-url.any.html" : true ,
"Create-non-absolute-url.any.worker.html" : true ,
"Create-nonAscii-protocol-string.any.html?default" : true ,
2021-06-21 06:15:08 -04:00
"Create-nonAscii-protocol-string.any.html?wpt_flags=h2" : true ,
"Create-nonAscii-protocol-string.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-nonAscii-protocol-string.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"Create-nonAscii-protocol-string.any.worker.html?wpt_flags=h2" : true ,
"Create-nonAscii-protocol-string.any.worker.html?wss" : true ,
2021-06-21 06:15:08 -04:00
"Create-on-worker-shutdown.any.html" : false ,
2023-10-09 23:01:01 -04:00
"Create-on-worker-shutdown.any.worker.html" : false ,
"Create-protocol-with-space.any.html?default" : true ,
2021-06-21 06:15:08 -04:00
"Create-protocol-with-space.any.html?wpt_flags=h2" : true ,
"Create-protocol-with-space.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-protocol-with-space.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"Create-protocol-with-space.any.worker.html?wpt_flags=h2" : true ,
"Create-protocol-with-space.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-protocols-repeated-case-insensitive.any.html?default" : true ,
2021-06-21 06:15:08 -04:00
"Create-protocols-repeated-case-insensitive.any.html?wpt_flags=h2" : true ,
"Create-protocols-repeated-case-insensitive.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-protocols-repeated-case-insensitive.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"Create-protocols-repeated-case-insensitive.any.worker.html?wpt_flags=h2" : true ,
"Create-protocols-repeated-case-insensitive.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-protocols-repeated.any.html?default" : true ,
2021-06-21 06:15:08 -04:00
"Create-protocols-repeated.any.html?wpt_flags=h2" : true ,
"Create-protocols-repeated.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-protocols-repeated.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"Create-protocols-repeated.any.worker.html?wpt_flags=h2" : true ,
"Create-protocols-repeated.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-url-with-space.any.html?default" : true ,
2021-06-21 06:15:08 -04:00
"Create-url-with-space.any.html?wpt_flags=h2" : true ,
"Create-url-with-space.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-url-with-space.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"Create-url-with-space.any.worker.html?wpt_flags=h2" : true ,
"Create-url-with-space.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-array-protocols.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url-array-protocols.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Create-valid-url-array-protocols.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-array-protocols.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url-array-protocols.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Create-valid-url-array-protocols.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-binaryType-blob.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url-binaryType-blob.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Create-valid-url-binaryType-blob.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-binaryType-blob.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url-binaryType-blob.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Create-valid-url-binaryType-blob.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-protocol-empty.any.html?default" : true ,
2021-06-21 06:15:08 -04:00
"Create-valid-url-protocol-empty.any.html?wpt_flags=h2" : true ,
"Create-valid-url-protocol-empty.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-protocol-empty.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"Create-valid-url-protocol-empty.any.worker.html?wpt_flags=h2" : true ,
"Create-valid-url-protocol-empty.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-protocol-setCorrectly.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url-protocol-setCorrectly.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Create-valid-url-protocol-setCorrectly.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-protocol-setCorrectly.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url-protocol-setCorrectly.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Create-valid-url-protocol-setCorrectly.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-protocol-string.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url-protocol-string.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Create-valid-url-protocol-string.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-protocol-string.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url-protocol-string.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Create-valid-url-protocol-string.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-protocol.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url-protocol.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Create-valid-url-protocol.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url-protocol.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url-protocol.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Create-valid-url-protocol.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Create-valid-url.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Create-valid-url.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Create-valid-url.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Create-valid-url.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-0byte-data.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-0byte-data.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-0byte-data.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-0byte-data.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-0byte-data.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-0byte-data.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-65K-data.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-65K-data.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-65K-data.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-65K-data.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-65K-data.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-65K-data.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-before-open.any.html?default" : true ,
2021-06-21 06:15:08 -04:00
"Send-before-open.any.html?wpt_flags=h2" : true ,
"Send-before-open.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-before-open.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"Send-before-open.any.worker.html?wpt_flags=h2" : true ,
"Send-before-open.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-65K-arraybuffer.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-65K-arraybuffer.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-65K-arraybuffer.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-65K-arraybuffer.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-65K-arraybuffer.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-65K-arraybuffer.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybuffer.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybuffer.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-arraybuffer.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybuffer.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybuffer.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-arraybuffer.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-float32.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-float32.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-arraybufferview-float32.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-float32.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-float32.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-arraybufferview-float32.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-float64.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-float64.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-arraybufferview-float64.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-float64.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-float64.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-arraybufferview-float64.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-int16-offset.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-int16-offset.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-arraybufferview-int16-offset.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-int16-offset.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-int16-offset.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-arraybufferview-int16-offset.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-int32.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-int32.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-arraybufferview-int32.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-int32.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-int32.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-arraybufferview-int32.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-int8.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-int8.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-arraybufferview-int8.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-int8.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-int8.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-arraybufferview-int8.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-uint16-offset-length.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-uint16-offset-length.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-arraybufferview-uint16-offset-length.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-uint16-offset-length.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-uint16-offset-length.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-arraybufferview-uint16-offset-length.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-uint32-offset.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-uint32-offset.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-arraybufferview-uint32-offset.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-uint32-offset.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-uint32-offset.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-arraybufferview-uint32-offset.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-uint8-offset-length.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-uint8-offset-length.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-arraybufferview-uint8-offset-length.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-uint8-offset-length.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-uint8-offset-length.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-arraybufferview-uint8-offset-length.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-uint8-offset.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-uint8-offset.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-arraybufferview-uint8-offset.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-arraybufferview-uint8-offset.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-arraybufferview-uint8-offset.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-arraybufferview-uint8-offset.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-blob.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-blob.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-binary-blob.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-binary-blob.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-binary-blob.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-binary-blob.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-data.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-data.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-data.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-data.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-data.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-data.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-data.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-data.worker.html?wpt_flags=h2" : true ,
2023-10-09 23:01:01 -04:00
"Send-data.worker.html?wss" : true ,
"Send-null.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-null.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-null.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-null.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-null.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-null.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-paired-surrogates.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-paired-surrogates.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-paired-surrogates.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-paired-surrogates.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-paired-surrogates.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-paired-surrogates.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-unicode-data.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-unicode-data.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-unicode-data.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-unicode-data.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-unicode-data.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-unicode-data.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-unpaired-surrogates.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-unpaired-surrogates.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"Send-unpaired-surrogates.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"Send-unpaired-surrogates.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"Send-unpaired-surrogates.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"Send-unpaired-surrogates.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"back-forward-cache-with-closed-websocket-connection-ccns.tentative.window.html" : false ,
"back-forward-cache-with-closed-websocket-connection.window.html" : false ,
"back-forward-cache-with-open-websocket-connection-ccns.tentative.window.html" : false ,
"back-forward-cache-with-open-websocket-connection.window.html" : false ,
2021-06-21 06:15:08 -04:00
"basic-auth.any.html?wpt_flags=h2" : false ,
"basic-auth.any.html?wss" : false ,
2021-10-08 11:44:38 -04:00
"basic-auth.any.worker.html?wpt_flags=h2" : false ,
"basic-auth.any.worker.html?wss" : false ,
2023-10-09 23:01:01 -04:00
"binaryType-wrong-value.any.html?default" : true ,
2023-11-01 17:11:01 -04:00
"binaryType-wrong-value.any.html?wpt_flags=h2" : true ,
2021-06-21 06:15:08 -04:00
"binaryType-wrong-value.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"binaryType-wrong-value.any.worker.html?default" : true ,
2023-11-01 17:11:01 -04:00
"binaryType-wrong-value.any.worker.html?wpt_flags=h2" : true ,
2021-10-08 11:44:38 -04:00
"binaryType-wrong-value.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"bufferedAmount-unchanged-by-sync-xhr.any.html?default" : false ,
2021-06-21 06:15:08 -04:00
"bufferedAmount-unchanged-by-sync-xhr.any.html?wpt_flags=h2" : false ,
"bufferedAmount-unchanged-by-sync-xhr.any.html?wss" : false ,
2023-10-09 23:01:01 -04:00
"bufferedAmount-unchanged-by-sync-xhr.any.worker.html?default" : false ,
2021-10-08 11:44:38 -04:00
"bufferedAmount-unchanged-by-sync-xhr.any.worker.html?wpt_flags=h2" : false ,
"bufferedAmount-unchanged-by-sync-xhr.any.worker.html?wss" : false ,
2023-10-09 23:01:01 -04:00
"close-invalid.any.html?default" : true ,
2021-06-21 06:15:08 -04:00
"close-invalid.any.html?wpt_flags=h2" : true ,
"close-invalid.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"close-invalid.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"close-invalid.any.worker.html?wpt_flags=h2" : true ,
"close-invalid.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"constructor.any.html?default" : true ,
2021-06-21 06:15:08 -04:00
"constructor.any.html?wpt_flags=h2" : true ,
"constructor.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"constructor.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"constructor.any.worker.html?wpt_flags=h2" : true ,
"constructor.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"eventhandlers.any.html?default" : true ,
2021-10-08 03:53:31 -04:00
"eventhandlers.any.html?wpt_flags=h2" : true ,
"eventhandlers.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"eventhandlers.any.worker.html?default" : true ,
2021-10-08 11:44:38 -04:00
"eventhandlers.any.worker.html?wpt_flags=h2" : true ,
"eventhandlers.any.worker.html?wss" : true ,
2022-04-18 15:17:19 -04:00
"idlharness.any.html" : [
"WebSocket interface: constant CONNECTING on interface object" ,
"WebSocket interface: constant CONNECTING on interface prototype object" ,
"WebSocket interface: constant OPEN on interface object" ,
"WebSocket interface: constant OPEN on interface prototype object" ,
"WebSocket interface: constant CLOSING on interface object" ,
"WebSocket interface: constant CLOSING on interface prototype object" ,
"WebSocket interface: constant CLOSED on interface object" ,
"WebSocket interface: constant CLOSED on interface prototype object" ,
"WebSocket interface: attribute onopen" ,
"WebSocket interface: attribute onerror" ,
"WebSocket interface: attribute onclose" ,
"WebSocket interface: attribute onmessage" ,
"CloseEvent interface: attribute wasClean" ,
"CloseEvent interface: attribute code" ,
"CloseEvent interface: attribute reason" ,
"Stringification of new CloseEvent(\"close\")"
] ,
"idlharness.any.worker.html" : [
"WebSocket interface: constant CONNECTING on interface object" ,
"WebSocket interface: constant CONNECTING on interface prototype object" ,
"WebSocket interface: constant OPEN on interface object" ,
"WebSocket interface: constant OPEN on interface prototype object" ,
"WebSocket interface: constant CLOSING on interface object" ,
"WebSocket interface: constant CLOSING on interface prototype object" ,
"WebSocket interface: constant CLOSED on interface object" ,
"WebSocket interface: constant CLOSED on interface prototype object" ,
"WebSocket interface: attribute onopen" ,
"WebSocket interface: attribute onerror" ,
"WebSocket interface: attribute onclose" ,
"WebSocket interface: attribute onmessage" ,
"CloseEvent interface: attribute wasClean" ,
"CloseEvent interface: attribute code" ,
"CloseEvent interface: attribute reason" ,
"Stringification of new CloseEvent(\"close\")"
] ,
2023-10-09 23:01:01 -04:00
"mixed-content.https.any.html" : false ,
"mixed-content.https.any.worker.html" : false ,
"opening-handshake" : {
"003-sets-origin.worker.html" : false
} ,
"referrer.any.html" : true ,
"referrer.any.worker.html" : true ,
"remove-own-iframe-during-onerror.window.html?default" : false ,
2022-04-18 15:17:19 -04:00
"remove-own-iframe-during-onerror.window.html?wpt_flags=h2" : false ,
2023-03-24 23:27:49 -04:00
"remove-own-iframe-during-onerror.window.html?wss" : false ,
2023-10-09 23:01:01 -04:00
"send-many-64K-messages-with-backpressure.any.html?default" : true ,
"send-many-64K-messages-with-backpressure.any.html?wpt_flags=h2" : false ,
"send-many-64K-messages-with-backpressure.any.html?wss" : true ,
"send-many-64K-messages-with-backpressure.any.worker.html?default" : true ,
"send-many-64K-messages-with-backpressure.any.worker.html?wpt_flags=h2" : false ,
"send-many-64K-messages-with-backpressure.any.worker.html?wss" : true ,
"stream" : {
"tentative" : {
2023-11-01 17:11:01 -04:00
"abort.any.html?wpt_flags=h2" : true ,
2023-10-11 01:31:05 -04:00
"abort.any.html?wss" : true ,
2023-11-01 17:11:01 -04:00
"abort.any.worker.html?wpt_flags=h2" : true ,
2023-10-11 01:31:05 -04:00
"abort.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"backpressure-receive.any.html?wpt_flags=h2" : false ,
2023-10-11 01:31:05 -04:00
"backpressure-receive.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"backpressure-receive.any.worker.html?wpt_flags=h2" : false ,
2023-10-11 01:31:05 -04:00
"backpressure-receive.any.worker.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"backpressure-send.any.html?wpt_flags=h2" : false ,
2023-10-11 01:31:05 -04:00
"backpressure-send.any.html?wss" : true ,
2023-10-09 23:01:01 -04:00
"backpressure-send.any.worker.html?wpt_flags=h2" : false ,
2023-10-11 01:31:05 -04:00
"backpressure-send.any.worker.html?wss" : true ,
2024-04-08 14:46:53 -04:00
"close.any.html?wpt_flags=h2" : false ,
"close.any.html?wss" : [
"incomplete closing handshake should be considered unclean close"
] ,
"close.any.worker.html?wpt_flags=h2" : false ,
"close.any.worker.html?wss" : [
"incomplete closing handshake should be considered unclean close"
] ,
2023-11-01 17:11:01 -04:00
"constructor.any.html?wpt_flags=h2" : true ,
2023-10-11 01:31:05 -04:00
"constructor.any.html?wss" : true ,
2023-11-01 17:11:01 -04:00
"constructor.any.worker.html?wpt_flags=h2" : true ,
2024-04-08 14:46:53 -04:00
"constructor.any.worker.html?wss" : true ,
"close.any.html?default" : [
"incomplete closing handshake should be considered unclean close"
]
2023-10-09 23:01:01 -04:00
}
}
2021-08-16 08:29:54 -04:00
} ,
"workers" : {
"Worker-base64.any.worker.html" : true ,
"Worker-call.worker.html" : true ,
"Worker-constructor-proto.any.worker.html" : true ,
"Worker-custom-event.any.worker.html" : true ,
2022-04-18 15:17:19 -04:00
"Worker-formdata.any.worker.html" : false ,
"Worker-location.sub.any.worker.html" : false ,
2021-08-16 08:29:54 -04:00
"Worker-replace-event-handler.any.worker.html" : true ,
"Worker-replace-global-constructor.any.worker.html" : true ,
"Worker-replace-self.any.worker.html" : true ,
2022-04-18 15:17:19 -04:00
"WorkerGlobalScope_requestAnimationFrame.tentative.worker.html" : false ,
"WorkerLocation-origin.sub.window.html" : false ,
2021-10-07 13:39:33 -04:00
"WorkerNavigator-hardware-concurrency.any.worker.html" : true ,
2022-04-18 15:17:19 -04:00
"WorkerNavigator.any.worker.html" : false ,
2021-08-16 08:29:54 -04:00
"constructors" : {
"Worker" : {
"DedicatedWorkerGlobalScope-members.worker.html" : [
"existence of onoffline" ,
"existence of ononline"
] ,
"expected-self-properties.worker.html" : [
"existence of XMLHttpRequest" ,
"existence of SharedWorker"
] ,
"unexpected-self-properties.worker.html" : true
}
} ,
"dedicated-worker-in-data-url-context.window.html" : [
"Create a dedicated worker in a data url frame" ,
"Create a dedicated worker in a data url dedicated worker" ,
"Create a data url dedicated worker in a data url frame"
] ,
"examples" : {
"general.any.worker.html" : true ,
"general.worker.html" : true
} ,
"importscripts_mime.any.worker.html" : [
"importScripts() requires scripty MIME types: text/ecmascript is allowed."
] ,
"interfaces" : {
"DedicatedWorkerGlobalScope" : {
"EventTarget.worker.html" : true ,
2021-10-08 03:53:31 -04:00
"onmessage.worker.html" : true ,
2021-08-16 08:29:54 -04:00
"postMessage" : {
"return-value.worker.html" : true
}
} ,
"WorkerGlobalScope" : {
"location" : {
"returns-same-object.any.worker.html" : true
} ,
"self.any.worker.html" : true
} ,
"WorkerUtils" : {
"importScripts" : {
"001.worker.html" : true ,
"002.worker.html" : true ,
2021-09-25 09:27:34 -04:00
"blob-url.worker.html" : [
"A revoked blob URL will fail"
] ,
2021-08-16 08:29:54 -04:00
"catch.sub.any.worker.html" : [
"Cross-origin syntax error" ,
2021-10-27 09:09:58 -04:00
"Cross-origin throw"
2021-09-25 09:27:34 -04:00
] ,
"report-error-cross-origin.sub.any.worker.html" : false ,
"report-error-redirect-to-cross-origin.sub.any.worker.html" : false ,
2022-04-18 15:17:19 -04:00
"report-error-same-origin.sub.any.worker.html" : false ,
"report-error-setTimeout-cross-origin.sub.any.worker.html" : [
"WorkerGlobalScope error event: error" ,
"WorkerGlobalScope error event: filename" ,
"WorkerGlobalScope error event: lineno"
] ,
"report-error-setTimeout-redirect-to-cross-origin.sub.any.worker.html" : [
"WorkerGlobalScope error event: filename" ,
"WorkerGlobalScope error event: lineno"
] ,
"report-error-setTimeout-same-origin.sub.any.worker.html" : [
"WorkerGlobalScope error event: filename" ,
"WorkerGlobalScope error event: lineno"
]
2021-08-16 08:29:54 -04:00
}
}
} ,
"modules" : {
"dedicated-worker-import-blob-url.any.html" : true ,
"dedicated-worker-import-blob-url.any.worker.html" : true ,
"dedicated-worker-import-data-url.any.html" : true ,
"dedicated-worker-import-data-url.any.worker.html" : true ,
"dedicated-worker-import.any.html" : true ,
"dedicated-worker-import.any.worker.html" : true ,
2021-11-07 20:20:39 -05:00
"shared-worker-import-blob-url.window.html" : false ,
"shared-worker-import-data-url.window.html" : false ,
"shared-worker-import.window.html" : false
2021-08-16 08:29:54 -04:00
} ,
"nested_worker.worker.html" : true ,
"nested_worker_close_self.worker.html" : true ,
"nested_worker_importScripts.worker.html" : true ,
2022-04-18 15:17:19 -04:00
"nested_worker_sync_xhr.worker.html" : false ,
2021-08-16 08:29:54 -04:00
"semantics" : {
"encodings" : {
"004.worker.html" : true
} ,
"interface-objects" : {
"001.worker.html" : [
"The SharedWorker interface object should be exposed." ,
"The CanvasGradient interface object should be exposed." ,
"The CanvasPattern interface object should be exposed." ,
"The CanvasPath interface object should be exposed." ,
"The TextMetrics interface object should be exposed." ,
"The Path2D interface object should be exposed." ,
"The XMLHttpRequestEventTarget interface object should be exposed." ,
"The XMLHttpRequestUpload interface object should be exposed." ,
"The XMLHttpRequest interface object should be exposed." ,
"The FileList interface object should be exposed." ,
"The FileReaderSync interface object should be exposed." ,
"The IDBRequest interface object should be exposed." ,
"The IDBOpenDBRequest interface object should be exposed." ,
"The IDBVersionChangeEvent interface object should be exposed." ,
"The IDBFactory interface object should be exposed." ,
"The IDBDatabase interface object should be exposed." ,
"The IDBObjectStore interface object should be exposed." ,
"The IDBIndex interface object should be exposed." ,
"The IDBKeyRange interface object should be exposed." ,
"The IDBCursor interface object should be exposed." ,
"The IDBCursorWithValue interface object should be exposed." ,
2024-04-16 19:33:05 -04:00
"The IDBTransaction interface object should be exposed." ,
"The Float16Array interface object should be exposed."
2021-08-16 08:29:54 -04:00
] ,
"002.worker.html" : true
} ,
"multiple-workers" : {
"exposure.any.html" : [
"SharedWorker exposure"
] ,
"exposure.any.worker.html" : true
}
} ,
2022-04-18 15:17:19 -04:00
"shared-worker-from-blob-url.window.html" : false ,
"shared-worker-in-data-url-context.window.html" : false ,
2021-08-16 08:29:54 -04:00
"worker-performance.worker.html" : [
"Resource timing seems to work in workers" ,
"performance.clearResourceTimings in workers" ,
"performance.setResourceTimingBufferSize in workers"
2023-03-24 23:27:49 -04:00
] ,
"importscripts_mime_local.any.worker.html" : [
"importScripts() requires scripty MIME types for data: URLs: text/ecmascript is allowed." ,
"importScripts() requires scripty MIME types for blob: URLs: text/ecmascript is allowed."
2021-08-16 08:29:54 -04:00
]
2021-09-08 05:14:29 -04:00
} ,
"urlpattern" : {
2021-09-25 09:27:34 -04:00
"urlpattern-compare.any.html" : [
"Component: pathname Left: {\"pathname\":\"/foo/a\"} Right: {\"pathname\":\"/foo/b\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/b\"} Right: {\"pathname\":\"/foo/bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/bar\"} Right: {\"pathname\":\"/foo/:bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/\"} Right: {\"pathname\":\"/foo/:bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/:bar\"} Right: {\"pathname\":\"/foo/*\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}\"} Right: {\"pathname\":\"/foo/(bar)\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}\"} Right: {\"pathname\":\"/foo/{bar}+\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}+\"} Right: {\"pathname\":\"/foo/{bar}?\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}?\"} Right: {\"pathname\":\"/foo/{bar}*\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/(123)\"} Right: {\"pathname\":\"/foo/(12)\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/:b\"} Right: {\"pathname\":\"/foo/:a\"}" ,
"Component: pathname Left: {\"pathname\":\"*/foo\"} Right: {\"pathname\":\"*\"}" ,
"Component: port Left: {\"port\":\"9\"} Right: {\"port\":\"100\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo/{:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo{/:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"fo{o/:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo{/:bar/}?baz\"}" ,
"Component: pathname Left: \"https://a.example.com/b?a\" Right: \"https://b.example.com/a?b\"" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}/baz\"} Right: {\"pathname\":\"/foo/bar/baz\"}" ,
"Component: protocol Left: {\"protocol\":\"a\"} Right: {\"protocol\":\"b\"}" ,
"Component: username Left: {\"username\":\"a\"} Right: {\"username\":\"b\"}" ,
"Component: password Left: {\"password\":\"a\"} Right: {\"password\":\"b\"}" ,
"Component: hostname Left: {\"hostname\":\"a\"} Right: {\"hostname\":\"b\"}" ,
"Component: search Left: {\"search\":\"a\"} Right: {\"search\":\"b\"}" ,
"Component: hash Left: {\"hash\":\"a\"} Right: {\"hash\":\"b\"}"
] ,
"urlpattern-compare.any.worker.html" : [
"Component: pathname Left: {\"pathname\":\"/foo/a\"} Right: {\"pathname\":\"/foo/b\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/b\"} Right: {\"pathname\":\"/foo/bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/bar\"} Right: {\"pathname\":\"/foo/:bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/\"} Right: {\"pathname\":\"/foo/:bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/:bar\"} Right: {\"pathname\":\"/foo/*\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}\"} Right: {\"pathname\":\"/foo/(bar)\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}\"} Right: {\"pathname\":\"/foo/{bar}+\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}+\"} Right: {\"pathname\":\"/foo/{bar}?\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}?\"} Right: {\"pathname\":\"/foo/{bar}*\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/(123)\"} Right: {\"pathname\":\"/foo/(12)\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/:b\"} Right: {\"pathname\":\"/foo/:a\"}" ,
"Component: pathname Left: {\"pathname\":\"*/foo\"} Right: {\"pathname\":\"*\"}" ,
"Component: port Left: {\"port\":\"9\"} Right: {\"port\":\"100\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo/{:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo{/:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"fo{o/:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo{/:bar/}?baz\"}" ,
"Component: pathname Left: \"https://a.example.com/b?a\" Right: \"https://b.example.com/a?b\"" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}/baz\"} Right: {\"pathname\":\"/foo/bar/baz\"}" ,
"Component: protocol Left: {\"protocol\":\"a\"} Right: {\"protocol\":\"b\"}" ,
"Component: username Left: {\"username\":\"a\"} Right: {\"username\":\"b\"}" ,
"Component: password Left: {\"password\":\"a\"} Right: {\"password\":\"b\"}" ,
"Component: hostname Left: {\"hostname\":\"a\"} Right: {\"hostname\":\"b\"}" ,
"Component: search Left: {\"search\":\"a\"} Right: {\"search\":\"b\"}" ,
"Component: hash Left: {\"hash\":\"a\"} Right: {\"hash\":\"b\"}"
] ,
"urlpattern-compare.https.any.html" : [
"Component: pathname Left: {\"pathname\":\"/foo/a\"} Right: {\"pathname\":\"/foo/b\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/b\"} Right: {\"pathname\":\"/foo/bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/bar\"} Right: {\"pathname\":\"/foo/:bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/\"} Right: {\"pathname\":\"/foo/:bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/:bar\"} Right: {\"pathname\":\"/foo/*\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}\"} Right: {\"pathname\":\"/foo/(bar)\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}\"} Right: {\"pathname\":\"/foo/{bar}+\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}+\"} Right: {\"pathname\":\"/foo/{bar}?\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}?\"} Right: {\"pathname\":\"/foo/{bar}*\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/(123)\"} Right: {\"pathname\":\"/foo/(12)\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/:b\"} Right: {\"pathname\":\"/foo/:a\"}" ,
"Component: pathname Left: {\"pathname\":\"*/foo\"} Right: {\"pathname\":\"*\"}" ,
"Component: port Left: {\"port\":\"9\"} Right: {\"port\":\"100\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo/{:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo{/:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"fo{o/:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo{/:bar/}?baz\"}" ,
"Component: pathname Left: \"https://a.example.com/b?a\" Right: \"https://b.example.com/a?b\"" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}/baz\"} Right: {\"pathname\":\"/foo/bar/baz\"}" ,
"Component: protocol Left: {\"protocol\":\"a\"} Right: {\"protocol\":\"b\"}" ,
"Component: username Left: {\"username\":\"a\"} Right: {\"username\":\"b\"}" ,
"Component: password Left: {\"password\":\"a\"} Right: {\"password\":\"b\"}" ,
"Component: hostname Left: {\"hostname\":\"a\"} Right: {\"hostname\":\"b\"}" ,
"Component: search Left: {\"search\":\"a\"} Right: {\"search\":\"b\"}" ,
"Component: hash Left: {\"hash\":\"a\"} Right: {\"hash\":\"b\"}"
] ,
"urlpattern-compare.https.any.worker.html" : [
"Component: pathname Left: {\"pathname\":\"/foo/a\"} Right: {\"pathname\":\"/foo/b\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/b\"} Right: {\"pathname\":\"/foo/bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/bar\"} Right: {\"pathname\":\"/foo/:bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/\"} Right: {\"pathname\":\"/foo/:bar\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/:bar\"} Right: {\"pathname\":\"/foo/*\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}\"} Right: {\"pathname\":\"/foo/(bar)\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}\"} Right: {\"pathname\":\"/foo/{bar}+\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}+\"} Right: {\"pathname\":\"/foo/{bar}?\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}?\"} Right: {\"pathname\":\"/foo/{bar}*\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/(123)\"} Right: {\"pathname\":\"/foo/(12)\"}" ,
"Component: pathname Left: {\"pathname\":\"/foo/:b\"} Right: {\"pathname\":\"/foo/:a\"}" ,
"Component: pathname Left: {\"pathname\":\"*/foo\"} Right: {\"pathname\":\"*\"}" ,
"Component: port Left: {\"port\":\"9\"} Right: {\"port\":\"100\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo/{:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo{/:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"fo{o/:bar}?/baz\"}" ,
"Component: pathname Left: {\"pathname\":\"foo/:bar?/baz\"} Right: {\"pathname\":\"foo{/:bar/}?baz\"}" ,
"Component: pathname Left: \"https://a.example.com/b?a\" Right: \"https://b.example.com/a?b\"" ,
"Component: pathname Left: {\"pathname\":\"/foo/{bar}/baz\"} Right: {\"pathname\":\"/foo/bar/baz\"}" ,
"Component: protocol Left: {\"protocol\":\"a\"} Right: {\"protocol\":\"b\"}" ,
"Component: username Left: {\"username\":\"a\"} Right: {\"username\":\"b\"}" ,
"Component: password Left: {\"password\":\"a\"} Right: {\"password\":\"b\"}" ,
"Component: hostname Left: {\"hostname\":\"a\"} Right: {\"hostname\":\"b\"}" ,
"Component: search Left: {\"search\":\"a\"} Right: {\"search\":\"b\"}" ,
"Component: hash Left: {\"hash\":\"a\"} Right: {\"hash\":\"b\"}"
] ,
2021-09-08 05:14:29 -04:00
"urlpattern.any.html" : [
2023-11-13 13:40:05 -05:00
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar/baz\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?otherquery#otherhash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar?otherquery#otherhash\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar?query#hash\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar/baz\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://other.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"http://other.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar/baz\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://other.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"http://example.com\"}]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [{\"pathname\":\"/foo/:bar?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/:bar*\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/(.*)?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/*?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/(.*)*\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/**\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [{\"pathname\":\"./foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"pathname\":\"foo/bar\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"pathname\":\"/\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"{/bar}\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./bar\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"\\\\/bar\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./bar\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"b\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./b\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [\"https://example.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\":name.html\",\"baseURL\":\"https://example.com\"}] Inputs: [\"https://example.com/foo.html\"]" ,
2021-09-25 09:27:34 -04:00
"Pattern: [{\"pathname\":\"/foo/bar\"}] Inputs: [\"./foo/bar\",\"https://example.com\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"https://example.com:8080/foo?bar#baz\"] Inputs: [{\"pathname\":\"/foo\",\"search\":\"bar\",\"hash\":\"baz\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [\"/foo?bar#baz\",\"https://example.com:8080\"] Inputs: [{\"pathname\":\"/foo\",\"search\":\"bar\",\"hash\":\"baz\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [\"http{s}?://{*.}?example.com/:product/:endpoint\"] Inputs: [\"https://sub.example.com/foo/bar\"]" ,
"Pattern: [\"https://example.com?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com#foo\"] Inputs: [\"https://example.com/#foo\"]" ,
"Pattern: [\"https://example.com:8080?foo\"] Inputs: [\"https://example.com:8080/?foo\"]" ,
"Pattern: [\"https://example.com:8080#foo\"] Inputs: [\"https://example.com:8080/#foo\"]" ,
"Pattern: [\"https://example.com/?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/#foo\"] Inputs: [\"https://example.com/#foo\"]" ,
"Pattern: [\"https://example.com/*?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/*\\\\?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/:name?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/:name\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/(bar)?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/(bar)\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/{bar}?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/{bar}\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/\"] Inputs: [\"https://example.com:8080/\"]" ,
"Pattern: [\"data\\\\:foobar\"] Inputs: [\"data:foobar\"]" ,
"Pattern: [\"https://{sub.}?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"https://(sub.)?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"https://(sub.)?example(.com/)foo\"] Inputs: [\"https://example.com/foo\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"https://(sub(?:.))?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"file:///foo/bar\"] Inputs: [\"file:///foo/bar\"]" ,
"Pattern: [\"data:\"] Inputs: [\"data:\"]" ,
"Pattern: [\"foo://bar\"] Inputs: [\"foo://bad_url_browser_interop\"]" ,
"Pattern: [\"https://example.com/foo?bar#baz\"] Inputs: [{\"protocol\":\"https:\",\"search\":\"?bar\",\"hash\":\"#baz\",\"baseURL\":\"http://example.com/foo\"}]" ,
"Pattern: [\"?bar#baz\",\"https://example.com/foo\"] Inputs: [\"?bar#baz\",\"https://example.com/foo\"]" ,
"Pattern: [\"?bar\",\"https://example.com/foo#baz\"] Inputs: [\"?bar\",\"https://example.com/foo#snafu\"]" ,
"Pattern: [\"#baz\",\"https://example.com/foo?bar\"] Inputs: [\"#baz\",\"https://example.com/foo?bar\"]" ,
"Pattern: [\"#baz\",\"https://example.com/foo\"] Inputs: [\"#baz\",\"https://example.com/foo\"]" ,
"Pattern: [\"https://foo\\\\:bar@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"https://foo@example.com\"] Inputs: [\"https://foo@example.com\"]" ,
"Pattern: [\"https://\\\\:bar@example.com\"] Inputs: [\"https://:bar@example.com\"]" ,
"Pattern: [\"https://:user::pass@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"https\\\\:foo\\\\:bar@example.com\"] Inputs: [\"https:foo:bar@example.com\"]" ,
"Pattern: [\"data\\\\:foo\\\\:bar@example.com\"] Inputs: [\"data:foo:bar@example.com\"]" ,
"Pattern: [\"https://foo{\\\\:}bar@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"data{\\\\:}channel.html\",\"https://example.com\"] Inputs: [\"https://example.com/data:channel.html\"]" ,
"Pattern: [\"http://[\\\\:\\\\:1]/\"] Inputs: [\"http://[::1]/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:1]:8080/\"] Inputs: [\"http://[::1]:8080/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:a]/\"] Inputs: [\"http://[::a]/\"]" ,
"Pattern: [\"http://[:address]/\"] Inputs: [\"http://[::1]/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:AB\\\\::num]/\"] Inputs: [\"http://[::ab:1]/\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"data\\\\:text/javascript,let x = 100/:tens?5;\"] Inputs: [\"data:text/javascript,let x = 100/5;\"]" ,
2021-09-25 09:27:34 -04:00
"Pattern: [{\"hostname\":\"bad\\\\:hostname\"}] Inputs: undefined" ,
"Pattern: [] Inputs: [\"https://example.com/\"]" ,
"Pattern: [] Inputs: [{}]" ,
2022-01-14 11:00:02 -05:00
"Pattern: [] Inputs: []" ,
2022-09-22 05:07:50 -04:00
"Pattern: [{\"pathname\":\"*{}**?\"}] Inputs: [{\"pathname\":\"foobar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\"},{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO/BAR\"}]" ,
"Pattern: [\"https://example.com:8080/foo?bar#baz\",{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO\",\"search\":\"BAR\",\"hash\":\"BAZ\",\"baseURL\":\"https://example.com:8080\"}]" ,
2023-03-24 23:27:49 -04:00
"Pattern: [\"/foo?bar#baz\",\"https://example.com:8080\",{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO\",\"search\":\"BAR\",\"hash\":\"BAZ\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [{\"search\":\"foo\",\"baseURL\":\"https://example.com/a/+/b\"}] Inputs: [{\"search\":\"foo\",\"baseURL\":\"https://example.com/a/+/b\"}]" ,
"Pattern: [{\"hash\":\"foo\",\"baseURL\":\"https://example.com/?q=*&v=?&hmm={}&umm=()\"}] Inputs: [{\"hash\":\"foo\",\"baseURL\":\"https://example.com/?q=*&v=?&hmm={}&umm=()\"}]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"#foo\",\"https://example.com/?q=*&v=?&hmm={}&umm=()\"] Inputs: [\"https://example.com/?q=*&v=?&hmm={}&umm=()#foo\"]" ,
"Pattern: [{\"pathname\":\"/([[a-z]--a])\"}] Inputs: [{\"pathname\":\"/a\"}]" ,
"Pattern: [{\"pathname\":\"/([[a-z]--a])\"}] Inputs: [{\"pathname\":\"/z\"}]" ,
"Pattern: [{\"pathname\":\"/([\\\\d&&[0-1]])\"}] Inputs: [{\"pathname\":\"/0\"}]" ,
"Pattern: [{\"pathname\":\"/([\\\\d&&[0-1]])\"}] Inputs: [{\"pathname\":\"/3\"}]"
2021-09-08 05:14:29 -04:00
] ,
"urlpattern.any.worker.html" : [
2023-11-13 13:40:05 -05:00
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar/baz\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?otherquery#otherhash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar?otherquery#otherhash\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar?query#hash\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar/baz\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://other.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"http://other.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar/baz\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://other.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"http://example.com\"}]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [{\"pathname\":\"/foo/:bar?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/:bar*\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/(.*)?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/*?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/(.*)*\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/**\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [{\"pathname\":\"./foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"pathname\":\"foo/bar\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"pathname\":\"/\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"{/bar}\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./bar\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"\\\\/bar\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./bar\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"b\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./b\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [\"https://example.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\":name.html\",\"baseURL\":\"https://example.com\"}] Inputs: [\"https://example.com/foo.html\"]" ,
2021-09-25 09:27:34 -04:00
"Pattern: [{\"pathname\":\"/foo/bar\"}] Inputs: [\"./foo/bar\",\"https://example.com\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"https://example.com:8080/foo?bar#baz\"] Inputs: [{\"pathname\":\"/foo\",\"search\":\"bar\",\"hash\":\"baz\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [\"/foo?bar#baz\",\"https://example.com:8080\"] Inputs: [{\"pathname\":\"/foo\",\"search\":\"bar\",\"hash\":\"baz\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [\"http{s}?://{*.}?example.com/:product/:endpoint\"] Inputs: [\"https://sub.example.com/foo/bar\"]" ,
"Pattern: [\"https://example.com?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com#foo\"] Inputs: [\"https://example.com/#foo\"]" ,
"Pattern: [\"https://example.com:8080?foo\"] Inputs: [\"https://example.com:8080/?foo\"]" ,
"Pattern: [\"https://example.com:8080#foo\"] Inputs: [\"https://example.com:8080/#foo\"]" ,
"Pattern: [\"https://example.com/?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/#foo\"] Inputs: [\"https://example.com/#foo\"]" ,
"Pattern: [\"https://example.com/*?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/*\\\\?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/:name?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/:name\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/(bar)?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/(bar)\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/{bar}?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/{bar}\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/\"] Inputs: [\"https://example.com:8080/\"]" ,
"Pattern: [\"data\\\\:foobar\"] Inputs: [\"data:foobar\"]" ,
"Pattern: [\"https://{sub.}?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"https://(sub.)?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"https://(sub.)?example(.com/)foo\"] Inputs: [\"https://example.com/foo\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"https://(sub(?:.))?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"file:///foo/bar\"] Inputs: [\"file:///foo/bar\"]" ,
"Pattern: [\"data:\"] Inputs: [\"data:\"]" ,
"Pattern: [\"foo://bar\"] Inputs: [\"foo://bad_url_browser_interop\"]" ,
"Pattern: [\"https://example.com/foo?bar#baz\"] Inputs: [{\"protocol\":\"https:\",\"search\":\"?bar\",\"hash\":\"#baz\",\"baseURL\":\"http://example.com/foo\"}]" ,
"Pattern: [\"?bar#baz\",\"https://example.com/foo\"] Inputs: [\"?bar#baz\",\"https://example.com/foo\"]" ,
"Pattern: [\"?bar\",\"https://example.com/foo#baz\"] Inputs: [\"?bar\",\"https://example.com/foo#snafu\"]" ,
"Pattern: [\"#baz\",\"https://example.com/foo?bar\"] Inputs: [\"#baz\",\"https://example.com/foo?bar\"]" ,
"Pattern: [\"#baz\",\"https://example.com/foo\"] Inputs: [\"#baz\",\"https://example.com/foo\"]" ,
"Pattern: [\"https://foo\\\\:bar@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"https://foo@example.com\"] Inputs: [\"https://foo@example.com\"]" ,
"Pattern: [\"https://\\\\:bar@example.com\"] Inputs: [\"https://:bar@example.com\"]" ,
"Pattern: [\"https://:user::pass@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"https\\\\:foo\\\\:bar@example.com\"] Inputs: [\"https:foo:bar@example.com\"]" ,
"Pattern: [\"data\\\\:foo\\\\:bar@example.com\"] Inputs: [\"data:foo:bar@example.com\"]" ,
"Pattern: [\"https://foo{\\\\:}bar@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"data{\\\\:}channel.html\",\"https://example.com\"] Inputs: [\"https://example.com/data:channel.html\"]" ,
"Pattern: [\"http://[\\\\:\\\\:1]/\"] Inputs: [\"http://[::1]/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:1]:8080/\"] Inputs: [\"http://[::1]:8080/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:a]/\"] Inputs: [\"http://[::a]/\"]" ,
"Pattern: [\"http://[:address]/\"] Inputs: [\"http://[::1]/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:AB\\\\::num]/\"] Inputs: [\"http://[::ab:1]/\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"data\\\\:text/javascript,let x = 100/:tens?5;\"] Inputs: [\"data:text/javascript,let x = 100/5;\"]" ,
2021-09-25 09:27:34 -04:00
"Pattern: [{\"hostname\":\"bad\\\\:hostname\"}] Inputs: undefined" ,
"Pattern: [] Inputs: [\"https://example.com/\"]" ,
"Pattern: [] Inputs: [{}]" ,
2022-01-14 11:00:02 -05:00
"Pattern: [] Inputs: []" ,
2022-09-22 05:07:50 -04:00
"Pattern: [{\"pathname\":\"*{}**?\"}] Inputs: [{\"pathname\":\"foobar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\"},{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO/BAR\"}]" ,
"Pattern: [\"https://example.com:8080/foo?bar#baz\",{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO\",\"search\":\"BAR\",\"hash\":\"BAZ\",\"baseURL\":\"https://example.com:8080\"}]" ,
2023-03-24 23:27:49 -04:00
"Pattern: [\"/foo?bar#baz\",\"https://example.com:8080\",{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO\",\"search\":\"BAR\",\"hash\":\"BAZ\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [{\"search\":\"foo\",\"baseURL\":\"https://example.com/a/+/b\"}] Inputs: [{\"search\":\"foo\",\"baseURL\":\"https://example.com/a/+/b\"}]" ,
"Pattern: [{\"hash\":\"foo\",\"baseURL\":\"https://example.com/?q=*&v=?&hmm={}&umm=()\"}] Inputs: [{\"hash\":\"foo\",\"baseURL\":\"https://example.com/?q=*&v=?&hmm={}&umm=()\"}]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"#foo\",\"https://example.com/?q=*&v=?&hmm={}&umm=()\"] Inputs: [\"https://example.com/?q=*&v=?&hmm={}&umm=()#foo\"]" ,
"Pattern: [{\"pathname\":\"/([[a-z]--a])\"}] Inputs: [{\"pathname\":\"/a\"}]" ,
"Pattern: [{\"pathname\":\"/([[a-z]--a])\"}] Inputs: [{\"pathname\":\"/z\"}]" ,
"Pattern: [{\"pathname\":\"/([\\\\d&&[0-1]])\"}] Inputs: [{\"pathname\":\"/0\"}]" ,
"Pattern: [{\"pathname\":\"/([\\\\d&&[0-1]])\"}] Inputs: [{\"pathname\":\"/3\"}]"
2021-09-08 05:14:29 -04:00
] ,
"urlpattern.https.any.html" : [
2023-11-13 13:40:05 -05:00
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar/baz\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?otherquery#otherhash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar?otherquery#otherhash\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar?query#hash\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar/baz\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://other.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"http://other.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar/baz\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://other.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"http://example.com\"}]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [{\"pathname\":\"/foo/:bar?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/:bar*\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/(.*)?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/*?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/(.*)*\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/**\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [{\"pathname\":\"./foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"pathname\":\"foo/bar\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"pathname\":\"/\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"{/bar}\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./bar\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"\\\\/bar\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./bar\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"b\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./b\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [\"https://example.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\":name.html\",\"baseURL\":\"https://example.com\"}] Inputs: [\"https://example.com/foo.html\"]" ,
2021-09-25 09:27:34 -04:00
"Pattern: [{\"pathname\":\"/foo/bar\"}] Inputs: [\"./foo/bar\",\"https://example.com\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"https://example.com:8080/foo?bar#baz\"] Inputs: [{\"pathname\":\"/foo\",\"search\":\"bar\",\"hash\":\"baz\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [\"/foo?bar#baz\",\"https://example.com:8080\"] Inputs: [{\"pathname\":\"/foo\",\"search\":\"bar\",\"hash\":\"baz\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [\"http{s}?://{*.}?example.com/:product/:endpoint\"] Inputs: [\"https://sub.example.com/foo/bar\"]" ,
"Pattern: [\"https://example.com?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com#foo\"] Inputs: [\"https://example.com/#foo\"]" ,
"Pattern: [\"https://example.com:8080?foo\"] Inputs: [\"https://example.com:8080/?foo\"]" ,
"Pattern: [\"https://example.com:8080#foo\"] Inputs: [\"https://example.com:8080/#foo\"]" ,
"Pattern: [\"https://example.com/?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/#foo\"] Inputs: [\"https://example.com/#foo\"]" ,
"Pattern: [\"https://example.com/*?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/*\\\\?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/:name?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/:name\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/(bar)?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/(bar)\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/{bar}?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/{bar}\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/\"] Inputs: [\"https://example.com:8080/\"]" ,
"Pattern: [\"data\\\\:foobar\"] Inputs: [\"data:foobar\"]" ,
"Pattern: [\"https://{sub.}?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"https://(sub.)?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"https://(sub.)?example(.com/)foo\"] Inputs: [\"https://example.com/foo\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"https://(sub(?:.))?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"file:///foo/bar\"] Inputs: [\"file:///foo/bar\"]" ,
"Pattern: [\"data:\"] Inputs: [\"data:\"]" ,
"Pattern: [\"foo://bar\"] Inputs: [\"foo://bad_url_browser_interop\"]" ,
"Pattern: [\"https://example.com/foo?bar#baz\"] Inputs: [{\"protocol\":\"https:\",\"search\":\"?bar\",\"hash\":\"#baz\",\"baseURL\":\"http://example.com/foo\"}]" ,
"Pattern: [\"?bar#baz\",\"https://example.com/foo\"] Inputs: [\"?bar#baz\",\"https://example.com/foo\"]" ,
"Pattern: [\"?bar\",\"https://example.com/foo#baz\"] Inputs: [\"?bar\",\"https://example.com/foo#snafu\"]" ,
"Pattern: [\"#baz\",\"https://example.com/foo?bar\"] Inputs: [\"#baz\",\"https://example.com/foo?bar\"]" ,
"Pattern: [\"#baz\",\"https://example.com/foo\"] Inputs: [\"#baz\",\"https://example.com/foo\"]" ,
"Pattern: [\"https://foo\\\\:bar@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"https://foo@example.com\"] Inputs: [\"https://foo@example.com\"]" ,
"Pattern: [\"https://\\\\:bar@example.com\"] Inputs: [\"https://:bar@example.com\"]" ,
"Pattern: [\"https://:user::pass@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"https\\\\:foo\\\\:bar@example.com\"] Inputs: [\"https:foo:bar@example.com\"]" ,
"Pattern: [\"data\\\\:foo\\\\:bar@example.com\"] Inputs: [\"data:foo:bar@example.com\"]" ,
"Pattern: [\"https://foo{\\\\:}bar@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"data{\\\\:}channel.html\",\"https://example.com\"] Inputs: [\"https://example.com/data:channel.html\"]" ,
"Pattern: [\"http://[\\\\:\\\\:1]/\"] Inputs: [\"http://[::1]/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:1]:8080/\"] Inputs: [\"http://[::1]:8080/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:a]/\"] Inputs: [\"http://[::a]/\"]" ,
"Pattern: [\"http://[:address]/\"] Inputs: [\"http://[::1]/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:AB\\\\::num]/\"] Inputs: [\"http://[::ab:1]/\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"data\\\\:text/javascript,let x = 100/:tens?5;\"] Inputs: [\"data:text/javascript,let x = 100/5;\"]" ,
2021-09-25 09:27:34 -04:00
"Pattern: [{\"hostname\":\"bad\\\\:hostname\"}] Inputs: undefined" ,
"Pattern: [] Inputs: [\"https://example.com/\"]" ,
"Pattern: [] Inputs: [{}]" ,
2022-01-14 11:00:02 -05:00
"Pattern: [] Inputs: []" ,
2022-09-22 05:07:50 -04:00
"Pattern: [{\"pathname\":\"*{}**?\"}] Inputs: [{\"pathname\":\"foobar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\"},{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO/BAR\"}]" ,
"Pattern: [\"https://example.com:8080/foo?bar#baz\",{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO\",\"search\":\"BAR\",\"hash\":\"BAZ\",\"baseURL\":\"https://example.com:8080\"}]" ,
2023-03-24 23:27:49 -04:00
"Pattern: [\"/foo?bar#baz\",\"https://example.com:8080\",{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO\",\"search\":\"BAR\",\"hash\":\"BAZ\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [{\"search\":\"foo\",\"baseURL\":\"https://example.com/a/+/b\"}] Inputs: [{\"search\":\"foo\",\"baseURL\":\"https://example.com/a/+/b\"}]" ,
"Pattern: [{\"hash\":\"foo\",\"baseURL\":\"https://example.com/?q=*&v=?&hmm={}&umm=()\"}] Inputs: [{\"hash\":\"foo\",\"baseURL\":\"https://example.com/?q=*&v=?&hmm={}&umm=()\"}]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"#foo\",\"https://example.com/?q=*&v=?&hmm={}&umm=()\"] Inputs: [\"https://example.com/?q=*&v=?&hmm={}&umm=()#foo\"]" ,
"Pattern: [{\"pathname\":\"/([[a-z]--a])\"}] Inputs: [{\"pathname\":\"/a\"}]" ,
"Pattern: [{\"pathname\":\"/([[a-z]--a])\"}] Inputs: [{\"pathname\":\"/z\"}]" ,
"Pattern: [{\"pathname\":\"/([\\\\d&&[0-1]])\"}] Inputs: [{\"pathname\":\"/0\"}]" ,
"Pattern: [{\"pathname\":\"/([\\\\d&&[0-1]])\"}] Inputs: [{\"pathname\":\"/3\"}]"
2021-09-08 05:14:29 -04:00
] ,
"urlpattern.https.any.worker.html" : [
2023-11-13 13:40:05 -05:00
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar/baz\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?otherquery#otherhash\"}] Inputs: [{\"protocol\":\"https\",\"hostname\":\"example.com\",\"pathname\":\"/foo/bar\",\"search\":\"otherquery\",\"hash\":\"otherhash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar?otherquery#otherhash\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar?query#hash\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://example.com/foo/bar/baz\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"https://other.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [\"http://other.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar/baz\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://other.com\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"https://example.com?query#hash\"}] Inputs: [{\"pathname\":\"/foo/bar\",\"baseURL\":\"http://example.com\"}]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [{\"pathname\":\"/foo/:bar?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/:bar*\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/(.*)?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/*?\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/(.*)*\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
"Pattern: [{\"pathname\":\"/foo/**\"}] Inputs: [{\"pathname\":\"/foo\"}]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [{\"pathname\":\"./foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"pathname\":\"foo/bar\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"\",\"baseURL\":\"https://example.com\"}] Inputs: [{\"pathname\":\"/\",\"baseURL\":\"https://example.com\"}]" ,
"Pattern: [{\"pathname\":\"{/bar}\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./bar\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"\\\\/bar\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./bar\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"b\",\"baseURL\":\"https://example.com/foo/\"}] Inputs: [{\"pathname\":\"./b\",\"baseURL\":\"https://example.com/foo/\"}]" ,
"Pattern: [{\"pathname\":\"foo/bar\",\"baseURL\":\"https://example.com\"}] Inputs: [\"https://example.com/foo/bar\"]" ,
"Pattern: [{\"pathname\":\":name.html\",\"baseURL\":\"https://example.com\"}] Inputs: [\"https://example.com/foo.html\"]" ,
2021-09-25 09:27:34 -04:00
"Pattern: [{\"pathname\":\"/foo/bar\"}] Inputs: [\"./foo/bar\",\"https://example.com\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"https://example.com:8080/foo?bar#baz\"] Inputs: [{\"pathname\":\"/foo\",\"search\":\"bar\",\"hash\":\"baz\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [\"/foo?bar#baz\",\"https://example.com:8080\"] Inputs: [{\"pathname\":\"/foo\",\"search\":\"bar\",\"hash\":\"baz\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [\"http{s}?://{*.}?example.com/:product/:endpoint\"] Inputs: [\"https://sub.example.com/foo/bar\"]" ,
"Pattern: [\"https://example.com?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com#foo\"] Inputs: [\"https://example.com/#foo\"]" ,
"Pattern: [\"https://example.com:8080?foo\"] Inputs: [\"https://example.com:8080/?foo\"]" ,
"Pattern: [\"https://example.com:8080#foo\"] Inputs: [\"https://example.com:8080/#foo\"]" ,
"Pattern: [\"https://example.com/?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/#foo\"] Inputs: [\"https://example.com/#foo\"]" ,
"Pattern: [\"https://example.com/*?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/*\\\\?foo\"] Inputs: [\"https://example.com/?foo\"]" ,
"Pattern: [\"https://example.com/:name?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/:name\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/(bar)?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/(bar)\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/{bar}?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/{bar}\\\\?foo\"] Inputs: [\"https://example.com/bar?foo\"]" ,
"Pattern: [\"https://example.com/\"] Inputs: [\"https://example.com:8080/\"]" ,
"Pattern: [\"data\\\\:foobar\"] Inputs: [\"data:foobar\"]" ,
"Pattern: [\"https://{sub.}?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"https://(sub.)?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"https://(sub.)?example(.com/)foo\"] Inputs: [\"https://example.com/foo\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"https://(sub(?:.))?example.com/foo\"] Inputs: [\"https://example.com/foo\"]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"file:///foo/bar\"] Inputs: [\"file:///foo/bar\"]" ,
"Pattern: [\"data:\"] Inputs: [\"data:\"]" ,
"Pattern: [\"foo://bar\"] Inputs: [\"foo://bad_url_browser_interop\"]" ,
"Pattern: [\"https://example.com/foo?bar#baz\"] Inputs: [{\"protocol\":\"https:\",\"search\":\"?bar\",\"hash\":\"#baz\",\"baseURL\":\"http://example.com/foo\"}]" ,
"Pattern: [\"?bar#baz\",\"https://example.com/foo\"] Inputs: [\"?bar#baz\",\"https://example.com/foo\"]" ,
"Pattern: [\"?bar\",\"https://example.com/foo#baz\"] Inputs: [\"?bar\",\"https://example.com/foo#snafu\"]" ,
"Pattern: [\"#baz\",\"https://example.com/foo?bar\"] Inputs: [\"#baz\",\"https://example.com/foo?bar\"]" ,
"Pattern: [\"#baz\",\"https://example.com/foo\"] Inputs: [\"#baz\",\"https://example.com/foo\"]" ,
"Pattern: [\"https://foo\\\\:bar@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"https://foo@example.com\"] Inputs: [\"https://foo@example.com\"]" ,
"Pattern: [\"https://\\\\:bar@example.com\"] Inputs: [\"https://:bar@example.com\"]" ,
"Pattern: [\"https://:user::pass@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"https\\\\:foo\\\\:bar@example.com\"] Inputs: [\"https:foo:bar@example.com\"]" ,
"Pattern: [\"data\\\\:foo\\\\:bar@example.com\"] Inputs: [\"data:foo:bar@example.com\"]" ,
"Pattern: [\"https://foo{\\\\:}bar@example.com\"] Inputs: [\"https://foo:bar@example.com\"]" ,
"Pattern: [\"data{\\\\:}channel.html\",\"https://example.com\"] Inputs: [\"https://example.com/data:channel.html\"]" ,
"Pattern: [\"http://[\\\\:\\\\:1]/\"] Inputs: [\"http://[::1]/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:1]:8080/\"] Inputs: [\"http://[::1]:8080/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:a]/\"] Inputs: [\"http://[::a]/\"]" ,
"Pattern: [\"http://[:address]/\"] Inputs: [\"http://[::1]/\"]" ,
"Pattern: [\"http://[\\\\:\\\\:AB\\\\::num]/\"] Inputs: [\"http://[::ab:1]/\"]" ,
2022-02-16 08:33:34 -05:00
"Pattern: [\"data\\\\:text/javascript,let x = 100/:tens?5;\"] Inputs: [\"data:text/javascript,let x = 100/5;\"]" ,
2021-09-25 09:27:34 -04:00
"Pattern: [{\"hostname\":\"bad\\\\:hostname\"}] Inputs: undefined" ,
"Pattern: [] Inputs: [\"https://example.com/\"]" ,
"Pattern: [] Inputs: [{}]" ,
2022-01-14 11:00:02 -05:00
"Pattern: [] Inputs: []" ,
2022-09-22 05:07:50 -04:00
"Pattern: [{\"pathname\":\"*{}**?\"}] Inputs: [{\"pathname\":\"foobar\"}]" ,
"Pattern: [{\"pathname\":\"/foo/bar\"},{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO/BAR\"}]" ,
"Pattern: [\"https://example.com:8080/foo?bar#baz\",{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO\",\"search\":\"BAR\",\"hash\":\"BAZ\",\"baseURL\":\"https://example.com:8080\"}]" ,
2023-03-24 23:27:49 -04:00
"Pattern: [\"/foo?bar#baz\",\"https://example.com:8080\",{\"ignoreCase\":true}] Inputs: [{\"pathname\":\"/FOO\",\"search\":\"BAR\",\"hash\":\"BAZ\",\"baseURL\":\"https://example.com:8080\"}]" ,
"Pattern: [{\"search\":\"foo\",\"baseURL\":\"https://example.com/a/+/b\"}] Inputs: [{\"search\":\"foo\",\"baseURL\":\"https://example.com/a/+/b\"}]" ,
"Pattern: [{\"hash\":\"foo\",\"baseURL\":\"https://example.com/?q=*&v=?&hmm={}&umm=()\"}] Inputs: [{\"hash\":\"foo\",\"baseURL\":\"https://example.com/?q=*&v=?&hmm={}&umm=()\"}]" ,
2023-11-13 13:40:05 -05:00
"Pattern: [\"#foo\",\"https://example.com/?q=*&v=?&hmm={}&umm=()\"] Inputs: [\"https://example.com/?q=*&v=?&hmm={}&umm=()#foo\"]" ,
"Pattern: [{\"pathname\":\"/([[a-z]--a])\"}] Inputs: [{\"pathname\":\"/a\"}]" ,
"Pattern: [{\"pathname\":\"/([[a-z]--a])\"}] Inputs: [{\"pathname\":\"/z\"}]" ,
"Pattern: [{\"pathname\":\"/([\\\\d&&[0-1]])\"}] Inputs: [{\"pathname\":\"/0\"}]" ,
"Pattern: [{\"pathname\":\"/([\\\\d&&[0-1]])\"}] Inputs: [{\"pathname\":\"/3\"}]"
2024-04-16 11:11:57 -04:00
] ,
"urlpattern-compare.any.serviceworker.html" : false ,
"urlpattern-compare.any.sharedworker.html" : false ,
"urlpattern-compare.https.any.serviceworker.html" : false ,
"urlpattern-compare.https.any.sharedworker.html" : false ,
"urlpattern-hasregexpgroups.any.html" : false ,
"urlpattern-hasregexpgroups.any.serviceworker.html" : false ,
"urlpattern-hasregexpgroups.any.sharedworker.html" : false ,
"urlpattern-hasregexpgroups.any.worker.html" : false ,
"urlpattern.any.serviceworker.html" : false ,
"urlpattern.any.sharedworker.html" : false ,
"urlpattern.https.any.serviceworker.html" : false ,
"urlpattern.https.any.sharedworker.html" : false
2022-01-24 12:03:06 -05:00
} ,
"compression" : {
2022-06-14 12:10:28 -04:00
"compression-bad-chunks.tentative.any.html" : true ,
"compression-bad-chunks.tentative.any.worker.html" : true ,
"compression-including-empty-chunk.tentative.any.html" : true ,
"compression-including-empty-chunk.tentative.any.worker.html" : true ,
"compression-multiple-chunks.tentative.any.html" : true ,
"compression-multiple-chunks.tentative.any.worker.html" : true ,
"compression-output-length.tentative.any.html" : true ,
"compression-output-length.tentative.any.worker.html" : true ,
2022-01-24 12:03:06 -05:00
"compression-stream.tentative.any.html" : true ,
"compression-stream.tentative.any.worker.html" : true ,
"compression-with-detach.tentative.window.html" : true ,
2022-06-14 12:10:28 -04:00
"decompression-bad-chunks.tentative.any.html" : true ,
"decompression-bad-chunks.tentative.any.worker.html" : true ,
2024-04-16 19:33:05 -04:00
"decompression-buffersource.tentative.any.html" : false ,
"decompression-buffersource.tentative.any.worker.html" : false ,
2022-01-24 12:03:06 -05:00
"decompression-constructor-error.tentative.any.html" : true ,
"decompression-constructor-error.tentative.any.worker.html" : true ,
2022-06-14 12:10:28 -04:00
"decompression-correct-input.tentative.any.html" : true ,
"decompression-correct-input.tentative.any.worker.html" : true ,
2023-08-05 17:43:16 -04:00
"decompression-corrupt-input.tentative.any.html" : [
"truncating the input for 'deflate' should give an error"
] ,
"decompression-corrupt-input.tentative.any.worker.html" : [
"truncating the input for 'deflate' should give an error"
] ,
2022-06-14 12:10:28 -04:00
"decompression-empty-input.tentative.any.html" : true ,
"decompression-empty-input.tentative.any.worker.html" : true ,
"decompression-split-chunk.tentative.any.html" : true ,
"decompression-split-chunk.tentative.any.worker.html" : true ,
2022-01-24 12:03:06 -05:00
"decompression-uint8array-output.tentative.any.html" : true ,
"decompression-uint8array-output.tentative.any.worker.html" : true ,
"decompression-with-detach.tentative.window.html" : true ,
"idlharness.https.any.html" : true ,
2022-04-18 15:17:19 -04:00
"idlharness.https.any.worker.html" : true ,
2023-03-24 23:27:49 -04:00
"idlharness-shadowrealm.window.html" : false ,
"compression-constructor-error.tentative.any.html" : true ,
"compression-constructor-error.tentative.any.worker.html" : true
2022-09-28 08:11:12 -04:00
} ,
"service-workers" : {
"idlharness.https.any.html" : [
"ServiceWorker interface: existence and properties of interface object" ,
"ServiceWorker interface object length" ,
"ServiceWorker interface object name" ,
"ServiceWorker interface: existence and properties of interface prototype object" ,
"ServiceWorker interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ServiceWorker interface: existence and properties of interface prototype object's @@unscopables property" ,
"ServiceWorker interface: attribute scriptURL" ,
"ServiceWorker interface: attribute state" ,
"ServiceWorker interface: operation postMessage(any, sequence<object>)" ,
"ServiceWorker interface: operation postMessage(any, optional StructuredSerializeOptions)" ,
"ServiceWorker interface: attribute onstatechange" ,
"ServiceWorker must be primary interface of registrationInstance.installing" ,
"Stringification of registrationInstance.installing" ,
"ServiceWorker interface: registrationInstance.installing must inherit property \"scriptURL\" with the proper type" ,
"ServiceWorker interface: registrationInstance.installing must inherit property \"state\" with the proper type" ,
"ServiceWorker interface: registrationInstance.installing must inherit property \"postMessage(any, sequence<object>)\" with the proper type" ,
"ServiceWorker interface: calling postMessage(any, sequence<object>) on registrationInstance.installing with too few arguments must throw TypeError" ,
"ServiceWorker interface: registrationInstance.installing must inherit property \"postMessage(any, optional StructuredSerializeOptions)\" with the proper type" ,
"ServiceWorker interface: calling postMessage(any, optional StructuredSerializeOptions) on registrationInstance.installing with too few arguments must throw TypeError" ,
"ServiceWorker interface: registrationInstance.installing must inherit property \"onstatechange\" with the proper type" ,
"ServiceWorkerRegistration interface: existence and properties of interface object" ,
"ServiceWorkerRegistration interface object length" ,
"ServiceWorkerRegistration interface object name" ,
"ServiceWorkerRegistration interface: existence and properties of interface prototype object" ,
"ServiceWorkerRegistration interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ServiceWorkerRegistration interface: existence and properties of interface prototype object's @@unscopables property" ,
"ServiceWorkerRegistration interface: attribute installing" ,
"ServiceWorkerRegistration interface: attribute waiting" ,
"ServiceWorkerRegistration interface: attribute active" ,
"ServiceWorkerRegistration interface: attribute navigationPreload" ,
"ServiceWorkerRegistration interface: attribute scope" ,
"ServiceWorkerRegistration interface: attribute updateViaCache" ,
"ServiceWorkerRegistration interface: operation update()" ,
"ServiceWorkerRegistration interface: operation unregister()" ,
"ServiceWorkerRegistration interface: attribute onupdatefound" ,
"ServiceWorkerRegistration must be primary interface of registrationInstance" ,
"Stringification of registrationInstance" ,
"ServiceWorkerRegistration interface: registrationInstance must inherit property \"installing\" with the proper type" ,
"ServiceWorkerRegistration interface: registrationInstance must inherit property \"waiting\" with the proper type" ,
"ServiceWorkerRegistration interface: registrationInstance must inherit property \"active\" with the proper type" ,
"ServiceWorkerRegistration interface: registrationInstance must inherit property \"navigationPreload\" with the proper type" ,
"ServiceWorkerRegistration interface: registrationInstance must inherit property \"scope\" with the proper type" ,
"ServiceWorkerRegistration interface: registrationInstance must inherit property \"updateViaCache\" with the proper type" ,
"ServiceWorkerRegistration interface: registrationInstance must inherit property \"update()\" with the proper type" ,
"ServiceWorkerRegistration interface: registrationInstance must inherit property \"unregister()\" with the proper type" ,
"ServiceWorkerRegistration interface: registrationInstance must inherit property \"onupdatefound\" with the proper type" ,
"ServiceWorkerContainer interface: existence and properties of interface object" ,
"ServiceWorkerContainer interface object length" ,
"ServiceWorkerContainer interface object name" ,
"ServiceWorkerContainer interface: existence and properties of interface prototype object" ,
"ServiceWorkerContainer interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ServiceWorkerContainer interface: existence and properties of interface prototype object's @@unscopables property" ,
"ServiceWorkerContainer interface: attribute controller" ,
"ServiceWorkerContainer interface: attribute ready" ,
"ServiceWorkerContainer interface: operation register(USVString, optional RegistrationOptions)" ,
"ServiceWorkerContainer interface: operation getRegistration(optional USVString)" ,
"ServiceWorkerContainer interface: operation getRegistrations()" ,
"ServiceWorkerContainer interface: operation startMessages()" ,
"ServiceWorkerContainer interface: attribute oncontrollerchange" ,
"ServiceWorkerContainer interface: attribute onmessage" ,
"ServiceWorkerContainer interface: attribute onmessageerror" ,
"ServiceWorkerContainer must be primary interface of navigator.serviceWorker" ,
"Stringification of navigator.serviceWorker" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"controller\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"ready\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"register(USVString, optional RegistrationOptions)\" with the proper type" ,
"ServiceWorkerContainer interface: calling register(USVString, optional RegistrationOptions) on navigator.serviceWorker with too few arguments must throw TypeError" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"getRegistration(optional USVString)\" with the proper type" ,
"ServiceWorkerContainer interface: calling getRegistration(optional USVString) on navigator.serviceWorker with too few arguments must throw TypeError" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"getRegistrations()\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"startMessages()\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"oncontrollerchange\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"onmessage\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"onmessageerror\" with the proper type" ,
"NavigationPreloadManager interface: existence and properties of interface object" ,
"NavigationPreloadManager interface object length" ,
"NavigationPreloadManager interface object name" ,
"NavigationPreloadManager interface: existence and properties of interface prototype object" ,
"NavigationPreloadManager interface: existence and properties of interface prototype object's \"constructor\" property" ,
"NavigationPreloadManager interface: existence and properties of interface prototype object's @@unscopables property" ,
"NavigationPreloadManager interface: operation enable()" ,
"NavigationPreloadManager interface: operation disable()" ,
"NavigationPreloadManager interface: operation setHeaderValue(ByteString)" ,
"NavigationPreloadManager interface: operation getState()" ,
"Cache interface: operation match(RequestInfo, optional CacheQueryOptions)" ,
"Cache interface: operation matchAll(optional RequestInfo, optional CacheQueryOptions)" ,
"Cache interface: operation add(RequestInfo)" ,
"Cache interface: operation addAll(sequence<RequestInfo>)" ,
"Cache interface: operation delete(RequestInfo, optional CacheQueryOptions)" ,
"Cache interface: operation keys(optional RequestInfo, optional CacheQueryOptions)" ,
"Cache interface: self.cacheInstance must inherit property \"matchAll(optional RequestInfo, optional CacheQueryOptions)\" with the proper type" ,
"Cache interface: calling matchAll(optional RequestInfo, optional CacheQueryOptions) on self.cacheInstance with too few arguments must throw TypeError" ,
"Cache interface: self.cacheInstance must inherit property \"add(RequestInfo)\" with the proper type" ,
"Cache interface: calling add(RequestInfo) on self.cacheInstance with too few arguments must throw TypeError" ,
"Cache interface: self.cacheInstance must inherit property \"addAll(sequence<RequestInfo>)\" with the proper type" ,
"Cache interface: calling addAll(sequence<RequestInfo>) on self.cacheInstance with too few arguments must throw TypeError" ,
"Cache interface: self.cacheInstance must inherit property \"keys(optional RequestInfo, optional CacheQueryOptions)\" with the proper type" ,
"Cache interface: calling keys(optional RequestInfo, optional CacheQueryOptions) on self.cacheInstance with too few arguments must throw TypeError" ,
"CacheStorage interface: operation match(RequestInfo, optional MultiCacheQueryOptions)" ,
"CacheStorage interface: operation keys()" ,
"CacheStorage interface: caches must inherit property \"match(RequestInfo, optional MultiCacheQueryOptions)\" with the proper type" ,
"CacheStorage interface: calling match(RequestInfo, optional MultiCacheQueryOptions) on caches with too few arguments must throw TypeError" ,
"CacheStorage interface: caches must inherit property \"keys()\" with the proper type" ,
"Window interface: attribute caches" ,
"Navigator interface: attribute serviceWorker" ,
"idl_test setup"
] ,
"idlharness.https.any.worker.html" : [
"ServiceWorker interface: existence and properties of interface object" ,
"ServiceWorker interface object length" ,
"ServiceWorker interface object name" ,
"ServiceWorker interface: existence and properties of interface prototype object" ,
"ServiceWorker interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ServiceWorker interface: existence and properties of interface prototype object's @@unscopables property" ,
"ServiceWorker interface: attribute scriptURL" ,
"ServiceWorker interface: attribute state" ,
"ServiceWorker interface: operation postMessage(any, sequence<object>)" ,
"ServiceWorker interface: operation postMessage(any, optional StructuredSerializeOptions)" ,
"ServiceWorker interface: attribute onstatechange" ,
"ServiceWorkerRegistration interface: existence and properties of interface object" ,
"ServiceWorkerRegistration interface object length" ,
"ServiceWorkerRegistration interface object name" ,
"ServiceWorkerRegistration interface: existence and properties of interface prototype object" ,
"ServiceWorkerRegistration interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ServiceWorkerRegistration interface: existence and properties of interface prototype object's @@unscopables property" ,
"ServiceWorkerRegistration interface: attribute installing" ,
"ServiceWorkerRegistration interface: attribute waiting" ,
"ServiceWorkerRegistration interface: attribute active" ,
"ServiceWorkerRegistration interface: attribute navigationPreload" ,
"ServiceWorkerRegistration interface: attribute scope" ,
"ServiceWorkerRegistration interface: attribute updateViaCache" ,
"ServiceWorkerRegistration interface: operation update()" ,
"ServiceWorkerRegistration interface: operation unregister()" ,
"ServiceWorkerRegistration interface: attribute onupdatefound" ,
"ServiceWorkerContainer interface: existence and properties of interface object" ,
"ServiceWorkerContainer interface object length" ,
"ServiceWorkerContainer interface object name" ,
"ServiceWorkerContainer interface: existence and properties of interface prototype object" ,
"ServiceWorkerContainer interface: existence and properties of interface prototype object's \"constructor\" property" ,
"ServiceWorkerContainer interface: existence and properties of interface prototype object's @@unscopables property" ,
"ServiceWorkerContainer interface: attribute controller" ,
"ServiceWorkerContainer interface: attribute ready" ,
"ServiceWorkerContainer interface: operation register(USVString, optional RegistrationOptions)" ,
"ServiceWorkerContainer interface: operation getRegistration(optional USVString)" ,
"ServiceWorkerContainer interface: operation getRegistrations()" ,
"ServiceWorkerContainer interface: operation startMessages()" ,
"ServiceWorkerContainer interface: attribute oncontrollerchange" ,
"ServiceWorkerContainer interface: attribute onmessage" ,
"ServiceWorkerContainer interface: attribute onmessageerror" ,
"ServiceWorkerContainer must be primary interface of navigator.serviceWorker" ,
"Stringification of navigator.serviceWorker" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"controller\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"ready\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"register(USVString, optional RegistrationOptions)\" with the proper type" ,
"ServiceWorkerContainer interface: calling register(USVString, optional RegistrationOptions) on navigator.serviceWorker with too few arguments must throw TypeError" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"getRegistration(optional USVString)\" with the proper type" ,
"ServiceWorkerContainer interface: calling getRegistration(optional USVString) on navigator.serviceWorker with too few arguments must throw TypeError" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"getRegistrations()\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"startMessages()\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"oncontrollerchange\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"onmessage\" with the proper type" ,
"ServiceWorkerContainer interface: navigator.serviceWorker must inherit property \"onmessageerror\" with the proper type" ,
"NavigationPreloadManager interface: existence and properties of interface object" ,
"NavigationPreloadManager interface object length" ,
"NavigationPreloadManager interface object name" ,
"NavigationPreloadManager interface: existence and properties of interface prototype object" ,
"NavigationPreloadManager interface: existence and properties of interface prototype object's \"constructor\" property" ,
"NavigationPreloadManager interface: existence and properties of interface prototype object's @@unscopables property" ,
"NavigationPreloadManager interface: operation enable()" ,
"NavigationPreloadManager interface: operation disable()" ,
"NavigationPreloadManager interface: operation setHeaderValue(ByteString)" ,
"NavigationPreloadManager interface: operation getState()" ,
"Cache interface: operation match(RequestInfo, optional CacheQueryOptions)" ,
"Cache interface: operation matchAll(optional RequestInfo, optional CacheQueryOptions)" ,
"Cache interface: operation add(RequestInfo)" ,
"Cache interface: operation addAll(sequence<RequestInfo>)" ,
"Cache interface: operation delete(RequestInfo, optional CacheQueryOptions)" ,
"Cache interface: operation keys(optional RequestInfo, optional CacheQueryOptions)" ,
"Cache interface: self.cacheInstance must inherit property \"matchAll(optional RequestInfo, optional CacheQueryOptions)\" with the proper type" ,
"Cache interface: calling matchAll(optional RequestInfo, optional CacheQueryOptions) on self.cacheInstance with too few arguments must throw TypeError" ,
"Cache interface: self.cacheInstance must inherit property \"add(RequestInfo)\" with the proper type" ,
"Cache interface: calling add(RequestInfo) on self.cacheInstance with too few arguments must throw TypeError" ,
"Cache interface: self.cacheInstance must inherit property \"addAll(sequence<RequestInfo>)\" with the proper type" ,
"Cache interface: calling addAll(sequence<RequestInfo>) on self.cacheInstance with too few arguments must throw TypeError" ,
"Cache interface: self.cacheInstance must inherit property \"keys(optional RequestInfo, optional CacheQueryOptions)\" with the proper type" ,
"Cache interface: calling keys(optional RequestInfo, optional CacheQueryOptions) on self.cacheInstance with too few arguments must throw TypeError" ,
"CacheStorage interface: operation match(RequestInfo, optional MultiCacheQueryOptions)" ,
"CacheStorage interface: operation keys()" ,
"CacheStorage interface: caches must inherit property \"match(RequestInfo, optional MultiCacheQueryOptions)\" with the proper type" ,
"CacheStorage interface: calling match(RequestInfo, optional MultiCacheQueryOptions) on caches with too few arguments must throw TypeError" ,
"CacheStorage interface: caches must inherit property \"keys()\" with the proper type" ,
"WorkerGlobalScope interface: attribute caches" ,
"WorkerNavigator interface: attribute serviceWorker"
] ,
"cache-storage" : {
"cache-match.https.any.html" : [
"Cache.match supports ignoreMethod" ,
"Cache.match supports ignoreVary" ,
"Cache.match with Request and Response objects with different URLs" ,
"Cache.match with a network error Response" ,
"cors-exposed header should be stored correctly." ,
"MIME type should be set from content-header correctly." ,
"Cache.match ignores vary headers on opaque response."
] ,
"cache-delete.https.any.html" : [
"Cache.delete called with a HEAD request" ,
"Cache.delete supports ignoreVary" ,
"Cache.delete with ignoreSearch option (request with search parameters)" ,
"Cache.delete with ignoreSearch option (when it is specified as false)"
] ,
"cache-abort.https.any.html" : false ,
"cache-abort.https.any.worker.html" : false ,
"cache-add.https.any.html" : false ,
"cache-add.https.any.worker.html" : false ,
"cache-delete.https.any.worker.html" : [
"Cache.delete called with a HEAD request" ,
"Cache.delete supports ignoreVary" ,
"Cache.delete with ignoreSearch option (request with search parameters)" ,
"Cache.delete with ignoreSearch option (when it is specified as false)"
] ,
"cache-keys.https.any.html" : false ,
"cache-keys.https.any.worker.html" : false ,
"cache-match.https.any.worker.html" : [
"Cache.match supports ignoreMethod" ,
"Cache.match supports ignoreVary" ,
"Cache.match with Request and Response objects with different URLs" ,
"Cache.match with a network error Response" ,
"cors-exposed header should be stored correctly." ,
"MIME type should be set from content-header correctly." ,
"Cache.match ignores vary headers on opaque response."
] ,
"cache-matchAll.https.any.html" : false ,
"cache-matchAll.https.any.worker.html" : false ,
"cache-put.https.any.html" : [
"Cache.put called with Request and Response from fetch()" ,
"Cache.put with opaque-filtered HTTP 206 response" ,
"Cache.put with HTTP 500 response" ,
2023-03-24 23:27:49 -04:00
"Cache.put called multiple times with request URLs that differ only by a fragment" ,
"Cache.put with a VARY:* opaque response should not reject"
2022-09-28 08:11:12 -04:00
] ,
"cache-put.https.any.worker.html" : [
"Cache.put called with Request and Response from fetch()" ,
"Cache.put with opaque-filtered HTTP 206 response" ,
"Cache.put with HTTP 500 response" ,
2023-03-24 23:27:49 -04:00
"Cache.put called multiple times with request URLs that differ only by a fragment" ,
"Cache.put with a VARY:* opaque response should not reject"
2022-09-28 08:11:12 -04:00
] ,
"cache-storage-keys.https.any.html" : false ,
"cache-storage-keys.https.any.worker.html" : false ,
"cache-storage-match.https.any.html" : false ,
"cache-storage-match.https.any.worker.html" : false ,
"cache-storage.https.any.html" : [
"CacheStorage.delete dooms, but does not delete immediately" ,
"CacheStorage.open with existing cache" ,
"CacheStorage names are DOMStrings not USVStrings"
] ,
"cache-storage.https.any.worker.html" : [
"CacheStorage.delete dooms, but does not delete immediately" ,
"CacheStorage.open with existing cache" ,
"CacheStorage names are DOMStrings not USVStrings"
] ,
2023-03-24 23:27:49 -04:00
"common.https.window.html" : true ,
"cache-storage-buckets.https.any.html" : false ,
"cache-storage-buckets.https.any.worker.html" : false
} ,
"service-worker" : {
"fetch-request-xhr-sync-error.https.window.html" : false ,
"ready.https.window.html" : false ,
"xhr-content-length.https.window.html" : false
2022-09-28 08:11:12 -04:00
}
2022-10-24 10:11:24 -04:00
} ,
"mimesniff" : {
"mime-types" : {
"parsing.any.html" : [
"TEXT/HTML;CHARSET=GBK (Blob/File)" ,
"text/html;charset=gbk( (Blob/File)" ,
"text/html;x=(;charset=gbk (Blob/File)" ,
"text/html;charset=gbk;charset=windows-1255 (Blob/File)" ,
"text/html;charset=();charset=GBK (Blob/File)" ,
"text/html;charset =gbk (Blob/File)" ,
"text/html ;charset=gbk (Blob/File)" ,
"text/html; charset=gbk (Blob/File)" ,
"text/html;charset= gbk (Blob/File)" ,
"text/html;charset= \"gbk\" (Blob/File)" ,
"text/html;charset=\u000bgbk (Blob/File)" ,
"text/html;charset=\fgbk (Blob/File)" ,
"text/html;\u000bcharset=gbk (Blob/File)" ,
"text/html;\fcharset=gbk (Blob/File)" ,
"text/html;charset=';charset=GBK (Blob/File)" ,
"text/html;test;charset=gbk (Blob/File)" ,
"text/html;test=;charset=gbk (Blob/File)" ,
"text/html;';charset=gbk (Blob/File)" ,
"text/html;\";charset=gbk (Blob/File)" ,
"text/html ; ; charset=gbk (Blob/File)" ,
"text/html;;;;charset=gbk (Blob/File)" ,
"text/html;charset= \" ;charset=GBK (Blob/File)" ,
"text/html;charset=\" ;charset=foo\";charset=GBK (Blob/File)" ,
"text/html;charset=\"gbk\" (Blob/File)" ,
"text/html;charset=\"gbk (Blob/File)" ,
"text/html;charset=gbk\" (Blob/File)" ,
"text/html;charset=\"\\ gbk\" (Blob/File)" ,
"text/html;charset=\"\\g\\b\\k\" (Blob/File)" ,
"text/html;charset=\"gbk\"x (Blob/File)" ,
"text/html;charset=\"\";charset=GBK (Blob/File)" ,
"text/html;charset=\";charset=GBK (Blob/File)" ,
"text/html;charset={gbk} (Blob/File)" ,
"text/html;a]=bar;b[=bar;c=bar (Blob/File)" ,
"text/html;in]valid=\";asd=foo\";foo=bar (Blob/File)" ,
"!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz;!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz=!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz (Blob/File)" ,
"x/x;x=\"\t !\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\" (Blob/File)" ,
"x/x;test (Blob/File)" ,
"x/x;test=\"\\ (Blob/File)" ,
"x/x;x= (Blob/File)" ,
"x/x;x=\t (Blob/File)" ,
"x/x\n\r\t ;x=x (Blob/File)" ,
"\n\r\t x/x;x=x\n\r\t (Blob/File)" ,
"x/x;\n\r\t x=x\n\r\t ;x=y (Blob/File)" ,
"text/html;test=ÿ;charset=gbk (Blob/File)" ,
"x/x;test=<3D> ;x=x (Blob/File)" ,
"/ (Blob/File)" ,
"bogus (Blob/File)" ,
"bogus/ (Blob/File)" ,
"bogus/ (Blob/File)" ,
"bogus/bogus/; (Blob/File)" ,
"</> (Blob/File)" ,
"(/) (Blob/File)" ,
"text/html(;doesnot=matter (Blob/File)" ,
"{/} (Blob/File)" ,
"text /html (Blob/File)" ,
"text/ html (Blob/File)" ,
"\"text/html\" (Blob/File)" ,
"x/x;\u0000=x;bonus=x (Blob/File)" ,
"x/x;x=\u0000;bonus=x (Blob/File)" ,
"x/x;x=\"\u0000\";bonus=x (Blob/File)" ,
"x/x;\u0001=x;bonus=x (Blob/File)" ,
"x/x;x=\u0001;bonus=x (Blob/File)" ,
"x/x;x=\"\u0001\";bonus=x (Blob/File)" ,
"x/x;\u0002=x;bonus=x (Blob/File)" ,
"x/x;x=\u0002;bonus=x (Blob/File)" ,
"x/x;x=\"\u0002\";bonus=x (Blob/File)" ,
"x/x;\u0003=x;bonus=x (Blob/File)" ,
"x/x;x=\u0003;bonus=x (Blob/File)" ,
"x/x;x=\"\u0003\";bonus=x (Blob/File)" ,
"x/x;\u0004=x;bonus=x (Blob/File)" ,
"x/x;x=\u0004;bonus=x (Blob/File)" ,
"x/x;x=\"\u0004\";bonus=x (Blob/File)" ,
"x/x;\u0005=x;bonus=x (Blob/File)" ,
"x/x;x=\u0005;bonus=x (Blob/File)" ,
"x/x;x=\"\u0005\";bonus=x (Blob/File)" ,
"x/x;\u0006=x;bonus=x (Blob/File)" ,
"x/x;x=\u0006;bonus=x (Blob/File)" ,
"x/x;x=\"\u0006\";bonus=x (Blob/File)" ,
"x/x;\u0007=x;bonus=x (Blob/File)" ,
"x/x;x=\u0007;bonus=x (Blob/File)" ,
"x/x;x=\"\u0007\";bonus=x (Blob/File)" ,
"x/x;\b=x;bonus=x (Blob/File)" ,
"x/x;x=\b;bonus=x (Blob/File)" ,
"x/x;x=\"\b\";bonus=x (Blob/File)" ,
"x/x;\t=x;bonus=x (Blob/File)" ,
"x/x;\n=x;bonus=x (Blob/File)" ,
"x/x;x=\n;bonus=x (Blob/File)" ,
"x/x;x=\"\n\";bonus=x (Blob/File)" ,
"x/x;\u000b=x;bonus=x (Blob/File)" ,
"x/x;x=\u000b;bonus=x (Blob/File)" ,
"x/x;x=\"\u000b\";bonus=x (Blob/File)" ,
"x/x;\f=x;bonus=x (Blob/File)" ,
"x/x;x=\f;bonus=x (Blob/File)" ,
"x/x;x=\"\f\";bonus=x (Blob/File)" ,
"x/x;\r=x;bonus=x (Blob/File)" ,
"x/x;x=\r;bonus=x (Blob/File)" ,
"x/x;x=\"\r\";bonus=x (Blob/File)" ,
"x/x;\u000e=x;bonus=x (Blob/File)" ,
"x/x;x=\u000e;bonus=x (Blob/File)" ,
"x/x;x=\"\u000e\";bonus=x (Blob/File)" ,
"x/x;\u000f=x;bonus=x (Blob/File)" ,
"x/x;x=\u000f;bonus=x (Blob/File)" ,
"x/x;x=\"\u000f\";bonus=x (Blob/File)" ,
"x/x;\u0010=x;bonus=x (Blob/File)" ,
"x/x;x=\u0010;bonus=x (Blob/File)" ,
"x/x;x=\"\u0010\";bonus=x (Blob/File)" ,
"x/x;\u0011=x;bonus=x (Blob/File)" ,
"x/x;x=\u0011;bonus=x (Blob/File)" ,
"x/x;x=\"\u0011\";bonus=x (Blob/File)" ,
"x/x;\u0012=x;bonus=x (Blob/File)" ,
"x/x;x=\u0012;bonus=x (Blob/File)" ,
"x/x;x=\"\u0012\";bonus=x (Blob/File)" ,
"x/x;\u0013=x;bonus=x (Blob/File)" ,
"x/x;x=\u0013;bonus=x (Blob/File)" ,
"x/x;x=\"\u0013\";bonus=x (Blob/File)" ,
"x/x;\u0014=x;bonus=x (Blob/File)" ,
"x/x;x=\u0014;bonus=x (Blob/File)" ,
"x/x;x=\"\u0014\";bonus=x (Blob/File)" ,
"x/x;\u0015=x;bonus=x (Blob/File)" ,
"x/x;x=\u0015;bonus=x (Blob/File)" ,
"x/x;x=\"\u0015\";bonus=x (Blob/File)" ,
"x/x;\u0016=x;bonus=x (Blob/File)" ,
"x/x;x=\u0016;bonus=x (Blob/File)" ,
"x/x;x=\"\u0016\";bonus=x (Blob/File)" ,
"x/x;\u0017=x;bonus=x (Blob/File)" ,
"x/x;x=\u0017;bonus=x (Blob/File)" ,
"x/x;x=\"\u0017\";bonus=x (Blob/File)" ,
"x/x;\u0018=x;bonus=x (Blob/File)" ,
"x/x;x=\u0018;bonus=x (Blob/File)" ,
"x/x;x=\"\u0018\";bonus=x (Blob/File)" ,
"x/x;\u0019=x;bonus=x (Blob/File)" ,
"x/x;x=\u0019;bonus=x (Blob/File)" ,
"x/x;x=\"\u0019\";bonus=x (Blob/File)" ,
"x/x;\u001a=x;bonus=x (Blob/File)" ,
"x/x;x=\u001a;bonus=x (Blob/File)" ,
"x/x;x=\"\u001a\";bonus=x (Blob/File)" ,
"x/x;\u001b=x;bonus=x (Blob/File)" ,
"x/x;x=\u001b;bonus=x (Blob/File)" ,
"x/x;x=\"\u001b\";bonus=x (Blob/File)" ,
"x/x;\u001c=x;bonus=x (Blob/File)" ,
"x/x;x=\u001c;bonus=x (Blob/File)" ,
"x/x;x=\"\u001c\";bonus=x (Blob/File)" ,
"x/x;\u001d=x;bonus=x (Blob/File)" ,
"x/x;x=\u001d;bonus=x (Blob/File)" ,
"x/x;x=\"\u001d\";bonus=x (Blob/File)" ,
"x/x;\u001e=x;bonus=x (Blob/File)" ,
"x/x;x=\u001e;bonus=x (Blob/File)" ,
"x/x;x=\"\u001e\";bonus=x (Blob/File)" ,
"x/x;\u001f=x;bonus=x (Blob/File)" ,
"x/x;x=\u001f;bonus=x (Blob/File)" ,
"x/x;x=\"\u001f\";bonus=x (Blob/File)" ,
" /x (Blob/File)" ,
"x/ (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"\"/x (Blob/File)" ,
"x/\" (Blob/File)" ,
"x/x;\"=x;bonus=x (Blob/File)" ,
"(/x (Blob/File)" ,
"x/( (Blob/File)" ,
"x/x;(=x;bonus=x (Blob/File)" ,
"x/x;x=(;bonus=x (Blob/File)" ,
")/x (Blob/File)" ,
"x/) (Blob/File)" ,
"x/x;)=x;bonus=x (Blob/File)" ,
"x/x;x=);bonus=x (Blob/File)" ,
",/x (Blob/File)" ,
"x/, (Blob/File)" ,
"x/x;,=x;bonus=x (Blob/File)" ,
"x/x;x=,;bonus=x (Blob/File)" ,
"x/x;/=x;bonus=x (Blob/File)" ,
"x/x;x=/;bonus=x (Blob/File)" ,
":/x (Blob/File)" ,
"x/: (Blob/File)" ,
"x/x;:=x;bonus=x (Blob/File)" ,
"x/x;x=:;bonus=x (Blob/File)" ,
";/x (Blob/File)" ,
"x/; (Blob/File)" ,
"</x (Blob/File)" ,
"x/< (Blob/File)" ,
"x/x;<=x;bonus=x (Blob/File)" ,
"x/x;x=<;bonus=x (Blob/File)" ,
"=/x (Blob/File)" ,
"x/= (Blob/File)" ,
"x/x;x==;bonus=x (Blob/File)" ,
">/x (Blob/File)" ,
"x/> (Blob/File)" ,
"x/x;>=x;bonus=x (Blob/File)" ,
"x/x;x=>;bonus=x (Blob/File)" ,
"?/x (Blob/File)" ,
"x/? (Blob/File)" ,
"x/x;?=x;bonus=x (Blob/File)" ,
"x/x;x=?;bonus=x (Blob/File)" ,
"@/x (Blob/File)" ,
"x/@ (Blob/File)" ,
"x/x;@=x;bonus=x (Blob/File)" ,
"x/x;x=@;bonus=x (Blob/File)" ,
"[/x (Blob/File)" ,
"x/[ (Blob/File)" ,
"x/x;[=x;bonus=x (Blob/File)" ,
"x/x;x=[;bonus=x (Blob/File)" ,
"\\/x (Blob/File)" ,
"x/\\ (Blob/File)" ,
"x/x;\\=x;bonus=x (Blob/File)" ,
"]/x (Blob/File)" ,
"x/] (Blob/File)" ,
"x/x;]=x;bonus=x (Blob/File)" ,
"x/x;x=];bonus=x (Blob/File)" ,
"{/x (Blob/File)" ,
"x/{ (Blob/File)" ,
"x/x;{=x;bonus=x (Blob/File)" ,
"x/x;x={;bonus=x (Blob/File)" ,
"}/x (Blob/File)" ,
"x/} (Blob/File)" ,
"x/x;}=x;bonus=x (Blob/File)" ,
"x/x;x=};bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x;
=x;bonus=x (Blob/File)" ,
"x/x;x=
;bonus=x (Blob/File)" ,
"x/x;x=\"
\";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x;¡=x;bonus=x (Blob/File)" ,
"x/x;x=¡;bonus=x (Blob/File)" ,
"x/x;x=\"¡\";bonus=x (Blob/File)" ,
"x/x;¢=x;bonus=x (Blob/File)" ,
"x/x;x=¢;bonus=x (Blob/File)" ,
"x/x;x=\"¢\";bonus=x (Blob/File)" ,
"x/x;£=x;bonus=x (Blob/File)" ,
"x/x;x=£;bonus=x (Blob/File)" ,
"x/x;x=\"£\";bonus=x (Blob/File)" ,
"x/x;¤=x;bonus=x (Blob/File)" ,
"x/x;x=¤;bonus=x (Blob/File)" ,
"x/x;x=\"¤\";bonus=x (Blob/File)" ,
"x/x;¥=x;bonus=x (Blob/File)" ,
"x/x;x=¥;bonus=x (Blob/File)" ,
"x/x;x=\"¥\";bonus=x (Blob/File)" ,
"x/x;¦=x;bonus=x (Blob/File)" ,
"x/x;x=¦;bonus=x (Blob/File)" ,
"x/x;x=\"¦\";bonus=x (Blob/File)" ,
"x/x;§=x;bonus=x (Blob/File)" ,
"x/x;x=§;bonus=x (Blob/File)" ,
"x/x;x=\"§\";bonus=x (Blob/File)" ,
"x/x;¨=x;bonus=x (Blob/File)" ,
"x/x;x=¨;bonus=x (Blob/File)" ,
"x/x;x=\"¨\";bonus=x (Blob/File)" ,
"x/x;©=x;bonus=x (Blob/File)" ,
"x/x;x=©;bonus=x (Blob/File)" ,
"x/x;x=\"©\";bonus=x (Blob/File)" ,
"x/x;ª=x;bonus=x (Blob/File)" ,
"x/x;x=ª;bonus=x (Blob/File)" ,
"x/x;x=\"ª\";bonus=x (Blob/File)" ,
"x/x;«=x;bonus=x (Blob/File)" ,
"x/x;x=«;bonus=x (Blob/File)" ,
"x/x;x=\"«\";bonus=x (Blob/File)" ,
"x/x;¬=x;bonus=x (Blob/File)" ,
"x/x;x=¬;bonus=x (Blob/File)" ,
"x/x;x=\"¬\";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x;®=x;bonus=x (Blob/File)" ,
"x/x;x=®;bonus=x (Blob/File)" ,
"x/x;x=\"®\";bonus=x (Blob/File)" ,
"x/x;¯=x;bonus=x (Blob/File)" ,
"x/x;x=¯;bonus=x (Blob/File)" ,
"x/x;x=\"¯\";bonus=x (Blob/File)" ,
"x/x;°=x;bonus=x (Blob/File)" ,
"x/x;x=°;bonus=x (Blob/File)" ,
"x/x;x=\"°\";bonus=x (Blob/File)" ,
"x/x;±=x;bonus=x (Blob/File)" ,
"x/x;x=±;bonus=x (Blob/File)" ,
"x/x;x=\"±\";bonus=x (Blob/File)" ,
"x/x;²=x;bonus=x (Blob/File)" ,
"x/x;x=²;bonus=x (Blob/File)" ,
"x/x;x=\"²\";bonus=x (Blob/File)" ,
"x/x;³=x;bonus=x (Blob/File)" ,
"x/x;x=³;bonus=x (Blob/File)" ,
"x/x;x=\"³\";bonus=x (Blob/File)" ,
"x/x;´ =x;bonus=x (Blob/File)" ,
"x/x;x=´ ;bonus=x (Blob/File)" ,
"x/x;x=\"´ \";bonus=x (Blob/File)" ,
"x/x;µ=x;bonus=x (Blob/File)" ,
"x/x;x=µ;bonus=x (Blob/File)" ,
"x/x;x=\"µ\";bonus=x (Blob/File)" ,
"x/x;¶=x;bonus=x (Blob/File)" ,
"x/x;x=¶;bonus=x (Blob/File)" ,
"x/x;x=\"¶\";bonus=x (Blob/File)" ,
"x/x;·=x;bonus=x (Blob/File)" ,
"x/x;x=·;bonus=x (Blob/File)" ,
"x/x;x=\"·\";bonus=x (Blob/File)" ,
"x/x;¸ =x;bonus=x (Blob/File)" ,
"x/x;x=¸ ;bonus=x (Blob/File)" ,
"x/x;x=\"¸ \";bonus=x (Blob/File)" ,
"x/x;¹=x;bonus=x (Blob/File)" ,
"x/x;x=¹;bonus=x (Blob/File)" ,
"x/x;x=\"¹\";bonus=x (Blob/File)" ,
"x/x;º=x;bonus=x (Blob/File)" ,
"x/x;x=º;bonus=x (Blob/File)" ,
"x/x;x=\"º\";bonus=x (Blob/File)" ,
"x/x;»=x;bonus=x (Blob/File)" ,
"x/x;x=»;bonus=x (Blob/File)" ,
"x/x;x=\"»\";bonus=x (Blob/File)" ,
"x/x;¼=x;bonus=x (Blob/File)" ,
"x/x;x=¼;bonus=x (Blob/File)" ,
"x/x;x=\"¼\";bonus=x (Blob/File)" ,
"x/x;½=x;bonus=x (Blob/File)" ,
"x/x;x=½;bonus=x (Blob/File)" ,
"x/x;x=\"½\";bonus=x (Blob/File)" ,
"x/x;¾=x;bonus=x (Blob/File)" ,
"x/x;x=¾;bonus=x (Blob/File)" ,
"x/x;x=\"¾\";bonus=x (Blob/File)" ,
"x/x;¿=x;bonus=x (Blob/File)" ,
"x/x;x=¿;bonus=x (Blob/File)" ,
"x/x;x=\"¿\";bonus=x (Blob/File)" ,
"x/x;À=x;bonus=x (Blob/File)" ,
"x/x;x=À;bonus=x (Blob/File)" ,
"x/x;x=\"À\";bonus=x (Blob/File)" ,
"x/x;Á=x;bonus=x (Blob/File)" ,
"x/x;x=Á;bonus=x (Blob/File)" ,
"x/x;x=\"Á\";bonus=x (Blob/File)" ,
"x/x;Â=x;bonus=x (Blob/File)" ,
"x/x;x=Â;bonus=x (Blob/File)" ,
"x/x;x=\"Â\";bonus=x (Blob/File)" ,
"x/x;Ã=x;bonus=x (Blob/File)" ,
"x/x;x=Ã;bonus=x (Blob/File)" ,
"x/x;x=\"Ã\";bonus=x (Blob/File)" ,
"x/x;Ä=x;bonus=x (Blob/File)" ,
"x/x;x=Ä;bonus=x (Blob/File)" ,
"x/x;x=\"Ä\";bonus=x (Blob/File)" ,
"x/x;Å=x;bonus=x (Blob/File)" ,
"x/x;x=Å;bonus=x (Blob/File)" ,
"x/x;x=\"Å\";bonus=x (Blob/File)" ,
"x/x;Æ=x;bonus=x (Blob/File)" ,
"x/x;x=Æ;bonus=x (Blob/File)" ,
"x/x;x=\"Æ\";bonus=x (Blob/File)" ,
"x/x;Ç=x;bonus=x (Blob/File)" ,
"x/x;x=Ç;bonus=x (Blob/File)" ,
"x/x;x=\"Ç\";bonus=x (Blob/File)" ,
"x/x;È=x;bonus=x (Blob/File)" ,
"x/x;x=È;bonus=x (Blob/File)" ,
"x/x;x=\"È\";bonus=x (Blob/File)" ,
"x/x;É=x;bonus=x (Blob/File)" ,
"x/x;x=É;bonus=x (Blob/File)" ,
"x/x;x=\"É\";bonus=x (Blob/File)" ,
"x/x;Ê=x;bonus=x (Blob/File)" ,
"x/x;x=Ê;bonus=x (Blob/File)" ,
"x/x;x=\"Ê\";bonus=x (Blob/File)" ,
"x/x;Ë=x;bonus=x (Blob/File)" ,
"x/x;x=Ë;bonus=x (Blob/File)" ,
"x/x;x=\"Ë\";bonus=x (Blob/File)" ,
"x/x;Ì=x;bonus=x (Blob/File)" ,
"x/x;x=Ì;bonus=x (Blob/File)" ,
"x/x;x=\"Ì\";bonus=x (Blob/File)" ,
"x/x;Í=x;bonus=x (Blob/File)" ,
"x/x;x=Í;bonus=x (Blob/File)" ,
"x/x;x=\"Í\";bonus=x (Blob/File)" ,
"x/x;Î=x;bonus=x (Blob/File)" ,
"x/x;x=Î;bonus=x (Blob/File)" ,
"x/x;x=\"Î\";bonus=x (Blob/File)" ,
"x/x;Ï=x;bonus=x (Blob/File)" ,
"x/x;x=Ï;bonus=x (Blob/File)" ,
"x/x;x=\"Ï\";bonus=x (Blob/File)" ,
"x/x;Ð=x;bonus=x (Blob/File)" ,
"x/x;x=Ð;bonus=x (Blob/File)" ,
"x/x;x=\"Ð\";bonus=x (Blob/File)" ,
"x/x;Ñ=x;bonus=x (Blob/File)" ,
"x/x;x=Ñ;bonus=x (Blob/File)" ,
"x/x;x=\"Ñ\";bonus=x (Blob/File)" ,
"x/x;Ò=x;bonus=x (Blob/File)" ,
"x/x;x=Ò;bonus=x (Blob/File)" ,
"x/x;x=\"Ò\";bonus=x (Blob/File)" ,
"x/x;Ó=x;bonus=x (Blob/File)" ,
"x/x;x=Ó;bonus=x (Blob/File)" ,
"x/x;x=\"Ó\";bonus=x (Blob/File)" ,
"x/x;Ô=x;bonus=x (Blob/File)" ,
"x/x;x=Ô;bonus=x (Blob/File)" ,
"x/x;x=\"Ô\";bonus=x (Blob/File)" ,
"x/x;Õ=x;bonus=x (Blob/File)" ,
"x/x;x=Õ;bonus=x (Blob/File)" ,
"x/x;x=\"Õ\";bonus=x (Blob/File)" ,
"x/x;Ö=x;bonus=x (Blob/File)" ,
"x/x;x=Ö;bonus=x (Blob/File)" ,
"x/x;x=\"Ö\";bonus=x (Blob/File)" ,
"x/x;× =x;bonus=x (Blob/File)" ,
"x/x;x=× ;bonus=x (Blob/File)" ,
"x/x;x=\"× \";bonus=x (Blob/File)" ,
"x/x;Ø=x;bonus=x (Blob/File)" ,
"x/x;x=Ø;bonus=x (Blob/File)" ,
"x/x;x=\"Ø\";bonus=x (Blob/File)" ,
"x/x;Ù=x;bonus=x (Blob/File)" ,
"x/x;x=Ù;bonus=x (Blob/File)" ,
"x/x;x=\"Ù\";bonus=x (Blob/File)" ,
"x/x;Ú=x;bonus=x (Blob/File)" ,
"x/x;x=Ú;bonus=x (Blob/File)" ,
"x/x;x=\"Ú\";bonus=x (Blob/File)" ,
"x/x;Û=x;bonus=x (Blob/File)" ,
"x/x;x=Û;bonus=x (Blob/File)" ,
"x/x;x=\"Û\";bonus=x (Blob/File)" ,
"x/x;Ü=x;bonus=x (Blob/File)" ,
"x/x;x=Ü;bonus=x (Blob/File)" ,
"x/x;x=\"Ü\";bonus=x (Blob/File)" ,
"x/x;Ý=x;bonus=x (Blob/File)" ,
"x/x;x=Ý;bonus=x (Blob/File)" ,
"x/x;x=\"Ý\";bonus=x (Blob/File)" ,
"x/x;Þ=x;bonus=x (Blob/File)" ,
"x/x;x=Þ;bonus=x (Blob/File)" ,
"x/x;x=\"Þ\";bonus=x (Blob/File)" ,
"x/x;ß=x;bonus=x (Blob/File)" ,
"x/x;x=ß;bonus=x (Blob/File)" ,
"x/x;x=\"ß\";bonus=x (Blob/File)" ,
"x/x;à=x;bonus=x (Blob/File)" ,
"x/x;x=à;bonus=x (Blob/File)" ,
"x/x;x=\"à\";bonus=x (Blob/File)" ,
"x/x;á=x;bonus=x (Blob/File)" ,
"x/x;x=á;bonus=x (Blob/File)" ,
"x/x;x=\"á\";bonus=x (Blob/File)" ,
"x/x;â=x;bonus=x (Blob/File)" ,
"x/x;x=â;bonus=x (Blob/File)" ,
"x/x;x=\"â\";bonus=x (Blob/File)" ,
"x/x;ã=x;bonus=x (Blob/File)" ,
"x/x;x=ã;bonus=x (Blob/File)" ,
"x/x;x=\"ã\";bonus=x (Blob/File)" ,
"x/x;ä=x;bonus=x (Blob/File)" ,
"x/x;x=ä;bonus=x (Blob/File)" ,
"x/x;x=\"ä\";bonus=x (Blob/File)" ,
"x/x;å=x;bonus=x (Blob/File)" ,
"x/x;x=å;bonus=x (Blob/File)" ,
"x/x;x=\"å\";bonus=x (Blob/File)" ,
"x/x;æ=x;bonus=x (Blob/File)" ,
"x/x;x=æ;bonus=x (Blob/File)" ,
"x/x;x=\"æ\";bonus=x (Blob/File)" ,
"x/x;ç=x;bonus=x (Blob/File)" ,
"x/x;x=ç;bonus=x (Blob/File)" ,
"x/x;x=\"ç\";bonus=x (Blob/File)" ,
"x/x;è=x;bonus=x (Blob/File)" ,
"x/x;x=è;bonus=x (Blob/File)" ,
"x/x;x=\"è\";bonus=x (Blob/File)" ,
"x/x;é=x;bonus=x (Blob/File)" ,
"x/x;x=é;bonus=x (Blob/File)" ,
"x/x;x=\"é\";bonus=x (Blob/File)" ,
"x/x;ê=x;bonus=x (Blob/File)" ,
"x/x;x=ê;bonus=x (Blob/File)" ,
"x/x;x=\"ê\";bonus=x (Blob/File)" ,
"x/x;ë=x;bonus=x (Blob/File)" ,
"x/x;x=ë;bonus=x (Blob/File)" ,
"x/x;x=\"ë\";bonus=x (Blob/File)" ,
"x/x;ì=x;bonus=x (Blob/File)" ,
"x/x;x=ì;bonus=x (Blob/File)" ,
"x/x;x=\"ì\";bonus=x (Blob/File)" ,
"x/x;í=x;bonus=x (Blob/File)" ,
"x/x;x=í;bonus=x (Blob/File)" ,
"x/x;x=\"í\";bonus=x (Blob/File)" ,
"x/x;î=x;bonus=x (Blob/File)" ,
"x/x;x=î;bonus=x (Blob/File)" ,
"x/x;x=\"î\";bonus=x (Blob/File)" ,
"x/x;ï=x;bonus=x (Blob/File)" ,
"x/x;x=ï;bonus=x (Blob/File)" ,
"x/x;x=\"ï\";bonus=x (Blob/File)" ,
"x/x;ð=x;bonus=x (Blob/File)" ,
"x/x;x=ð;bonus=x (Blob/File)" ,
"x/x;x=\"ð\";bonus=x (Blob/File)" ,
"x/x;ñ=x;bonus=x (Blob/File)" ,
"x/x;x=ñ;bonus=x (Blob/File)" ,
"x/x;x=\"ñ\";bonus=x (Blob/File)" ,
"x/x;ò=x;bonus=x (Blob/File)" ,
"x/x;x=ò;bonus=x (Blob/File)" ,
"x/x;x=\"ò\";bonus=x (Blob/File)" ,
"x/x;ó=x;bonus=x (Blob/File)" ,
"x/x;x=ó;bonus=x (Blob/File)" ,
"x/x;x=\"ó\";bonus=x (Blob/File)" ,
"x/x;ô=x;bonus=x (Blob/File)" ,
"x/x;x=ô;bonus=x (Blob/File)" ,
"x/x;x=\"ô\";bonus=x (Blob/File)" ,
"x/x;õ=x;bonus=x (Blob/File)" ,
"x/x;x=õ;bonus=x (Blob/File)" ,
"x/x;x=\"õ\";bonus=x (Blob/File)" ,
"x/x;ö=x;bonus=x (Blob/File)" ,
"x/x;x=ö;bonus=x (Blob/File)" ,
"x/x;x=\"ö\";bonus=x (Blob/File)" ,
"x/x;÷=x;bonus=x (Blob/File)" ,
"x/x;x=÷;bonus=x (Blob/File)" ,
"x/x;x=\"÷\";bonus=x (Blob/File)" ,
"x/x;ø=x;bonus=x (Blob/File)" ,
"x/x;x=ø;bonus=x (Blob/File)" ,
"x/x;x=\"ø\";bonus=x (Blob/File)" ,
"x/x;ù=x;bonus=x (Blob/File)" ,
"x/x;x=ù;bonus=x (Blob/File)" ,
"x/x;x=\"ù\";bonus=x (Blob/File)" ,
"x/x;ú=x;bonus=x (Blob/File)" ,
"x/x;x=ú;bonus=x (Blob/File)" ,
"x/x;x=\"ú\";bonus=x (Blob/File)" ,
"x/x;û=x;bonus=x (Blob/File)" ,
"x/x;x=û;bonus=x (Blob/File)" ,
"x/x;x=\"û\";bonus=x (Blob/File)" ,
"x/x;ü=x;bonus=x (Blob/File)" ,
"x/x;x=ü;bonus=x (Blob/File)" ,
"x/x;x=\"ü\";bonus=x (Blob/File)" ,
"x/x;ý=x;bonus=x (Blob/File)" ,
"x/x;x=ý;bonus=x (Blob/File)" ,
"x/x;x=\"ý\";bonus=x (Blob/File)" ,
"x/x;þ=x;bonus=x (Blob/File)" ,
"x/x;x=þ;bonus=x (Blob/File)" ,
"x/x;x=\"þ\";bonus=x (Blob/File)" ,
"x/x;ÿ=x;bonus=x (Blob/File)" ,
"x/x;x=ÿ;bonus=x (Blob/File)" ,
"x/x;x=\"ÿ\";bonus=x (Blob/File)" ,
"TEXT/HTML;CHARSET=GBK (Request/Response)" ,
"text/html;charset= \" ;charset=GBK (Request/Response)" ,
"text/html;charset=\" ;charset=foo\";charset=GBK (Request/Response)" ,
"text/html;charset=\"\";charset=GBK (Request/Response)" ,
"text/html;charset=\";charset=GBK (Request/Response)" ,
"!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz;!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz=!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz (Request/Response)" ,
"x/x;x=\"\t !\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\" (Request/Response)" ,
"text/html;test=ÿ;charset=gbk (Request/Response)" ,
"x/x;,=x;bonus=x (Request/Response)" ,
"x/x;x=,;bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x=
;bonus=x (Request/Response)" ,
"x/x;x=\"
\";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x=¡;bonus=x (Request/Response)" ,
"x/x;x=\"¡\";bonus=x (Request/Response)" ,
"x/x;x=¢;bonus=x (Request/Response)" ,
"x/x;x=\"¢\";bonus=x (Request/Response)" ,
"x/x;x=£;bonus=x (Request/Response)" ,
"x/x;x=\"£\";bonus=x (Request/Response)" ,
"x/x;x=¤;bonus=x (Request/Response)" ,
"x/x;x=\"¤\";bonus=x (Request/Response)" ,
"x/x;x=¥;bonus=x (Request/Response)" ,
"x/x;x=\"¥\";bonus=x (Request/Response)" ,
"x/x;x=¦;bonus=x (Request/Response)" ,
"x/x;x=\"¦\";bonus=x (Request/Response)" ,
"x/x;x=§;bonus=x (Request/Response)" ,
"x/x;x=\"§\";bonus=x (Request/Response)" ,
"x/x;x=¨;bonus=x (Request/Response)" ,
"x/x;x=\"¨\";bonus=x (Request/Response)" ,
"x/x;x=©;bonus=x (Request/Response)" ,
"x/x;x=\"©\";bonus=x (Request/Response)" ,
"x/x;x=ª;bonus=x (Request/Response)" ,
"x/x;x=\"ª\";bonus=x (Request/Response)" ,
"x/x;x=«;bonus=x (Request/Response)" ,
"x/x;x=\"«\";bonus=x (Request/Response)" ,
"x/x;x=¬;bonus=x (Request/Response)" ,
"x/x;x=\"¬\";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x=®;bonus=x (Request/Response)" ,
"x/x;x=\"®\";bonus=x (Request/Response)" ,
"x/x;x=¯;bonus=x (Request/Response)" ,
"x/x;x=\"¯\";bonus=x (Request/Response)" ,
"x/x;x=°;bonus=x (Request/Response)" ,
"x/x;x=\"°\";bonus=x (Request/Response)" ,
"x/x;x=±;bonus=x (Request/Response)" ,
"x/x;x=\"±\";bonus=x (Request/Response)" ,
"x/x;x=²;bonus=x (Request/Response)" ,
"x/x;x=\"²\";bonus=x (Request/Response)" ,
"x/x;x=³;bonus=x (Request/Response)" ,
"x/x;x=\"³\";bonus=x (Request/Response)" ,
"x/x;x=´ ;bonus=x (Request/Response)" ,
"x/x;x=\"´ \";bonus=x (Request/Response)" ,
"x/x;x=µ;bonus=x (Request/Response)" ,
"x/x;x=\"µ\";bonus=x (Request/Response)" ,
"x/x;x=¶;bonus=x (Request/Response)" ,
"x/x;x=\"¶\";bonus=x (Request/Response)" ,
"x/x;x=·;bonus=x (Request/Response)" ,
"x/x;x=\"·\";bonus=x (Request/Response)" ,
"x/x;x=¸ ;bonus=x (Request/Response)" ,
"x/x;x=\"¸ \";bonus=x (Request/Response)" ,
"x/x;x=¹;bonus=x (Request/Response)" ,
"x/x;x=\"¹\";bonus=x (Request/Response)" ,
"x/x;x=º;bonus=x (Request/Response)" ,
"x/x;x=\"º\";bonus=x (Request/Response)" ,
"x/x;x=»;bonus=x (Request/Response)" ,
"x/x;x=\"»\";bonus=x (Request/Response)" ,
"x/x;x=¼;bonus=x (Request/Response)" ,
"x/x;x=\"¼\";bonus=x (Request/Response)" ,
"x/x;x=½;bonus=x (Request/Response)" ,
"x/x;x=\"½\";bonus=x (Request/Response)" ,
"x/x;x=¾;bonus=x (Request/Response)" ,
"x/x;x=\"¾\";bonus=x (Request/Response)" ,
"x/x;x=¿;bonus=x (Request/Response)" ,
"x/x;x=\"¿\";bonus=x (Request/Response)" ,
"x/x;x=À;bonus=x (Request/Response)" ,
"x/x;x=\"À\";bonus=x (Request/Response)" ,
"x/x;x=Á;bonus=x (Request/Response)" ,
"x/x;x=\"Á\";bonus=x (Request/Response)" ,
"x/x;x=Â;bonus=x (Request/Response)" ,
"x/x;x=\"Â\";bonus=x (Request/Response)" ,
"x/x;x=Ã;bonus=x (Request/Response)" ,
"x/x;x=\"Ã\";bonus=x (Request/Response)" ,
"x/x;x=Ä;bonus=x (Request/Response)" ,
"x/x;x=\"Ä\";bonus=x (Request/Response)" ,
"x/x;x=Å;bonus=x (Request/Response)" ,
"x/x;x=\"Å\";bonus=x (Request/Response)" ,
"x/x;x=Æ;bonus=x (Request/Response)" ,
"x/x;x=\"Æ\";bonus=x (Request/Response)" ,
"x/x;x=Ç;bonus=x (Request/Response)" ,
"x/x;x=\"Ç\";bonus=x (Request/Response)" ,
"x/x;x=È;bonus=x (Request/Response)" ,
"x/x;x=\"È\";bonus=x (Request/Response)" ,
"x/x;x=É;bonus=x (Request/Response)" ,
"x/x;x=\"É\";bonus=x (Request/Response)" ,
"x/x;x=Ê;bonus=x (Request/Response)" ,
"x/x;x=\"Ê\";bonus=x (Request/Response)" ,
"x/x;x=Ë;bonus=x (Request/Response)" ,
"x/x;x=\"Ë\";bonus=x (Request/Response)" ,
"x/x;x=Ì;bonus=x (Request/Response)" ,
"x/x;x=\"Ì\";bonus=x (Request/Response)" ,
"x/x;x=Í;bonus=x (Request/Response)" ,
"x/x;x=\"Í\";bonus=x (Request/Response)" ,
"x/x;x=Î;bonus=x (Request/Response)" ,
"x/x;x=\"Î\";bonus=x (Request/Response)" ,
"x/x;x=Ï;bonus=x (Request/Response)" ,
"x/x;x=\"Ï\";bonus=x (Request/Response)" ,
"x/x;x=Ð;bonus=x (Request/Response)" ,
"x/x;x=\"Ð\";bonus=x (Request/Response)" ,
"x/x;x=Ñ;bonus=x (Request/Response)" ,
"x/x;x=\"Ñ\";bonus=x (Request/Response)" ,
"x/x;x=Ò;bonus=x (Request/Response)" ,
"x/x;x=\"Ò\";bonus=x (Request/Response)" ,
"x/x;x=Ó;bonus=x (Request/Response)" ,
"x/x;x=\"Ó\";bonus=x (Request/Response)" ,
"x/x;x=Ô;bonus=x (Request/Response)" ,
"x/x;x=\"Ô\";bonus=x (Request/Response)" ,
"x/x;x=Õ;bonus=x (Request/Response)" ,
"x/x;x=\"Õ\";bonus=x (Request/Response)" ,
"x/x;x=Ö;bonus=x (Request/Response)" ,
"x/x;x=\"Ö\";bonus=x (Request/Response)" ,
"x/x;x=× ;bonus=x (Request/Response)" ,
"x/x;x=\"× \";bonus=x (Request/Response)" ,
"x/x;x=Ø;bonus=x (Request/Response)" ,
"x/x;x=\"Ø\";bonus=x (Request/Response)" ,
"x/x;x=Ù;bonus=x (Request/Response)" ,
"x/x;x=\"Ù\";bonus=x (Request/Response)" ,
"x/x;x=Ú;bonus=x (Request/Response)" ,
"x/x;x=\"Ú\";bonus=x (Request/Response)" ,
"x/x;x=Û;bonus=x (Request/Response)" ,
"x/x;x=\"Û\";bonus=x (Request/Response)" ,
"x/x;x=Ü;bonus=x (Request/Response)" ,
"x/x;x=\"Ü\";bonus=x (Request/Response)" ,
"x/x;x=Ý;bonus=x (Request/Response)" ,
"x/x;x=\"Ý\";bonus=x (Request/Response)" ,
"x/x;x=Þ;bonus=x (Request/Response)" ,
"x/x;x=\"Þ\";bonus=x (Request/Response)" ,
"x/x;x=ß;bonus=x (Request/Response)" ,
"x/x;x=\"ß\";bonus=x (Request/Response)" ,
"x/x;x=à;bonus=x (Request/Response)" ,
"x/x;x=\"à\";bonus=x (Request/Response)" ,
"x/x;x=á;bonus=x (Request/Response)" ,
"x/x;x=\"á\";bonus=x (Request/Response)" ,
"x/x;x=â;bonus=x (Request/Response)" ,
"x/x;x=\"â\";bonus=x (Request/Response)" ,
"x/x;x=ã;bonus=x (Request/Response)" ,
"x/x;x=\"ã\";bonus=x (Request/Response)" ,
"x/x;x=ä;bonus=x (Request/Response)" ,
"x/x;x=\"ä\";bonus=x (Request/Response)" ,
"x/x;x=å;bonus=x (Request/Response)" ,
"x/x;x=\"å\";bonus=x (Request/Response)" ,
"x/x;x=æ;bonus=x (Request/Response)" ,
"x/x;x=\"æ\";bonus=x (Request/Response)" ,
"x/x;x=ç;bonus=x (Request/Response)" ,
"x/x;x=\"ç\";bonus=x (Request/Response)" ,
"x/x;x=è;bonus=x (Request/Response)" ,
"x/x;x=\"è\";bonus=x (Request/Response)" ,
"x/x;x=é;bonus=x (Request/Response)" ,
"x/x;x=\"é\";bonus=x (Request/Response)" ,
"x/x;x=ê;bonus=x (Request/Response)" ,
"x/x;x=\"ê\";bonus=x (Request/Response)" ,
"x/x;x=ë;bonus=x (Request/Response)" ,
"x/x;x=\"ë\";bonus=x (Request/Response)" ,
"x/x;x=ì;bonus=x (Request/Response)" ,
"x/x;x=\"ì\";bonus=x (Request/Response)" ,
"x/x;x=í;bonus=x (Request/Response)" ,
"x/x;x=\"í\";bonus=x (Request/Response)" ,
"x/x;x=î;bonus=x (Request/Response)" ,
"x/x;x=\"î\";bonus=x (Request/Response)" ,
"x/x;x=ï;bonus=x (Request/Response)" ,
"x/x;x=\"ï\";bonus=x (Request/Response)" ,
"x/x;x=ð;bonus=x (Request/Response)" ,
"x/x;x=\"ð\";bonus=x (Request/Response)" ,
"x/x;x=ñ;bonus=x (Request/Response)" ,
"x/x;x=\"ñ\";bonus=x (Request/Response)" ,
"x/x;x=ò;bonus=x (Request/Response)" ,
"x/x;x=\"ò\";bonus=x (Request/Response)" ,
"x/x;x=ó;bonus=x (Request/Response)" ,
"x/x;x=\"ó\";bonus=x (Request/Response)" ,
"x/x;x=ô;bonus=x (Request/Response)" ,
"x/x;x=\"ô\";bonus=x (Request/Response)" ,
"x/x;x=õ;bonus=x (Request/Response)" ,
"x/x;x=\"õ\";bonus=x (Request/Response)" ,
"x/x;x=ö;bonus=x (Request/Response)" ,
"x/x;x=\"ö\";bonus=x (Request/Response)" ,
"x/x;x=÷;bonus=x (Request/Response)" ,
"x/x;x=\"÷\";bonus=x (Request/Response)" ,
"x/x;x=ø;bonus=x (Request/Response)" ,
"x/x;x=\"ø\";bonus=x (Request/Response)" ,
"x/x;x=ù;bonus=x (Request/Response)" ,
"x/x;x=\"ù\";bonus=x (Request/Response)" ,
"x/x;x=ú;bonus=x (Request/Response)" ,
"x/x;x=\"ú\";bonus=x (Request/Response)" ,
"x/x;x=û;bonus=x (Request/Response)" ,
"x/x;x=\"û\";bonus=x (Request/Response)" ,
"x/x;x=ü;bonus=x (Request/Response)" ,
"x/x;x=\"ü\";bonus=x (Request/Response)" ,
"x/x;x=ý;bonus=x (Request/Response)" ,
"x/x;x=\"ý\";bonus=x (Request/Response)" ,
"x/x;x=þ;bonus=x (Request/Response)" ,
"x/x;x=\"þ\";bonus=x (Request/Response)" ,
"x/x;x=ÿ;bonus=x (Request/Response)" ,
"x/x;x=\"ÿ\";bonus=x (Request/Response)"
] ,
"parsing.any.worker.html" : [
"TEXT/HTML;CHARSET=GBK (Blob/File)" ,
"text/html;charset=gbk( (Blob/File)" ,
"text/html;x=(;charset=gbk (Blob/File)" ,
"text/html;charset=gbk;charset=windows-1255 (Blob/File)" ,
"text/html;charset=();charset=GBK (Blob/File)" ,
"text/html;charset =gbk (Blob/File)" ,
"text/html ;charset=gbk (Blob/File)" ,
"text/html; charset=gbk (Blob/File)" ,
"text/html;charset= gbk (Blob/File)" ,
"text/html;charset= \"gbk\" (Blob/File)" ,
"text/html;charset=\u000bgbk (Blob/File)" ,
"text/html;charset=\fgbk (Blob/File)" ,
"text/html;\u000bcharset=gbk (Blob/File)" ,
"text/html;\fcharset=gbk (Blob/File)" ,
"text/html;charset=';charset=GBK (Blob/File)" ,
"text/html;test;charset=gbk (Blob/File)" ,
"text/html;test=;charset=gbk (Blob/File)" ,
"text/html;';charset=gbk (Blob/File)" ,
"text/html;\";charset=gbk (Blob/File)" ,
"text/html ; ; charset=gbk (Blob/File)" ,
"text/html;;;;charset=gbk (Blob/File)" ,
"text/html;charset= \" ;charset=GBK (Blob/File)" ,
"text/html;charset=\" ;charset=foo\";charset=GBK (Blob/File)" ,
"text/html;charset=\"gbk\" (Blob/File)" ,
"text/html;charset=\"gbk (Blob/File)" ,
"text/html;charset=gbk\" (Blob/File)" ,
"text/html;charset=\"\\ gbk\" (Blob/File)" ,
"text/html;charset=\"\\g\\b\\k\" (Blob/File)" ,
"text/html;charset=\"gbk\"x (Blob/File)" ,
"text/html;charset=\"\";charset=GBK (Blob/File)" ,
"text/html;charset=\";charset=GBK (Blob/File)" ,
"text/html;charset={gbk} (Blob/File)" ,
"text/html;a]=bar;b[=bar;c=bar (Blob/File)" ,
"text/html;in]valid=\";asd=foo\";foo=bar (Blob/File)" ,
"!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz;!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz=!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz (Blob/File)" ,
"x/x;x=\"\t !\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\" (Blob/File)" ,
"x/x;test (Blob/File)" ,
"x/x;test=\"\\ (Blob/File)" ,
"x/x;x= (Blob/File)" ,
"x/x;x=\t (Blob/File)" ,
"x/x\n\r\t ;x=x (Blob/File)" ,
"\n\r\t x/x;x=x\n\r\t (Blob/File)" ,
"x/x;\n\r\t x=x\n\r\t ;x=y (Blob/File)" ,
"text/html;test=ÿ;charset=gbk (Blob/File)" ,
"x/x;test=<3D> ;x=x (Blob/File)" ,
"/ (Blob/File)" ,
"bogus (Blob/File)" ,
"bogus/ (Blob/File)" ,
"bogus/ (Blob/File)" ,
"bogus/bogus/; (Blob/File)" ,
"</> (Blob/File)" ,
"(/) (Blob/File)" ,
"text/html(;doesnot=matter (Blob/File)" ,
"{/} (Blob/File)" ,
"text /html (Blob/File)" ,
"text/ html (Blob/File)" ,
"\"text/html\" (Blob/File)" ,
"x/x;\u0000=x;bonus=x (Blob/File)" ,
"x/x;x=\u0000;bonus=x (Blob/File)" ,
"x/x;x=\"\u0000\";bonus=x (Blob/File)" ,
"x/x;\u0001=x;bonus=x (Blob/File)" ,
"x/x;x=\u0001;bonus=x (Blob/File)" ,
"x/x;x=\"\u0001\";bonus=x (Blob/File)" ,
"x/x;\u0002=x;bonus=x (Blob/File)" ,
"x/x;x=\u0002;bonus=x (Blob/File)" ,
"x/x;x=\"\u0002\";bonus=x (Blob/File)" ,
"x/x;\u0003=x;bonus=x (Blob/File)" ,
"x/x;x=\u0003;bonus=x (Blob/File)" ,
"x/x;x=\"\u0003\";bonus=x (Blob/File)" ,
"x/x;\u0004=x;bonus=x (Blob/File)" ,
"x/x;x=\u0004;bonus=x (Blob/File)" ,
"x/x;x=\"\u0004\";bonus=x (Blob/File)" ,
"x/x;\u0005=x;bonus=x (Blob/File)" ,
"x/x;x=\u0005;bonus=x (Blob/File)" ,
"x/x;x=\"\u0005\";bonus=x (Blob/File)" ,
"x/x;\u0006=x;bonus=x (Blob/File)" ,
"x/x;x=\u0006;bonus=x (Blob/File)" ,
"x/x;x=\"\u0006\";bonus=x (Blob/File)" ,
"x/x;\u0007=x;bonus=x (Blob/File)" ,
"x/x;x=\u0007;bonus=x (Blob/File)" ,
"x/x;x=\"\u0007\";bonus=x (Blob/File)" ,
"x/x;\b=x;bonus=x (Blob/File)" ,
"x/x;x=\b;bonus=x (Blob/File)" ,
"x/x;x=\"\b\";bonus=x (Blob/File)" ,
"x/x;\t=x;bonus=x (Blob/File)" ,
"x/x;\n=x;bonus=x (Blob/File)" ,
"x/x;x=\n;bonus=x (Blob/File)" ,
"x/x;x=\"\n\";bonus=x (Blob/File)" ,
"x/x;\u000b=x;bonus=x (Blob/File)" ,
"x/x;x=\u000b;bonus=x (Blob/File)" ,
"x/x;x=\"\u000b\";bonus=x (Blob/File)" ,
"x/x;\f=x;bonus=x (Blob/File)" ,
"x/x;x=\f;bonus=x (Blob/File)" ,
"x/x;x=\"\f\";bonus=x (Blob/File)" ,
"x/x;\r=x;bonus=x (Blob/File)" ,
"x/x;x=\r;bonus=x (Blob/File)" ,
"x/x;x=\"\r\";bonus=x (Blob/File)" ,
"x/x;\u000e=x;bonus=x (Blob/File)" ,
"x/x;x=\u000e;bonus=x (Blob/File)" ,
"x/x;x=\"\u000e\";bonus=x (Blob/File)" ,
"x/x;\u000f=x;bonus=x (Blob/File)" ,
"x/x;x=\u000f;bonus=x (Blob/File)" ,
"x/x;x=\"\u000f\";bonus=x (Blob/File)" ,
"x/x;\u0010=x;bonus=x (Blob/File)" ,
"x/x;x=\u0010;bonus=x (Blob/File)" ,
"x/x;x=\"\u0010\";bonus=x (Blob/File)" ,
"x/x;\u0011=x;bonus=x (Blob/File)" ,
"x/x;x=\u0011;bonus=x (Blob/File)" ,
"x/x;x=\"\u0011\";bonus=x (Blob/File)" ,
"x/x;\u0012=x;bonus=x (Blob/File)" ,
"x/x;x=\u0012;bonus=x (Blob/File)" ,
"x/x;x=\"\u0012\";bonus=x (Blob/File)" ,
"x/x;\u0013=x;bonus=x (Blob/File)" ,
"x/x;x=\u0013;bonus=x (Blob/File)" ,
"x/x;x=\"\u0013\";bonus=x (Blob/File)" ,
"x/x;\u0014=x;bonus=x (Blob/File)" ,
"x/x;x=\u0014;bonus=x (Blob/File)" ,
"x/x;x=\"\u0014\";bonus=x (Blob/File)" ,
"x/x;\u0015=x;bonus=x (Blob/File)" ,
"x/x;x=\u0015;bonus=x (Blob/File)" ,
"x/x;x=\"\u0015\";bonus=x (Blob/File)" ,
"x/x;\u0016=x;bonus=x (Blob/File)" ,
"x/x;x=\u0016;bonus=x (Blob/File)" ,
"x/x;x=\"\u0016\";bonus=x (Blob/File)" ,
"x/x;\u0017=x;bonus=x (Blob/File)" ,
"x/x;x=\u0017;bonus=x (Blob/File)" ,
"x/x;x=\"\u0017\";bonus=x (Blob/File)" ,
"x/x;\u0018=x;bonus=x (Blob/File)" ,
"x/x;x=\u0018;bonus=x (Blob/File)" ,
"x/x;x=\"\u0018\";bonus=x (Blob/File)" ,
"x/x;\u0019=x;bonus=x (Blob/File)" ,
"x/x;x=\u0019;bonus=x (Blob/File)" ,
"x/x;x=\"\u0019\";bonus=x (Blob/File)" ,
"x/x;\u001a=x;bonus=x (Blob/File)" ,
"x/x;x=\u001a;bonus=x (Blob/File)" ,
"x/x;x=\"\u001a\";bonus=x (Blob/File)" ,
"x/x;\u001b=x;bonus=x (Blob/File)" ,
"x/x;x=\u001b;bonus=x (Blob/File)" ,
"x/x;x=\"\u001b\";bonus=x (Blob/File)" ,
"x/x;\u001c=x;bonus=x (Blob/File)" ,
"x/x;x=\u001c;bonus=x (Blob/File)" ,
"x/x;x=\"\u001c\";bonus=x (Blob/File)" ,
"x/x;\u001d=x;bonus=x (Blob/File)" ,
"x/x;x=\u001d;bonus=x (Blob/File)" ,
"x/x;x=\"\u001d\";bonus=x (Blob/File)" ,
"x/x;\u001e=x;bonus=x (Blob/File)" ,
"x/x;x=\u001e;bonus=x (Blob/File)" ,
"x/x;x=\"\u001e\";bonus=x (Blob/File)" ,
"x/x;\u001f=x;bonus=x (Blob/File)" ,
"x/x;x=\u001f;bonus=x (Blob/File)" ,
"x/x;x=\"\u001f\";bonus=x (Blob/File)" ,
" /x (Blob/File)" ,
"x/ (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"\"/x (Blob/File)" ,
"x/\" (Blob/File)" ,
"x/x;\"=x;bonus=x (Blob/File)" ,
"(/x (Blob/File)" ,
"x/( (Blob/File)" ,
"x/x;(=x;bonus=x (Blob/File)" ,
"x/x;x=(;bonus=x (Blob/File)" ,
")/x (Blob/File)" ,
"x/) (Blob/File)" ,
"x/x;)=x;bonus=x (Blob/File)" ,
"x/x;x=);bonus=x (Blob/File)" ,
",/x (Blob/File)" ,
"x/, (Blob/File)" ,
"x/x;,=x;bonus=x (Blob/File)" ,
"x/x;x=,;bonus=x (Blob/File)" ,
"x/x;/=x;bonus=x (Blob/File)" ,
"x/x;x=/;bonus=x (Blob/File)" ,
":/x (Blob/File)" ,
"x/: (Blob/File)" ,
"x/x;:=x;bonus=x (Blob/File)" ,
"x/x;x=:;bonus=x (Blob/File)" ,
";/x (Blob/File)" ,
"x/; (Blob/File)" ,
"</x (Blob/File)" ,
"x/< (Blob/File)" ,
"x/x;<=x;bonus=x (Blob/File)" ,
"x/x;x=<;bonus=x (Blob/File)" ,
"=/x (Blob/File)" ,
"x/= (Blob/File)" ,
"x/x;x==;bonus=x (Blob/File)" ,
">/x (Blob/File)" ,
"x/> (Blob/File)" ,
"x/x;>=x;bonus=x (Blob/File)" ,
"x/x;x=>;bonus=x (Blob/File)" ,
"?/x (Blob/File)" ,
"x/? (Blob/File)" ,
"x/x;?=x;bonus=x (Blob/File)" ,
"x/x;x=?;bonus=x (Blob/File)" ,
"@/x (Blob/File)" ,
"x/@ (Blob/File)" ,
"x/x;@=x;bonus=x (Blob/File)" ,
"x/x;x=@;bonus=x (Blob/File)" ,
"[/x (Blob/File)" ,
"x/[ (Blob/File)" ,
"x/x;[=x;bonus=x (Blob/File)" ,
"x/x;x=[;bonus=x (Blob/File)" ,
"\\/x (Blob/File)" ,
"x/\\ (Blob/File)" ,
"x/x;\\=x;bonus=x (Blob/File)" ,
"]/x (Blob/File)" ,
"x/] (Blob/File)" ,
"x/x;]=x;bonus=x (Blob/File)" ,
"x/x;x=];bonus=x (Blob/File)" ,
"{/x (Blob/File)" ,
"x/{ (Blob/File)" ,
"x/x;{=x;bonus=x (Blob/File)" ,
"x/x;x={;bonus=x (Blob/File)" ,
"}/x (Blob/File)" ,
"x/} (Blob/File)" ,
"x/x;}=x;bonus=x (Blob/File)" ,
"x/x;x=};bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x;
=x;bonus=x (Blob/File)" ,
"x/x;x=
;bonus=x (Blob/File)" ,
"x/x;x=\"
\";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x;¡=x;bonus=x (Blob/File)" ,
"x/x;x=¡;bonus=x (Blob/File)" ,
"x/x;x=\"¡\";bonus=x (Blob/File)" ,
"x/x;¢=x;bonus=x (Blob/File)" ,
"x/x;x=¢;bonus=x (Blob/File)" ,
"x/x;x=\"¢\";bonus=x (Blob/File)" ,
"x/x;£=x;bonus=x (Blob/File)" ,
"x/x;x=£;bonus=x (Blob/File)" ,
"x/x;x=\"£\";bonus=x (Blob/File)" ,
"x/x;¤=x;bonus=x (Blob/File)" ,
"x/x;x=¤;bonus=x (Blob/File)" ,
"x/x;x=\"¤\";bonus=x (Blob/File)" ,
"x/x;¥=x;bonus=x (Blob/File)" ,
"x/x;x=¥;bonus=x (Blob/File)" ,
"x/x;x=\"¥\";bonus=x (Blob/File)" ,
"x/x;¦=x;bonus=x (Blob/File)" ,
"x/x;x=¦;bonus=x (Blob/File)" ,
"x/x;x=\"¦\";bonus=x (Blob/File)" ,
"x/x;§=x;bonus=x (Blob/File)" ,
"x/x;x=§;bonus=x (Blob/File)" ,
"x/x;x=\"§\";bonus=x (Blob/File)" ,
"x/x;¨=x;bonus=x (Blob/File)" ,
"x/x;x=¨;bonus=x (Blob/File)" ,
"x/x;x=\"¨\";bonus=x (Blob/File)" ,
"x/x;©=x;bonus=x (Blob/File)" ,
"x/x;x=©;bonus=x (Blob/File)" ,
"x/x;x=\"©\";bonus=x (Blob/File)" ,
"x/x;ª=x;bonus=x (Blob/File)" ,
"x/x;x=ª;bonus=x (Blob/File)" ,
"x/x;x=\"ª\";bonus=x (Blob/File)" ,
"x/x;«=x;bonus=x (Blob/File)" ,
"x/x;x=«;bonus=x (Blob/File)" ,
"x/x;x=\"«\";bonus=x (Blob/File)" ,
"x/x;¬=x;bonus=x (Blob/File)" ,
"x/x;x=¬;bonus=x (Blob/File)" ,
"x/x;x=\"¬\";bonus=x (Blob/File)" ,
"x/x; =x;bonus=x (Blob/File)" ,
"x/x;x= ;bonus=x (Blob/File)" ,
"x/x;x=\" \";bonus=x (Blob/File)" ,
"x/x;®=x;bonus=x (Blob/File)" ,
"x/x;x=®;bonus=x (Blob/File)" ,
"x/x;x=\"®\";bonus=x (Blob/File)" ,
"x/x;¯=x;bonus=x (Blob/File)" ,
"x/x;x=¯;bonus=x (Blob/File)" ,
"x/x;x=\"¯\";bonus=x (Blob/File)" ,
"x/x;°=x;bonus=x (Blob/File)" ,
"x/x;x=°;bonus=x (Blob/File)" ,
"x/x;x=\"°\";bonus=x (Blob/File)" ,
"x/x;±=x;bonus=x (Blob/File)" ,
"x/x;x=±;bonus=x (Blob/File)" ,
"x/x;x=\"±\";bonus=x (Blob/File)" ,
"x/x;²=x;bonus=x (Blob/File)" ,
"x/x;x=²;bonus=x (Blob/File)" ,
"x/x;x=\"²\";bonus=x (Blob/File)" ,
"x/x;³=x;bonus=x (Blob/File)" ,
"x/x;x=³;bonus=x (Blob/File)" ,
"x/x;x=\"³\";bonus=x (Blob/File)" ,
"x/x;´ =x;bonus=x (Blob/File)" ,
"x/x;x=´ ;bonus=x (Blob/File)" ,
"x/x;x=\"´ \";bonus=x (Blob/File)" ,
"x/x;µ=x;bonus=x (Blob/File)" ,
"x/x;x=µ;bonus=x (Blob/File)" ,
"x/x;x=\"µ\";bonus=x (Blob/File)" ,
"x/x;¶=x;bonus=x (Blob/File)" ,
"x/x;x=¶;bonus=x (Blob/File)" ,
"x/x;x=\"¶\";bonus=x (Blob/File)" ,
"x/x;·=x;bonus=x (Blob/File)" ,
"x/x;x=·;bonus=x (Blob/File)" ,
"x/x;x=\"·\";bonus=x (Blob/File)" ,
"x/x;¸ =x;bonus=x (Blob/File)" ,
"x/x;x=¸ ;bonus=x (Blob/File)" ,
"x/x;x=\"¸ \";bonus=x (Blob/File)" ,
"x/x;¹=x;bonus=x (Blob/File)" ,
"x/x;x=¹;bonus=x (Blob/File)" ,
"x/x;x=\"¹\";bonus=x (Blob/File)" ,
"x/x;º=x;bonus=x (Blob/File)" ,
"x/x;x=º;bonus=x (Blob/File)" ,
"x/x;x=\"º\";bonus=x (Blob/File)" ,
"x/x;»=x;bonus=x (Blob/File)" ,
"x/x;x=»;bonus=x (Blob/File)" ,
"x/x;x=\"»\";bonus=x (Blob/File)" ,
"x/x;¼=x;bonus=x (Blob/File)" ,
"x/x;x=¼;bonus=x (Blob/File)" ,
"x/x;x=\"¼\";bonus=x (Blob/File)" ,
"x/x;½=x;bonus=x (Blob/File)" ,
"x/x;x=½;bonus=x (Blob/File)" ,
"x/x;x=\"½\";bonus=x (Blob/File)" ,
"x/x;¾=x;bonus=x (Blob/File)" ,
"x/x;x=¾;bonus=x (Blob/File)" ,
"x/x;x=\"¾\";bonus=x (Blob/File)" ,
"x/x;¿=x;bonus=x (Blob/File)" ,
"x/x;x=¿;bonus=x (Blob/File)" ,
"x/x;x=\"¿\";bonus=x (Blob/File)" ,
"x/x;À=x;bonus=x (Blob/File)" ,
"x/x;x=À;bonus=x (Blob/File)" ,
"x/x;x=\"À\";bonus=x (Blob/File)" ,
"x/x;Á=x;bonus=x (Blob/File)" ,
"x/x;x=Á;bonus=x (Blob/File)" ,
"x/x;x=\"Á\";bonus=x (Blob/File)" ,
"x/x;Â=x;bonus=x (Blob/File)" ,
"x/x;x=Â;bonus=x (Blob/File)" ,
"x/x;x=\"Â\";bonus=x (Blob/File)" ,
"x/x;Ã=x;bonus=x (Blob/File)" ,
"x/x;x=Ã;bonus=x (Blob/File)" ,
"x/x;x=\"Ã\";bonus=x (Blob/File)" ,
"x/x;Ä=x;bonus=x (Blob/File)" ,
"x/x;x=Ä;bonus=x (Blob/File)" ,
"x/x;x=\"Ä\";bonus=x (Blob/File)" ,
"x/x;Å=x;bonus=x (Blob/File)" ,
"x/x;x=Å;bonus=x (Blob/File)" ,
"x/x;x=\"Å\";bonus=x (Blob/File)" ,
"x/x;Æ=x;bonus=x (Blob/File)" ,
"x/x;x=Æ;bonus=x (Blob/File)" ,
"x/x;x=\"Æ\";bonus=x (Blob/File)" ,
"x/x;Ç=x;bonus=x (Blob/File)" ,
"x/x;x=Ç;bonus=x (Blob/File)" ,
"x/x;x=\"Ç\";bonus=x (Blob/File)" ,
"x/x;È=x;bonus=x (Blob/File)" ,
"x/x;x=È;bonus=x (Blob/File)" ,
"x/x;x=\"È\";bonus=x (Blob/File)" ,
"x/x;É=x;bonus=x (Blob/File)" ,
"x/x;x=É;bonus=x (Blob/File)" ,
"x/x;x=\"É\";bonus=x (Blob/File)" ,
"x/x;Ê=x;bonus=x (Blob/File)" ,
"x/x;x=Ê;bonus=x (Blob/File)" ,
"x/x;x=\"Ê\";bonus=x (Blob/File)" ,
"x/x;Ë=x;bonus=x (Blob/File)" ,
"x/x;x=Ë;bonus=x (Blob/File)" ,
"x/x;x=\"Ë\";bonus=x (Blob/File)" ,
"x/x;Ì=x;bonus=x (Blob/File)" ,
"x/x;x=Ì;bonus=x (Blob/File)" ,
"x/x;x=\"Ì\";bonus=x (Blob/File)" ,
"x/x;Í=x;bonus=x (Blob/File)" ,
"x/x;x=Í;bonus=x (Blob/File)" ,
"x/x;x=\"Í\";bonus=x (Blob/File)" ,
"x/x;Î=x;bonus=x (Blob/File)" ,
"x/x;x=Î;bonus=x (Blob/File)" ,
"x/x;x=\"Î\";bonus=x (Blob/File)" ,
"x/x;Ï=x;bonus=x (Blob/File)" ,
"x/x;x=Ï;bonus=x (Blob/File)" ,
"x/x;x=\"Ï\";bonus=x (Blob/File)" ,
"x/x;Ð=x;bonus=x (Blob/File)" ,
"x/x;x=Ð;bonus=x (Blob/File)" ,
"x/x;x=\"Ð\";bonus=x (Blob/File)" ,
"x/x;Ñ=x;bonus=x (Blob/File)" ,
"x/x;x=Ñ;bonus=x (Blob/File)" ,
"x/x;x=\"Ñ\";bonus=x (Blob/File)" ,
"x/x;Ò=x;bonus=x (Blob/File)" ,
"x/x;x=Ò;bonus=x (Blob/File)" ,
"x/x;x=\"Ò\";bonus=x (Blob/File)" ,
"x/x;Ó=x;bonus=x (Blob/File)" ,
"x/x;x=Ó;bonus=x (Blob/File)" ,
"x/x;x=\"Ó\";bonus=x (Blob/File)" ,
"x/x;Ô=x;bonus=x (Blob/File)" ,
"x/x;x=Ô;bonus=x (Blob/File)" ,
"x/x;x=\"Ô\";bonus=x (Blob/File)" ,
"x/x;Õ=x;bonus=x (Blob/File)" ,
"x/x;x=Õ;bonus=x (Blob/File)" ,
"x/x;x=\"Õ\";bonus=x (Blob/File)" ,
"x/x;Ö=x;bonus=x (Blob/File)" ,
"x/x;x=Ö;bonus=x (Blob/File)" ,
"x/x;x=\"Ö\";bonus=x (Blob/File)" ,
"x/x;× =x;bonus=x (Blob/File)" ,
"x/x;x=× ;bonus=x (Blob/File)" ,
"x/x;x=\"× \";bonus=x (Blob/File)" ,
"x/x;Ø=x;bonus=x (Blob/File)" ,
"x/x;x=Ø;bonus=x (Blob/File)" ,
"x/x;x=\"Ø\";bonus=x (Blob/File)" ,
"x/x;Ù=x;bonus=x (Blob/File)" ,
"x/x;x=Ù;bonus=x (Blob/File)" ,
"x/x;x=\"Ù\";bonus=x (Blob/File)" ,
"x/x;Ú=x;bonus=x (Blob/File)" ,
"x/x;x=Ú;bonus=x (Blob/File)" ,
"x/x;x=\"Ú\";bonus=x (Blob/File)" ,
"x/x;Û=x;bonus=x (Blob/File)" ,
"x/x;x=Û;bonus=x (Blob/File)" ,
"x/x;x=\"Û\";bonus=x (Blob/File)" ,
"x/x;Ü=x;bonus=x (Blob/File)" ,
"x/x;x=Ü;bonus=x (Blob/File)" ,
"x/x;x=\"Ü\";bonus=x (Blob/File)" ,
"x/x;Ý=x;bonus=x (Blob/File)" ,
"x/x;x=Ý;bonus=x (Blob/File)" ,
"x/x;x=\"Ý\";bonus=x (Blob/File)" ,
"x/x;Þ=x;bonus=x (Blob/File)" ,
"x/x;x=Þ;bonus=x (Blob/File)" ,
"x/x;x=\"Þ\";bonus=x (Blob/File)" ,
"x/x;ß=x;bonus=x (Blob/File)" ,
"x/x;x=ß;bonus=x (Blob/File)" ,
"x/x;x=\"ß\";bonus=x (Blob/File)" ,
"x/x;à=x;bonus=x (Blob/File)" ,
"x/x;x=à;bonus=x (Blob/File)" ,
"x/x;x=\"à\";bonus=x (Blob/File)" ,
"x/x;á=x;bonus=x (Blob/File)" ,
"x/x;x=á;bonus=x (Blob/File)" ,
"x/x;x=\"á\";bonus=x (Blob/File)" ,
"x/x;â=x;bonus=x (Blob/File)" ,
"x/x;x=â;bonus=x (Blob/File)" ,
"x/x;x=\"â\";bonus=x (Blob/File)" ,
"x/x;ã=x;bonus=x (Blob/File)" ,
"x/x;x=ã;bonus=x (Blob/File)" ,
"x/x;x=\"ã\";bonus=x (Blob/File)" ,
"x/x;ä=x;bonus=x (Blob/File)" ,
"x/x;x=ä;bonus=x (Blob/File)" ,
"x/x;x=\"ä\";bonus=x (Blob/File)" ,
"x/x;å=x;bonus=x (Blob/File)" ,
"x/x;x=å;bonus=x (Blob/File)" ,
"x/x;x=\"å\";bonus=x (Blob/File)" ,
"x/x;æ=x;bonus=x (Blob/File)" ,
"x/x;x=æ;bonus=x (Blob/File)" ,
"x/x;x=\"æ\";bonus=x (Blob/File)" ,
"x/x;ç=x;bonus=x (Blob/File)" ,
"x/x;x=ç;bonus=x (Blob/File)" ,
"x/x;x=\"ç\";bonus=x (Blob/File)" ,
"x/x;è=x;bonus=x (Blob/File)" ,
"x/x;x=è;bonus=x (Blob/File)" ,
"x/x;x=\"è\";bonus=x (Blob/File)" ,
"x/x;é=x;bonus=x (Blob/File)" ,
"x/x;x=é;bonus=x (Blob/File)" ,
"x/x;x=\"é\";bonus=x (Blob/File)" ,
"x/x;ê=x;bonus=x (Blob/File)" ,
"x/x;x=ê;bonus=x (Blob/File)" ,
"x/x;x=\"ê\";bonus=x (Blob/File)" ,
"x/x;ë=x;bonus=x (Blob/File)" ,
"x/x;x=ë;bonus=x (Blob/File)" ,
"x/x;x=\"ë\";bonus=x (Blob/File)" ,
"x/x;ì=x;bonus=x (Blob/File)" ,
"x/x;x=ì;bonus=x (Blob/File)" ,
"x/x;x=\"ì\";bonus=x (Blob/File)" ,
"x/x;í=x;bonus=x (Blob/File)" ,
"x/x;x=í;bonus=x (Blob/File)" ,
"x/x;x=\"í\";bonus=x (Blob/File)" ,
"x/x;î=x;bonus=x (Blob/File)" ,
"x/x;x=î;bonus=x (Blob/File)" ,
"x/x;x=\"î\";bonus=x (Blob/File)" ,
"x/x;ï=x;bonus=x (Blob/File)" ,
"x/x;x=ï;bonus=x (Blob/File)" ,
"x/x;x=\"ï\";bonus=x (Blob/File)" ,
"x/x;ð=x;bonus=x (Blob/File)" ,
"x/x;x=ð;bonus=x (Blob/File)" ,
"x/x;x=\"ð\";bonus=x (Blob/File)" ,
"x/x;ñ=x;bonus=x (Blob/File)" ,
"x/x;x=ñ;bonus=x (Blob/File)" ,
"x/x;x=\"ñ\";bonus=x (Blob/File)" ,
"x/x;ò=x;bonus=x (Blob/File)" ,
"x/x;x=ò;bonus=x (Blob/File)" ,
"x/x;x=\"ò\";bonus=x (Blob/File)" ,
"x/x;ó=x;bonus=x (Blob/File)" ,
"x/x;x=ó;bonus=x (Blob/File)" ,
"x/x;x=\"ó\";bonus=x (Blob/File)" ,
"x/x;ô=x;bonus=x (Blob/File)" ,
"x/x;x=ô;bonus=x (Blob/File)" ,
"x/x;x=\"ô\";bonus=x (Blob/File)" ,
"x/x;õ=x;bonus=x (Blob/File)" ,
"x/x;x=õ;bonus=x (Blob/File)" ,
"x/x;x=\"õ\";bonus=x (Blob/File)" ,
"x/x;ö=x;bonus=x (Blob/File)" ,
"x/x;x=ö;bonus=x (Blob/File)" ,
"x/x;x=\"ö\";bonus=x (Blob/File)" ,
"x/x;÷=x;bonus=x (Blob/File)" ,
"x/x;x=÷;bonus=x (Blob/File)" ,
"x/x;x=\"÷\";bonus=x (Blob/File)" ,
"x/x;ø=x;bonus=x (Blob/File)" ,
"x/x;x=ø;bonus=x (Blob/File)" ,
"x/x;x=\"ø\";bonus=x (Blob/File)" ,
"x/x;ù=x;bonus=x (Blob/File)" ,
"x/x;x=ù;bonus=x (Blob/File)" ,
"x/x;x=\"ù\";bonus=x (Blob/File)" ,
"x/x;ú=x;bonus=x (Blob/File)" ,
"x/x;x=ú;bonus=x (Blob/File)" ,
"x/x;x=\"ú\";bonus=x (Blob/File)" ,
"x/x;û=x;bonus=x (Blob/File)" ,
"x/x;x=û;bonus=x (Blob/File)" ,
"x/x;x=\"û\";bonus=x (Blob/File)" ,
"x/x;ü=x;bonus=x (Blob/File)" ,
"x/x;x=ü;bonus=x (Blob/File)" ,
"x/x;x=\"ü\";bonus=x (Blob/File)" ,
"x/x;ý=x;bonus=x (Blob/File)" ,
"x/x;x=ý;bonus=x (Blob/File)" ,
"x/x;x=\"ý\";bonus=x (Blob/File)" ,
"x/x;þ=x;bonus=x (Blob/File)" ,
"x/x;x=þ;bonus=x (Blob/File)" ,
"x/x;x=\"þ\";bonus=x (Blob/File)" ,
"x/x;ÿ=x;bonus=x (Blob/File)" ,
"x/x;x=ÿ;bonus=x (Blob/File)" ,
"x/x;x=\"ÿ\";bonus=x (Blob/File)" ,
"TEXT/HTML;CHARSET=GBK (Request/Response)" ,
"text/html;charset= \" ;charset=GBK (Request/Response)" ,
"text/html;charset=\" ;charset=foo\";charset=GBK (Request/Response)" ,
"text/html;charset=\"\";charset=GBK (Request/Response)" ,
"text/html;charset=\";charset=GBK (Request/Response)" ,
"!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz;!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz=!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz (Request/Response)" ,
"x/x;x=\"\t !\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ\" (Request/Response)" ,
"text/html;test=ÿ;charset=gbk (Request/Response)" ,
"x/x;,=x;bonus=x (Request/Response)" ,
"x/x;x=,;bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x=
;bonus=x (Request/Response)" ,
"x/x;x=\"
\";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x=¡;bonus=x (Request/Response)" ,
"x/x;x=\"¡\";bonus=x (Request/Response)" ,
"x/x;x=¢;bonus=x (Request/Response)" ,
"x/x;x=\"¢\";bonus=x (Request/Response)" ,
"x/x;x=£;bonus=x (Request/Response)" ,
"x/x;x=\"£\";bonus=x (Request/Response)" ,
"x/x;x=¤;bonus=x (Request/Response)" ,
"x/x;x=\"¤\";bonus=x (Request/Response)" ,
"x/x;x=¥;bonus=x (Request/Response)" ,
"x/x;x=\"¥\";bonus=x (Request/Response)" ,
"x/x;x=¦;bonus=x (Request/Response)" ,
"x/x;x=\"¦\";bonus=x (Request/Response)" ,
"x/x;x=§;bonus=x (Request/Response)" ,
"x/x;x=\"§\";bonus=x (Request/Response)" ,
"x/x;x=¨;bonus=x (Request/Response)" ,
"x/x;x=\"¨\";bonus=x (Request/Response)" ,
"x/x;x=©;bonus=x (Request/Response)" ,
"x/x;x=\"©\";bonus=x (Request/Response)" ,
"x/x;x=ª;bonus=x (Request/Response)" ,
"x/x;x=\"ª\";bonus=x (Request/Response)" ,
"x/x;x=«;bonus=x (Request/Response)" ,
"x/x;x=\"«\";bonus=x (Request/Response)" ,
"x/x;x=¬;bonus=x (Request/Response)" ,
"x/x;x=\"¬\";bonus=x (Request/Response)" ,
"x/x;x= ;bonus=x (Request/Response)" ,
"x/x;x=\" \";bonus=x (Request/Response)" ,
"x/x;x=®;bonus=x (Request/Response)" ,
"x/x;x=\"®\";bonus=x (Request/Response)" ,
"x/x;x=¯;bonus=x (Request/Response)" ,
"x/x;x=\"¯\";bonus=x (Request/Response)" ,
"x/x;x=°;bonus=x (Request/Response)" ,
"x/x;x=\"°\";bonus=x (Request/Response)" ,
"x/x;x=±;bonus=x (Request/Response)" ,
"x/x;x=\"±\";bonus=x (Request/Response)" ,
"x/x;x=²;bonus=x (Request/Response)" ,
"x/x;x=\"²\";bonus=x (Request/Response)" ,
"x/x;x=³;bonus=x (Request/Response)" ,
"x/x;x=\"³\";bonus=x (Request/Response)" ,
"x/x;x=´ ;bonus=x (Request/Response)" ,
"x/x;x=\"´ \";bonus=x (Request/Response)" ,
"x/x;x=µ;bonus=x (Request/Response)" ,
"x/x;x=\"µ\";bonus=x (Request/Response)" ,
"x/x;x=¶;bonus=x (Request/Response)" ,
"x/x;x=\"¶\";bonus=x (Request/Response)" ,
"x/x;x=·;bonus=x (Request/Response)" ,
"x/x;x=\"·\";bonus=x (Request/Response)" ,
"x/x;x=¸ ;bonus=x (Request/Response)" ,
"x/x;x=\"¸ \";bonus=x (Request/Response)" ,
"x/x;x=¹;bonus=x (Request/Response)" ,
"x/x;x=\"¹\";bonus=x (Request/Response)" ,
"x/x;x=º;bonus=x (Request/Response)" ,
"x/x;x=\"º\";bonus=x (Request/Response)" ,
"x/x;x=»;bonus=x (Request/Response)" ,
"x/x;x=\"»\";bonus=x (Request/Response)" ,
"x/x;x=¼;bonus=x (Request/Response)" ,
"x/x;x=\"¼\";bonus=x (Request/Response)" ,
"x/x;x=½;bonus=x (Request/Response)" ,
"x/x;x=\"½\";bonus=x (Request/Response)" ,
"x/x;x=¾;bonus=x (Request/Response)" ,
"x/x;x=\"¾\";bonus=x (Request/Response)" ,
"x/x;x=¿;bonus=x (Request/Response)" ,
"x/x;x=\"¿\";bonus=x (Request/Response)" ,
"x/x;x=À;bonus=x (Request/Response)" ,
"x/x;x=\"À\";bonus=x (Request/Response)" ,
"x/x;x=Á;bonus=x (Request/Response)" ,
"x/x;x=\"Á\";bonus=x (Request/Response)" ,
"x/x;x=Â;bonus=x (Request/Response)" ,
"x/x;x=\"Â\";bonus=x (Request/Response)" ,
"x/x;x=Ã;bonus=x (Request/Response)" ,
"x/x;x=\"Ã\";bonus=x (Request/Response)" ,
"x/x;x=Ä;bonus=x (Request/Response)" ,
"x/x;x=\"Ä\";bonus=x (Request/Response)" ,
"x/x;x=Å;bonus=x (Request/Response)" ,
"x/x;x=\"Å\";bonus=x (Request/Response)" ,
"x/x;x=Æ;bonus=x (Request/Response)" ,
"x/x;x=\"Æ\";bonus=x (Request/Response)" ,
"x/x;x=Ç;bonus=x (Request/Response)" ,
"x/x;x=\"Ç\";bonus=x (Request/Response)" ,
"x/x;x=È;bonus=x (Request/Response)" ,
"x/x;x=\"È\";bonus=x (Request/Response)" ,
"x/x;x=É;bonus=x (Request/Response)" ,
"x/x;x=\"É\";bonus=x (Request/Response)" ,
"x/x;x=Ê;bonus=x (Request/Response)" ,
"x/x;x=\"Ê\";bonus=x (Request/Response)" ,
"x/x;x=Ë;bonus=x (Request/Response)" ,
"x/x;x=\"Ë\";bonus=x (Request/Response)" ,
"x/x;x=Ì;bonus=x (Request/Response)" ,
"x/x;x=\"Ì\";bonus=x (Request/Response)" ,
"x/x;x=Í;bonus=x (Request/Response)" ,
"x/x;x=\"Í\";bonus=x (Request/Response)" ,
"x/x;x=Î;bonus=x (Request/Response)" ,
"x/x;x=\"Î\";bonus=x (Request/Response)" ,
"x/x;x=Ï;bonus=x (Request/Response)" ,
"x/x;x=\"Ï\";bonus=x (Request/Response)" ,
"x/x;x=Ð;bonus=x (Request/Response)" ,
"x/x;x=\"Ð\";bonus=x (Request/Response)" ,
"x/x;x=Ñ;bonus=x (Request/Response)" ,
"x/x;x=\"Ñ\";bonus=x (Request/Response)" ,
"x/x;x=Ò;bonus=x (Request/Response)" ,
"x/x;x=\"Ò\";bonus=x (Request/Response)" ,
"x/x;x=Ó;bonus=x (Request/Response)" ,
"x/x;x=\"Ó\";bonus=x (Request/Response)" ,
"x/x;x=Ô;bonus=x (Request/Response)" ,
"x/x;x=\"Ô\";bonus=x (Request/Response)" ,
"x/x;x=Õ;bonus=x (Request/Response)" ,
"x/x;x=\"Õ\";bonus=x (Request/Response)" ,
"x/x;x=Ö;bonus=x (Request/Response)" ,
"x/x;x=\"Ö\";bonus=x (Request/Response)" ,
"x/x;x=× ;bonus=x (Request/Response)" ,
"x/x;x=\"× \";bonus=x (Request/Response)" ,
"x/x;x=Ø;bonus=x (Request/Response)" ,
"x/x;x=\"Ø\";bonus=x (Request/Response)" ,
"x/x;x=Ù;bonus=x (Request/Response)" ,
"x/x;x=\"Ù\";bonus=x (Request/Response)" ,
"x/x;x=Ú;bonus=x (Request/Response)" ,
"x/x;x=\"Ú\";bonus=x (Request/Response)" ,
"x/x;x=Û;bonus=x (Request/Response)" ,
"x/x;x=\"Û\";bonus=x (Request/Response)" ,
"x/x;x=Ü;bonus=x (Request/Response)" ,
"x/x;x=\"Ü\";bonus=x (Request/Response)" ,
"x/x;x=Ý;bonus=x (Request/Response)" ,
"x/x;x=\"Ý\";bonus=x (Request/Response)" ,
"x/x;x=Þ;bonus=x (Request/Response)" ,
"x/x;x=\"Þ\";bonus=x (Request/Response)" ,
"x/x;x=ß;bonus=x (Request/Response)" ,
"x/x;x=\"ß\";bonus=x (Request/Response)" ,
"x/x;x=à;bonus=x (Request/Response)" ,
"x/x;x=\"à\";bonus=x (Request/Response)" ,
"x/x;x=á;bonus=x (Request/Response)" ,
"x/x;x=\"á\";bonus=x (Request/Response)" ,
"x/x;x=â;bonus=x (Request/Response)" ,
"x/x;x=\"â\";bonus=x (Request/Response)" ,
"x/x;x=ã;bonus=x (Request/Response)" ,
"x/x;x=\"ã\";bonus=x (Request/Response)" ,
"x/x;x=ä;bonus=x (Request/Response)" ,
"x/x;x=\"ä\";bonus=x (Request/Response)" ,
"x/x;x=å;bonus=x (Request/Response)" ,
"x/x;x=\"å\";bonus=x (Request/Response)" ,
"x/x;x=æ;bonus=x (Request/Response)" ,
"x/x;x=\"æ\";bonus=x (Request/Response)" ,
"x/x;x=ç;bonus=x (Request/Response)" ,
"x/x;x=\"ç\";bonus=x (Request/Response)" ,
"x/x;x=è;bonus=x (Request/Response)" ,
"x/x;x=\"è\";bonus=x (Request/Response)" ,
"x/x;x=é;bonus=x (Request/Response)" ,
"x/x;x=\"é\";bonus=x (Request/Response)" ,
"x/x;x=ê;bonus=x (Request/Response)" ,
"x/x;x=\"ê\";bonus=x (Request/Response)" ,
"x/x;x=ë;bonus=x (Request/Response)" ,
"x/x;x=\"ë\";bonus=x (Request/Response)" ,
"x/x;x=ì;bonus=x (Request/Response)" ,
"x/x;x=\"ì\";bonus=x (Request/Response)" ,
"x/x;x=í;bonus=x (Request/Response)" ,
"x/x;x=\"í\";bonus=x (Request/Response)" ,
"x/x;x=î;bonus=x (Request/Response)" ,
"x/x;x=\"î\";bonus=x (Request/Response)" ,
"x/x;x=ï;bonus=x (Request/Response)" ,
"x/x;x=\"ï\";bonus=x (Request/Response)" ,
"x/x;x=ð;bonus=x (Request/Response)" ,
"x/x;x=\"ð\";bonus=x (Request/Response)" ,
"x/x;x=ñ;bonus=x (Request/Response)" ,
"x/x;x=\"ñ\";bonus=x (Request/Response)" ,
"x/x;x=ò;bonus=x (Request/Response)" ,
"x/x;x=\"ò\";bonus=x (Request/Response)" ,
"x/x;x=ó;bonus=x (Request/Response)" ,
"x/x;x=\"ó\";bonus=x (Request/Response)" ,
"x/x;x=ô;bonus=x (Request/Response)" ,
"x/x;x=\"ô\";bonus=x (Request/Response)" ,
"x/x;x=õ;bonus=x (Request/Response)" ,
"x/x;x=\"õ\";bonus=x (Request/Response)" ,
"x/x;x=ö;bonus=x (Request/Response)" ,
"x/x;x=\"ö\";bonus=x (Request/Response)" ,
"x/x;x=÷;bonus=x (Request/Response)" ,
"x/x;x=\"÷\";bonus=x (Request/Response)" ,
"x/x;x=ø;bonus=x (Request/Response)" ,
"x/x;x=\"ø\";bonus=x (Request/Response)" ,
"x/x;x=ù;bonus=x (Request/Response)" ,
"x/x;x=\"ù\";bonus=x (Request/Response)" ,
"x/x;x=ú;bonus=x (Request/Response)" ,
"x/x;x=\"ú\";bonus=x (Request/Response)" ,
"x/x;x=û;bonus=x (Request/Response)" ,
"x/x;x=\"û\";bonus=x (Request/Response)" ,
"x/x;x=ü;bonus=x (Request/Response)" ,
"x/x;x=\"ü\";bonus=x (Request/Response)" ,
"x/x;x=ý;bonus=x (Request/Response)" ,
"x/x;x=\"ý\";bonus=x (Request/Response)" ,
"x/x;x=þ;bonus=x (Request/Response)" ,
"x/x;x=\"þ\";bonus=x (Request/Response)" ,
"x/x;x=ÿ;bonus=x (Request/Response)" ,
"x/x;x=\"ÿ\";bonus=x (Request/Response)"
2023-03-24 23:27:49 -04:00
] ,
"charset-parameter.window.html" : [
"text/html;charset=gbk" ,
"TEXT/HTML;CHARSET=GBK" ,
"text/html;charset=gbk(" ,
"text/html;x=(;charset=gbk" ,
"text/html;charset=gbk;charset=windows-1255" ,
"text/html;charset=();charset=GBK" ,
"text/html;charset =gbk" ,
"text/html ;charset=gbk" ,
"text/html; charset=gbk" ,
"text/html;charset= gbk" ,
"text/html;charset= \"gbk\"" ,
"text/html;charset=\u000bgbk" ,
"text/html;charset=\fgbk" ,
"text/html;\u000bcharset=gbk" ,
"text/html;\fcharset=gbk" ,
"text/html;charset='gbk'" ,
"text/html;charset='gbk" ,
"text/html;charset=gbk'" ,
"text/html;charset=';charset=GBK" ,
"text/html;test;charset=gbk" ,
"text/html;test=;charset=gbk" ,
"text/html;';charset=gbk" ,
"text/html;\";charset=gbk" ,
"text/html ; ; charset=gbk" ,
"text/html;;;;charset=gbk" ,
"text/html;charset= \" ;charset=GBK" ,
"text/html;charset=\" ;charset=foo\";charset=GBK" ,
"text/html;charset=\"gbk\"" ,
"text/html;charset=\"gbk" ,
"text/html;charset=gbk\"" ,
"text/html;charset=\" gbk\"" ,
"text/html;charset=\"gbk \"" ,
"text/html;charset=\"\\ gbk\"" ,
"text/html;charset=\"\\g\\b\\k\"" ,
"text/html;charset=\"gbk\"x" ,
"text/html;charset=\"\";charset=GBK" ,
"text/html;charset=\";charset=GBK" ,
"text/html;charset={gbk}" ,
"text/html;0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789=x;charset=gbk" ,
"text/html;test=ÿ;charset=gbk"
2022-10-24 10:11:24 -04:00
]
2023-03-24 23:27:49 -04:00
} ,
"media" : {
"media-sniff.window.html" : false
2022-10-24 10:11:24 -04:00
}
2023-10-31 13:16:27 -04:00
} ,
"eventsource" : {
"dedicated-worker" : {
"eventsource-eventtarget.worker.html" : true ,
"eventsource-constructor-no-new.any.html" : true ,
"eventsource-constructor-no-new.any.worker.html" : true
} ,
"event-data.any.html" : true ,
"event-data.any.worker.html" : true ,
"eventsource-constructor-empty-url.any.html" : true ,
"eventsource-constructor-empty-url.any.worker.html" : true ,
"eventsource-constructor-url-bogus.any.html" : true ,
"eventsource-constructor-url-bogus.any.worker.html" : true ,
"eventsource-eventtarget.any.html" : true ,
"eventsource-eventtarget.any.worker.html" : true ,
"eventsource-onmessage-trusted.any.html" : true ,
"eventsource-onmessage-trusted.any.worker.html" : true ,
"eventsource-onmessage.any.html" : true ,
"eventsource-onmessage.any.worker.html" : true ,
"eventsource-onopen.any.html" : true ,
"eventsource-onopen.any.worker.html" : true ,
"eventsource-prototype.any.html" : true ,
"eventsource-prototype.any.worker.html" : true ,
"eventsource-request-cancellation.window.any.html" : false ,
"eventsource-request-cancellation.window.any.worker.html" : false ,
"eventsource-url.any.html" : true ,
"eventsource-url.any.worker.html" : true ,
"format-bom-2.any.html" : true ,
"format-bom-2.any.worker.html" : true ,
"format-bom.any.html" : true ,
"format-bom.any.worker.html" : true ,
"format-comments.any.html" : true ,
"format-comments.any.worker.html" : true ,
"format-data-before-final-empty-line.any.html" : true ,
"format-data-before-final-empty-line.any.worker.html" : true ,
"format-field-data.any.html" : true ,
"format-field-data.any.worker.html" : true ,
"format-field-event-empty.any.html" : true ,
"format-field-event-empty.any.worker.html" : true ,
"format-field-event.any.html" : true ,
"format-field-event.any.worker.html" : true ,
"format-field-id-2.any.html" : true ,
"format-field-id-2.any.worker.html" : true ,
"format-field-id-3.window.html" : true ,
"format-field-id-null.window.html" : true ,
"format-field-id.any.html" : true ,
"format-field-id.any.worker.html" : true ,
"format-field-parsing.any.html" : true ,
"format-field-parsing.any.worker.html" : true ,
"format-field-retry-bogus.any.html" : true ,
"format-field-retry-bogus.any.worker.html" : true ,
"format-field-retry-empty.any.html" : true ,
"format-field-retry-empty.any.worker.html" : true ,
"format-field-retry.any.html" : true ,
"format-field-retry.any.worker.html" : true ,
"format-field-unknown.any.html" : true ,
"format-field-unknown.any.worker.html" : true ,
"format-leading-space.any.html" : true ,
"format-leading-space.any.worker.html" : true ,
"format-mime-bogus.any.html" : true ,
"format-mime-bogus.any.worker.html" : true ,
"format-mime-trailing-semicolon.any.html" : true ,
"format-mime-trailing-semicolon.any.worker.html" : true ,
"format-mime-valid-bogus.any.html" : true ,
"format-mime-valid-bogus.any.worker.html" : true ,
"format-newlines.any.html" : true ,
"format-newlines.any.worker.html" : true ,
"format-null-character.any.html" : true ,
"format-null-character.any.worker.html" : true ,
"format-utf-8.any.html" : true ,
"format-utf-8.any.worker.html" : true ,
"request-accept.any.html" : true ,
"request-accept.any.worker.html" : true ,
"request-cache-control.any.html" : false ,
"request-cache-control.any.worker.html" : false ,
"eventsource-close.window.html" : false ,
"eventsource-constructor-document-domain.window.html" : false ,
"eventsource-constructor-non-same-origin.window.html" : false ,
"eventsource-constructor-stringify.window.html" : false ,
"eventsource-cross-origin.window.html" : false ,
"eventsource-reconnect.window.html" : false ,
"request-status-error.window.html" : false
2021-01-27 09:06:18 -05:00
}
2024-01-22 06:08:01 -05:00
}