diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2021-12-05 09:25:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-05 04:55:11 +0100 |
commit | d31378726e78490e88b8a9ec3001b86ea009d978 (patch) | |
tree | bfe465d848b862f8144288419028f16e8fe88ecf /tools | |
parent | c59f90d01f06f995e335c6de76aab0b9ba2c98e5 (diff) |
feat(ext/crypto): implement unwrapKey (#12539)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index fed082ef8..b202dacaa 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -4151,15 +4151,9 @@ "historical.any.html": false, "historical.any.worker.html": false, "idlharness.https.any.html": [ - "SubtleCrypto interface: operation unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>)", - "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" ], "idlharness.https.any.worker.html": [ - "SubtleCrypto interface: operation unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>)", - "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", "WorkerGlobalScope interface: attribute crypto" ], "import_export": { |