From bb0c90cadbb99784681a2acac1fd65ac7f802297 Mon Sep 17 00:00:00 2001 From: Leo K Date: Sat, 5 Jun 2021 22:56:59 +0200 Subject: fix(crypto): change Crypto to interface (#10853) Co-authored-by: Luca Casonato --- tools/wpt/expectation.json | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tools/wpt') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 465c85a51..fe75af9d1 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -72,19 +72,9 @@ }, "historical.any.html": true, "idlharness.https.any.html": [ - "Crypto interface: existence and properties of interface object", - "Crypto interface object length", - "Crypto interface object name", - "Crypto interface: existence and properties of interface prototype object", - "Crypto interface: existence and properties of interface prototype object's \"constructor\" property", - "Crypto interface: existence and properties of interface prototype object's @@unscopables property", "Crypto interface: attribute subtle", "Crypto interface: operation getRandomValues(ArrayBufferView)", - "Crypto must be primary interface of crypto", - "Stringification of crypto", "Crypto interface: crypto must inherit property \"subtle\" with the proper type", - "Crypto interface: crypto must inherit property \"getRandomValues(ArrayBufferView)\" with the proper type", - "Crypto interface: calling getRandomValues(ArrayBufferView) on crypto with too few arguments must throw TypeError", "CryptoKey interface: existence and properties of interface object", "CryptoKey interface object length", "CryptoKey interface object name", -- cgit v1.2.3