diff options
| author | 李瑞丰 <li15227870916@gmail.com> | 2021-09-25 01:07:22 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-25 02:07:22 +0900 |
| commit | 46245b830a24930ab36f8ce2831325cdd1da17d3 (patch) | |
| tree | c96c2a69a30120d2cdf639b72a3bace836417151 /tools/wpt | |
| parent | 9705efd419ffa05b0d88e788e0ceb77e38078449 (diff) | |
fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Diffstat (limited to 'tools/wpt')
| -rw-r--r-- | tools/wpt/expectation.json | 15 |
1 files changed, 2 insertions, 13 deletions
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<KeyUsage>)", "SubtleCrypto interface: operation deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>)", - "SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, unsigned long)", - "SubtleCrypto interface: operation importKey(KeyFormat, (BufferSource or JsonWebKey), AlgorithmIdentifier, boolean, sequence<KeyUsage>)", - "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<KeyUsage>)", "SubtleCrypto interface: crypto.subtle must inherit property \"deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>)\" 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 +} |
