gecko-dev/dom/u2f/tests
Joel Maher 7f9dd7905a Bug 1794903 - adjust some manifests for windows 11 tests. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D159223
2022-10-13 16:16:01 +00:00
..
browser
pkijs
README.md
frame_appid_facet.html
frame_appid_facet_insecure.html
frame_appid_facet_subdomain.html
frame_multiple_keys.html
frame_no_token.html
frame_override_request.html
frame_register.html Bug 1788037 - Turn on ESLint rule for prefer-boolean-length-check for dom. r=asuth,karlt 2022-09-02 11:05:17 +00:00
frame_register_sign.html
frame_utils.js
mochitest.ini Bug 1794903 - adjust some manifests for windows 11 tests. r=gbrown 2022-10-13 16:16:01 +00:00
test_appid_facet.html
test_appid_facet_insecure.html
test_appid_facet_subdomain.html
test_bind.html
test_multiple_keys.html
test_no_token.html
test_override_request.html
test_polyfill_interaction.html
test_register.html
test_register_sign.html
test_u2f_replaceable.html
test_util_methods.html
u2futil.js

README.md

Note:

While conceptually similar to the tests for Web Authentication (dom/webauthn), the tests for U2F require an iframe while window.u2f remains hidden behind a preference, though WebAuthn does not. The reason is that the window object doesn't mutate upon a call by SpecialPowers.setPrefEnv() the way that the navigator objects do, rather you have to load a different page with a different window object for the preference change to be honored.