Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
Failnavigator.credentials.create() frame just returns null.promise_test: Unhandled rejection with value: object "NotSupportedError: Only exactly one of 'password', 'federated', and 'publicKey' credential types are currently supported."
Error
    at get_stack (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4571:21)
    at new AssertionError (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4564:22)
    at assert (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4548:19)
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:764:29)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2689:35
Asserts runNo asserts ran
Failnavigator.credentials.create() same-origin iframe just returns null.promise_test: Unhandled rejection with value: object "NotSupportedError: Only exactly one of 'password', 'federated', and 'publicKey' credential types are currently supported."
Error
    at get_stack (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4571:21)
    at new AssertionError (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4564:22)
    at assert (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4548:19)
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:764:29)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2689:35
Asserts runNo asserts ran
Failnavigator.credentials.create() cross-origin iframe results in null.assert_equals: expected null but got object "[object Object]"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/digital-credentials/create.tentative.https.html:48:5)
Asserts run
Fail
assert_equals(object "[object Object]", null)
    at Test.<anonymous> ( /digital-credentials/create.tentative.https.html:48:5)
Failnavigator.credentials.create() ignores mediations.promise_test: Unhandled rejection with value: object "NotSupportedError: Only exactly one of 'password', 'federated', and 'publicKey' credential types are currently supported."
Error
    at get_stack (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4571:21)
    at new AssertionError (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4564:22)
    at assert (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4548:19)
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:764:29)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2689:35
Asserts runNo asserts ran
Failnavigator.credentials.create() ignores mediations in same-origin iframe.promise_test: Unhandled rejection with value: object "NotSupportedError: Only exactly one of 'password', 'federated', and 'publicKey' credential types are currently supported."
Error
    at get_stack (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4571:21)
    at new AssertionError (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4564:22)
    at assert (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:4548:19)
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:764:29)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2689:35
Asserts runNo asserts ran
Failnavigator.credentials.create() ignores mediations in cross-origin iframe.assert_equals: expected null but got object "[object Object]"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/digital-credentials/create.tentative.https.html:71:7)
Asserts run
Fail
assert_equals(object "[object Object]", null)
    at Test.<anonymous> ( /digital-credentials/create.tentative.https.html:71:7)
Failnavigator.credentials.create() rejects if called with an aborted controller.promise_rejects_dom: function "function() { throw e }" threw object "NotSupportedError: Only exactly one of 'password', 'federated', and 'publicKey' credential types are currently supported." that is not a DOMException AbortError: property "code" is equal to 9, expected 20
    at async Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/digital-credentials/create.tentative.https.html:79:5)
Asserts runNo asserts ran
Failnavigator.credentials.create() rejects if called with an aborted controller in same-origin iframe.promise_rejects_dom: function "function() { throw e }" threw object "NotSupportedError: Only exactly one of 'password', 'federated', and 'publicKey' credential types are currently supported." that is not a DOMException AbortError: property "code" is equal to 9, expected 20
    at async Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/digital-credentials/create.tentative.https.html:93:5)
Asserts runNo asserts ran
Failnavigator.credentials.create() rejects if called with an aborted controller in cross-origin iframe.assert_equals: expected "AbortError" but got "NotSupportedError"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/digital-credentials/create.tentative.https.html:109:5)
Asserts run
Pass
assert_equals("DOMException", "DOMException")
    at Test.<anonymous> ( /digital-credentials/create.tentative.https.html:108:5)
Fail
assert_equals("NotSupportedError", "AbortError")
    at Test.<anonymous> ( /digital-credentials/create.tentative.https.html:109:5)
FailAdding mediations together with abort signal respects the abort signal.promise_rejects_dom: function "function() { throw e }" threw object "NotSupportedError: Only exactly one of 'password', 'federated', and 'publicKey' credential types are currently supported." that is not a DOMException AbortError: property "code" is equal to 9, expected 20
    at async Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/digital-credentials/create.tentative.https.html:121:7)
Asserts runNo asserts ran