diff options
Diffstat (limited to 'tests/wpt/meta-legacy-layout/WebCryptoAPI/idlharness.https.any.js.ini')
-rw-r--r-- | tests/wpt/meta-legacy-layout/WebCryptoAPI/idlharness.https.any.js.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/wpt/meta-legacy-layout/WebCryptoAPI/idlharness.https.any.js.ini b/tests/wpt/meta-legacy-layout/WebCryptoAPI/idlharness.https.any.js.ini index 517ded4fee9..3808a6431c0 100644 --- a/tests/wpt/meta-legacy-layout/WebCryptoAPI/idlharness.https.any.js.ini +++ b/tests/wpt/meta-legacy-layout/WebCryptoAPI/idlharness.https.any.js.ini @@ -212,6 +212,15 @@ [Crypto interface: crypto must inherit property "randomUUID()" with the proper type] 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.worker.html] [idlharness] @@ -426,3 +435,12 @@ [Crypto interface: crypto must inherit property "randomUUID()" with the proper type] 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 |