From d31378726e78490e88b8a9ec3001b86ea009d978 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sun, 5 Dec 2021 09:25:11 +0530 Subject: feat(ext/crypto): implement unwrapKey (#12539) --- tools/wpt/expectation.json | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/wpt/expectation.json') 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)", - "SubtleCrypto interface: crypto.subtle must inherit property \"unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence)\" with the proper type", - "SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence) 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)", - "SubtleCrypto interface: crypto.subtle must inherit property \"unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence)\" with the proper type", - "SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence) on crypto.subtle with too few arguments must throw TypeError", "WorkerGlobalScope interface: attribute crypto" ], "import_export": { -- cgit v1.2.3