diff options
author | Leo K <crowlkats@toaxl.com> | 2021-06-05 22:56:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 22:56:59 +0200 |
commit | bb0c90cadbb99784681a2acac1fd65ac7f802297 (patch) | |
tree | 6d5e1f668ee54c3ae6ed5ff63f987499f882a6cf /tools | |
parent | 368c784d7f6feff6bb483ca2b02cf2c44ea29c26 (diff) |
fix(crypto): change Crypto to interface (#10853)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 10 |
1 files changed, 0 insertions, 10 deletions
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", |