Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve pending metadata #6903

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions WebCryptoAPI/wrapKey_unwrapKey/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ links:
results:
- test: wrapKey_unwrapKey.https.any.html
subtest: Can unwrap X25519 private key non-extractable keys using jwk and RSA-OAEP
- test: wrapKey_unwrapKey.https.any.html
subtest: Can unwrap X25519 private key non-extractable keys using jwk and AES-CTR
- test: wrapKey_unwrapKey.https.any.html
subtest: Can unwrap X25519 private key non-extractable keys using jwk and AES-CBC
- test: wrapKey_unwrapKey.https.any.html
subtest: Can unwrap X25519 private key non-extractable keys using jwk and AES-GCM
8 changes: 7 additions & 1 deletion dom/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ links:
url: https://bugs.chromium.org/p/chromium/issues/detail?id=1225100
results:
- test: idlharness.window.html?exclude=Node
- label: interop-2022-webcompat
- url: ""
label: interop-2022-webcompat
results:
- test: eventPathRemoved.html
- product: chrome
Expand All @@ -65,3 +66,8 @@ links:
results:
- test: historical.html
subtest: 'Historical DOM features must be removed: SVGPathSegList'
- product: safari
url: https://bugs.webkit.org/show_bug.cgi?id=259594
results:
- test: interface-objects.html
subtest: Harness status
Loading