chore: update WPT (#22312)

Fixes https://github.com/denoland/deno/issues/22257
This commit is contained in:
Bartek Iwańczuk 2024-02-07 15:46:44 +01:00 committed by GitHub
parent b16e6220a2
commit 93e8ece147
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 43 additions and 12 deletions

@ -1 +1 @@
Subproject commit 00f2d3447e634be6beb0261e59e2a3264fa383d6
Subproject commit fb81ba9b33964b3177b4f6c1715d5f46c325b443

View file

@ -999,7 +999,15 @@
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveBits, deriveKey])",
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveBits])",
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveKey, deriveBits, deriveKey, deriveBits])",
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [])"
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveKey])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveBits, deriveKey])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveBits])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveKey, deriveBits, deriveKey, deriveBits])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveKey])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveBits, deriveKey])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveBits])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveKey, deriveBits, deriveKey, deriveBits])"
],
"ec_importKey.https.any.worker.html": [
"Good parameters: P-256 bits (spki, buffer(59, compressed), {name: ECDSA, namedCurve: P-256}, true, [verify])",
@ -1085,7 +1093,15 @@
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveBits, deriveKey])",
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveBits])",
"Good parameters: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [deriveKey, deriveBits, deriveKey, deriveBits])",
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [])"
"Empty Usages: P-521 bits (jwk, object(kty, crv, x, y, d), {name: ECDH, namedCurve: P-521}, false, [])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveKey])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveBits, deriveKey])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveBits])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, true, [deriveKey, deriveBits, deriveKey, deriveBits])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveKey])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveBits, deriveKey])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveBits])",
"ECDH any JWK alg: P-521 bits (jwk, object(kty, crv, x, y, d, alg), {name: ECDH, namedCurve: P-521}, false, [deriveKey, deriveBits, deriveKey, deriveBits])"
],
"rsa_importKey.https.any.html": [
"Empty Usages: 1024 bits (pkcs8, object(spki, pkcs8, jwk), {hash: SHA-1, name: RSA-OAEP}, true, [])",
@ -2742,7 +2758,8 @@
"XSLTProcessor interface: operation clearParameters()",
"XSLTProcessor interface: operation reset()",
"Window interface: attribute event",
"idl_test setup"
"idl_test setup",
"ShadowRoot interface: attribute clonable"
],
"idlharness.window.html?include=Node": [
"Node interface: existence and properties of interface object",
@ -3905,7 +3922,15 @@
"Parsing: <..//path> against <non-spec:/p>",
"Parsing: <a/..//path> against <non-spec:/p>",
"Parsing: <> against <non-spec:/..//p>",
"Parsing: <path> against <non-spec:/..//p>"
"Parsing: <path> against <non-spec:/..//p>",
"Parsing: <///test> against <http://example.org/>",
"Parsing: <///\\//\\//test> against <http://example.org/>",
"Parsing: <///example.org/path> against <http://example.org/>",
"Parsing: <///example.org/../path> against <http://example.org/>",
"Parsing: <///example.org/../../> against <http://example.org/>",
"Parsing: <///example.org/../path/../../> against <http://example.org/>",
"Parsing: <///example.org/../path/../../path> against <http://example.org/>",
"Parsing: </\\//\\/a/../> against <file:///>"
],
"url-constructor.any.html?include=file": [
"Parsing: </> against <file://h/C:/a/b>",
@ -3943,7 +3968,8 @@
"Parsing: <////one/two> against <file:///>",
"Parsing: <file:///.//> against <file:////>",
"Parsing: <file:.//p> without base",
"Parsing: <file:/.//p> without base"
"Parsing: <file:/.//p> without base",
"Parsing: </\\//\\/a/../> against <file:///>"
],
"url-constructor.any.html?include=javascript": true,
"url-constructor.any.html?include=mailto": true,
@ -3959,7 +3985,15 @@
"Parsing: <..//path> against <non-spec:/p>",
"Parsing: <a/..//path> against <non-spec:/p>",
"Parsing: <> against <non-spec:/..//p>",
"Parsing: <path> against <non-spec:/..//p>"
"Parsing: <path> against <non-spec:/..//p>",
"Parsing: <///test> against <http://example.org/>",
"Parsing: <///\\//\\//test> against <http://example.org/>",
"Parsing: <///example.org/path> against <http://example.org/>",
"Parsing: <///example.org/../path> against <http://example.org/>",
"Parsing: <///example.org/../../> against <http://example.org/>",
"Parsing: <///example.org/../path/../../> against <http://example.org/>",
"Parsing: <///example.org/../path/../../path> against <http://example.org/>",
"Parsing: </\\//\\/a/../> against <file:///>"
],
"url-constructor.any.worker.html?include=file": [
"Parsing: </> against <file://h/C:/a/b>",
@ -3997,7 +4031,8 @@
"Parsing: <////one/two> against <file:///>",
"Parsing: <file:///.//> against <file:////>",
"Parsing: <file:.//p> without base",
"Parsing: <file:/.//p> without base"
"Parsing: <file:/.//p> without base",
"Parsing: </\\//\\/a/../> against <file:///>"
],
"url-constructor.any.worker.html?include=javascript": true,
"url-constructor.any.worker.html?include=mailto": true,
@ -10958,10 +10993,6 @@
"request-accept.any.worker.html": true,
"request-cache-control.any.html": false,
"request-cache-control.any.worker.html": false,
"request-credentials.window.any.html": false,
"request-credentials.window.any.worker.html": false,
"request-redirect.window.any.html": false,
"request-redirect.window.any.worker.html": false,
"eventsource-close.window.html": false,
"eventsource-constructor-document-domain.window.html": false,
"eventsource-constructor-non-same-origin.window.html": false,