blob: 0d693ca43839a464aa3d9c2e53619b9742089696 (
plain)
1
2
3
4
5
6
7
8
|
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.
|