diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-06-07 10:04:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 10:04:10 +0200 |
commit | 3a4a47799fe395a4ceb253c394724f54192150d2 (patch) | |
tree | e1b801543101d28d4352794faa26b2dc65f04670 /tools | |
parent | 3b220c64f615a4e18346e8a1c07ad7b1aae9fcc6 (diff) |
refactor: clean up webidl protype configuration (#10871)
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 21e11c38e..933fc57d6 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -75,7 +75,6 @@ "Non-secure context window does not have access to SubtleCrypto" ], "idlharness.https.any.html": [ - "Crypto interface: operation getRandomValues(ArrayBufferView)", "CryptoKey interface: existence and properties of interface object", "CryptoKey interface object length", "CryptoKey interface object name", @@ -1028,11 +1027,6 @@ "redirect-to-dataurl.any.html": true }, "idlharness.any.html": [ - "Headers interface: operation append(ByteString, ByteString)", - "Headers interface: operation delete(ByteString)", - "Headers interface: operation get(ByteString)", - "Headers interface: operation has(ByteString)", - "Headers interface: operation set(ByteString, ByteString)", "Headers interface: iterable<ByteString, ByteString>", "Request interface: attribute destination", "Request interface: attribute referrer", |