blob: fed8949f2d27e344d58df8bf136e0d486d43511c [file]
This is a testharness.js-based test.
[FAIL] navigator.credentials.get() consumes user activation.
assert_false: User activation should be consumed after navigator.credentials.get(). expected false got true
[FAIL] navigator.credentials.create() calling the API without user activation should reject with NotAllowedError.
assert_false: User activation should not be active expected false got true
[FAIL] navigator.credentials.create() consumes user activation.
assert_false: User activation should be consumed after navigator.credentials.create(). expected false got true
Harness: the test ran to completion.