diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2021-10-01 15:09:49 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-01 11:39:49 +0200 |
| commit | 5065c7bcd9973056b9b0d9df71d139da83596acc (patch) | |
| tree | 9188d8d4ea205ced64bce070e631fff0996fd283 /tools | |
| parent | b354eaa2475a16f66e99efc82bebf5bd620406e4 (diff) | |
feat(ext/crypto): implement wrapKey (#12125)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/wpt/expectation.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 5235c1828..72c276d7b 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -12149,12 +12149,9 @@ "historical.any.html": false, "idlharness.https.any.html": [ "SubtleCrypto interface: operation deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>)", - "SubtleCrypto interface: operation wrapKey(KeyFormat, CryptoKey, CryptoKey, AlgorithmIdentifier)", "SubtleCrypto interface: operation unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>)", "SubtleCrypto interface: crypto.subtle must inherit property \"deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>)\" with the proper type", "SubtleCrypto interface: calling deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError", - "SubtleCrypto interface: crypto.subtle must inherit property \"wrapKey(KeyFormat, CryptoKey, CryptoKey, AlgorithmIdentifier)\" with the proper type", - "SubtleCrypto interface: calling wrapKey(KeyFormat, CryptoKey, CryptoKey, AlgorithmIdentifier) on crypto.subtle with too few arguments must throw TypeError", "SubtleCrypto interface: crypto.subtle must inherit property \"unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>)\" with the proper type", "SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError", "Window interface: attribute crypto" |
