Update web-platform-tests to revision b'4e3b5de2eb8218cf18a1674618994efeb96e2cc0' (#32717)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-07-07 03:23:54 -04:00 committed by GitHub
parent 141a594e23
commit 816359583c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
575 changed files with 8637 additions and 2616 deletions

View file

@ -0,0 +1,122 @@
[derived_bits_length.https.any.html]
[HKDF derivation with 256 as 'length' parameter]
expected: FAIL
[HKDF derivation with 0 as 'length' parameter]
expected: FAIL
[HKDF derivation with null as 'length' parameter]
expected: FAIL
[HKDF derivation with undefined as 'length' parameter]
expected: FAIL
[HKDF derivation with omitted as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 256 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 0 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with null as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with undefined as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with omitted as 'length' parameter]
expected: FAIL
[ECDH derivation with 256 as 'length' parameter]
expected: FAIL
[ECDH derivation with 0 as 'length' parameter]
expected: FAIL
[ECDH derivation with null as 'length' parameter]
expected: FAIL
[ECDH derivation with undefined as 'length' parameter]
expected: FAIL
[ECDH derivation with omitted as 'length' parameter]
expected: FAIL
[X25519 derivation with 256 as 'length' parameter]
expected: FAIL
[X25519 derivation with 0 as 'length' parameter]
expected: FAIL
[X25519 derivation with null as 'length' parameter]
expected: FAIL
[X25519 derivation with undefined as 'length' parameter]
expected: FAIL
[X25519 derivation with omitted as 'length' parameter]
expected: FAIL
[derived_bits_length.https.any.worker.html]
[HKDF derivation with 256 as 'length' parameter]
expected: FAIL
[HKDF derivation with 0 as 'length' parameter]
expected: FAIL
[HKDF derivation with null as 'length' parameter]
expected: FAIL
[HKDF derivation with undefined as 'length' parameter]
expected: FAIL
[HKDF derivation with omitted as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 256 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 0 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with null as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with undefined as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with omitted as 'length' parameter]
expected: FAIL
[ECDH derivation with 256 as 'length' parameter]
expected: FAIL
[ECDH derivation with 0 as 'length' parameter]
expected: FAIL
[ECDH derivation with null as 'length' parameter]
expected: FAIL
[ECDH derivation with undefined as 'length' parameter]
expected: FAIL
[ECDH derivation with omitted as 'length' parameter]
expected: FAIL
[X25519 derivation with 256 as 'length' parameter]
expected: FAIL
[X25519 derivation with 0 as 'length' parameter]
expected: FAIL
[X25519 derivation with null as 'length' parameter]
expected: FAIL
[X25519 derivation with undefined as 'length' parameter]
expected: FAIL
[X25519 derivation with omitted as 'length' parameter]
expected: FAIL

View file

@ -173,6 +173,15 @@
[SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL
[SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)]
expected: FAIL
[SubtleCrypto interface: crypto.subtle must inherit property "deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)" with the proper type]
expected: FAIL
[SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL
[idlharness.https.any.html]
[Crypto interface: attribute subtle]
@ -348,3 +357,12 @@
[SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL
[SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)]
expected: FAIL
[SubtleCrypto interface: crypto.subtle must inherit property "deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)" with the proper type]
expected: FAIL
[SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL

View file

@ -0,0 +1,8 @@
[importKey-unsettled-promise.https.any.html]
[WebCryptoAPI: Assure promise returned by importKey is settled.]
expected: FAIL
[importKey-unsettled-promise.https.any.worker.html]
[WebCryptoAPI: Assure promise returned by importKey is settled.]
expected: FAIL