From 46245b830a24930ab36f8ce2831325cdd1da17d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=91=9E=E4=B8=B0?= Date: Sat, 25 Sep 2021 01:07:22 +0800 Subject: fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) Co-authored-by: Luca Casonato Co-authored-by: Yoshiya Hinosawa --- tools/wpt/expectation.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 10aa98abe..551e240e1 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -12150,16 +12150,7 @@ }, "historical.any.html": false, "idlharness.https.any.html": [ - "SubtleCrypto interface: operation encrypt(AlgorithmIdentifier, CryptoKey, BufferSource)", - "SubtleCrypto interface: operation decrypt(AlgorithmIdentifier, CryptoKey, BufferSource)", - "SubtleCrypto interface: operation sign(AlgorithmIdentifier, CryptoKey, BufferSource)", - "SubtleCrypto interface: operation verify(AlgorithmIdentifier, CryptoKey, BufferSource, BufferSource)", - "SubtleCrypto interface: operation digest(AlgorithmIdentifier, BufferSource)", - "SubtleCrypto interface: operation generateKey(AlgorithmIdentifier, boolean, sequence)", "SubtleCrypto interface: operation deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence)", - "SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, unsigned long)", - "SubtleCrypto interface: operation importKey(KeyFormat, (BufferSource or JsonWebKey), AlgorithmIdentifier, boolean, sequence)", - "SubtleCrypto interface: operation exportKey(KeyFormat, CryptoKey)", "SubtleCrypto interface: operation wrapKey(KeyFormat, CryptoKey, CryptoKey, AlgorithmIdentifier)", "SubtleCrypto interface: operation unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence)", "SubtleCrypto interface: crypto.subtle must inherit property \"deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence)\" with the proper type", @@ -13572,9 +13563,7 @@ "If the implementation has a stack property on normal errors, it also does on DOMExceptions" ] }, - "class-string-interface.any.html": [ - "@@toStringTag exists on the prototype with the appropriate descriptor" - ], + "class-string-interface.any.html": true, "class-string-iterator-prototype-object.any.html": true, "global-immutable-prototype.any.html": [ "Setting to a different prototype" @@ -14573,4 +14562,4 @@ "Pattern: [{\"pathname\":\"/foo/bar\"}] Inputs: [\"./foo/bar\",\"https://example.com\"]" ] } -} \ No newline at end of file +} -- cgit v1.2.3