gecko-dev/dom/u2f/tests
Victor Porof 0a8ff0ad85 Bug 1561435 - Format dom/, a=automatic-formatting
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D35951

--HG--
extra : source : 62f3501af4bc1c0bd1ee1977a28aee04706a6663
2019-07-05 10:44:55 +02:00
..
browser Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
pkijs
.eslintrc.js Bug 1512052 - Add more .eslintrc.js files for test directories. r=mossop 2018-12-11 13:15:08 +00:00
frame_appid_facet_insecure.html Backed out 2 changesets (bug 1488417, bug 1259822) for web compat issues. 2018-12-10 10:47:47 -06:00
frame_appid_facet_subdomain.html
frame_appid_facet.html
frame_multiple_keys.html
frame_no_token.html
frame_override_request.html Bug 1448408 - Web Authentication - Don't immediately abort on visibility events r=keeler 2019-03-29 17:59:08 +00:00
frame_register_sign.html Bug 1558822 - Fix more issues related to shadowing of variables in dom/ code. r=perry 2019-06-14 18:04:01 +00:00
frame_register.html
frame_utils.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
mochitest.ini Bug 1551282 and bug 1553436. Allow pages to override window.u2f but not the "sign" and "register" properties on the U2F object. r=jcj,smaug 2019-05-24 20:40:59 +00:00
README.md
test_appid_facet_insecure.html Bug 1551342 - Update U2F, WebAuthn, and CredMan tests for Android r=keeler 2019-05-15 21:34:58 +00:00
test_appid_facet_subdomain.html Bug 1551342 - Update U2F, WebAuthn, and CredMan tests for Android r=keeler 2019-05-15 21:34:58 +00:00
test_appid_facet.html Bug 1551342 - Update U2F, WebAuthn, and CredMan tests for Android r=keeler 2019-05-15 21:34:58 +00:00
test_bind.html Bug 1554354. Fix new u2f tests on Android. r=smaug 2019-05-25 14:23:37 +00:00
test_multiple_keys.html Bug 1551342 - Update U2F, WebAuthn, and CredMan tests for Android r=keeler 2019-05-15 21:34:58 +00:00
test_no_token.html Bug 1551342 - Update U2F, WebAuthn, and CredMan tests for Android r=keeler 2019-05-15 21:34:58 +00:00
test_override_request.html Bug 1551342 - Update U2F, WebAuthn, and CredMan tests for Android r=keeler 2019-05-15 21:34:58 +00:00
test_polyfill_interaction.html Bug 1554354. Fix new u2f tests on Android. r=smaug 2019-05-25 14:23:37 +00:00
test_register_sign.html Bug 1551342 - Update U2F, WebAuthn, and CredMan tests for Android r=keeler 2019-05-15 21:34:58 +00:00
test_register.html Bug 1551342 - Update U2F, WebAuthn, and CredMan tests for Android r=keeler 2019-05-15 21:34:58 +00:00
test_u2f_replaceable.html Bug 1551282 and bug 1553436. Allow pages to override window.u2f but not the "sign" and "register" properties on the U2F object. r=jcj,smaug 2019-05-24 20:40:59 +00:00
test_util_methods.html Bug 1544051 - Part 3 - Scripted change to remove references to AddTask.js r=ahal 2019-04-18 16:51:01 +00:00
u2futil.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00

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.