Closed Bug 1940712 Opened 1 month ago Closed 25 days ago

[wpt-sync] Sync PR 49989 - Digital Credentials: Rename DigitalCredentialsRequest to DigitalCredentialRequest

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox136 fixed)

RESOLVED FIXED
136 Branch
Tracking Status
firefox136 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 49989 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/49989
Details from upstream follow.

Marcos Caceres <caceres_m@apple.com> wrote:

Digital Credentials: Rename DigitalCredentialsRequest to DigitalCredentialRequest

CI Results

Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 7 tests and 10 subtests

Status Summary

Firefox

OK : 6[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 7[GitHub]
PASS: 1
FAIL: 30[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] 42[GitHub]

Chrome

OK : 7
PASS: 16
FAIL: 27

Safari

OK : 7
PASS: 8
FAIL: 35

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /digital-credentials/allow-attribute.https.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
    • Policy to use: null, is cross-origin: false, is allowed by policy: true: FAIL (Chrome: PASS, Safari: FAIL)
    • Policy to use: null, is cross-origin: true, is allowed by policy: false: FAIL (Chrome: FAIL, Safari: FAIL)
    • Policy to use: digital-credentials-get, is cross-origin: false, is allowed by policy: true: FAIL (Chrome: PASS, Safari: FAIL)
    • Policy to use: digital-credentials-get, is cross-origin: true, is allowed by policy: true: FAIL (Chrome: PASS, Safari: FAIL)
    • Policy to use: digital-credentials-get *, is cross-origin: false, is allowed by policy: true: FAIL (Chrome: PASS, Safari: FAIL)
    • Policy to use: digital-credentials-get *, is cross-origin: true, is allowed by policy: true: FAIL (Chrome: PASS, Safari: FAIL)
    • Policy to use: digital-credentials-get 'none', is cross-origin: false, is allowed by policy: false: FAIL (Chrome: FAIL, Safari: FAIL)
    • Policy to use: digital-credentials-get 'none', is cross-origin: true, is allowed by policy: false: FAIL (Chrome: FAIL, Safari: FAIL)
    • Policy to use: digital-credentials-get 'self', is cross-origin: false, is allowed by policy: true: FAIL (Chrome: PASS, Safari: FAIL)
    • Policy to use: digital-credentials-get 'self', is cross-origin: true, is allowed by policy: false: FAIL (Chrome: FAIL, Safari: FAIL)
    • Policy to use: digital-credentials-get https://www1.web-platform.test:8443, is cross-origin: false, is allowed by policy: false: FAIL (Chrome: FAIL, Safari: FAIL)
    • Policy to use: digital-credentials-get https://www1.web-platform.test:8443, is cross-origin: true, is allowed by policy: true: FAIL (Chrome: PASS, Safari: FAIL)
  • /digital-credentials/create.tentative.https.html [wpt.fyi]
    • navigator.credentials.create() frame just returns null.: FAIL (Chrome: FAIL, Safari: FAIL)
    • navigator.credentials.create() same-origin iframe just returns null.: FAIL (Chrome: FAIL, Safari: FAIL)
    • navigator.credentials.create() cross-origin iframe results in null.: FAIL (Chrome: FAIL, Safari: FAIL)
    • navigator.credentials.create() ignores mediations.: FAIL (Chrome: FAIL, Safari: FAIL)
    • navigator.credentials.create() ignores mediations in same-origin iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
    • navigator.credentials.create() ignores mediations in cross-origin iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
    • navigator.credentials.create() rejects if called with an aborted controller.: FAIL (Chrome: FAIL, Safari: PASS)
    • navigator.credentials.create() rejects if called with an aborted controller in same-origin iframe.: FAIL (Chrome: FAIL, Safari: PASS)
    • navigator.credentials.create() rejects if called with an aborted controller in cross-origin iframe.: FAIL (Chrome: FAIL, Safari: PASS)
    • Adding mediations together with abort signal respects the abort signal.: FAIL (Chrome: FAIL, Safari: PASS)
  • /digital-credentials/default-permissions-policy.https.sub.html [wpt.fyi]
    • Permissions-Policy is by default 'self'.: FAIL (Chrome: PASS, Safari: FAIL)
  • /digital-credentials/disabled-by-permissions-policy.https.sub.html [wpt.fyi]
    • Permissions-Policy header digital-credentials-get=() disallows the top-level document.: FAIL (Chrome: FAIL, Safari: FAIL)
    • Permissions-Policy header digital-credentials-get=() disallows same-origin iframes.: FAIL (Chrome: FAIL, Safari: FAIL)
    • Header-set policy is overridden in cross-origin iframe using allow attribute.: FAIL (Chrome: PASS, Safari: FAIL)
    • Setting digital-credentials-get=(self) disallows the API in same-origin iframes.: FAIL (Chrome: FAIL, Safari: FAIL)
  • /digital-credentials/enabled-on-self-origin-by-permissions-policy.https.sub.html [wpt.fyi]
    • Permissions-Policy header digital-credentials-get=(self) allows the top-level document.: FAIL (Chrome: PASS, Safari: FAIL)
    • Permissions-Policy header digital-credentials-get=(self) allows same-origin iframes.: FAIL (Chrome: PASS, Safari: FAIL)
    • Permissions-Policy header digital-credentials-get=(self) disallows cross-origin iframes.: FAIL (Chrome: FAIL, Safari: FAIL)
    • Permissions-Policy header digital-credentials-get=(self) gets overridden by allow attribute.: FAIL (Chrome: PASS, Safari: FAIL)
  • /digital-credentials/get-user-activation.https.html [wpt.fyi]
    • navigator.credentials.get() calling the API without user activation should reject with NotAllowedError.: FAIL (Chrome: FAIL, Safari: FAIL)
    • navigator.credentials.get() consumes user activation.: FAIL (Chrome: FAIL, Safari: FAIL)
  • /digital-credentials/get.tentative.https.html [wpt.fyi]
    • navigator.credentials.get() API rejects if there are no providers.: FAIL (Chrome: PASS, Safari: FAIL)
    • navigator.credentials.get() API rejects if there are no providers for same-origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
    • navigator.credentials.get() API rejects if there are no providers in cross-origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
    • navigator.credentials.get() promise is rejected if called with an aborted controller.: FAIL (Chrome: FAIL, Safari: PASS)
    • navigator.credentials.get() promise is rejected if called with an aborted controller in same-origin iframe.: FAIL (Chrome: FAIL, Safari: PASS)
    • navigator.credentials.get() promise is rejected if called with an aborted signal in cross-origin iframe.: FAIL (Chrome: FAIL, Safari: PASS)
    • navigator.credentials.get() promise is rejected if abort controller is aborted after call to get().: FAIL (Chrome: FAIL, Safari: FAIL)
    • navigator.credentials.get() promise is rejected if abort controller is aborted after call to get() in cross-origin iframe.: FAIL (Chrome: FAIL, Safari: FAIL)
    • Mediation is required to get a DigitalCredential.: FAIL (Chrome: PASS, Safari: FAIL)

Tests Disabled in Gecko Infrastructure

  • /digital-credentials/allow-attribute.https.html [wpt.fyi]: OK [GitHub], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt] (Chrome: OK, Safari: OK)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5187b5a8f114
[wpt PR 49989] - Digital Credentials: Rename DigitalCredentialsRequest to DigitalCredentialRequest, a=testonly
Status: NEW → RESOLVED
Closed: 25 days ago
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in before you can comment on or make changes to this bug.