diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/webauthn/getcredential-badargs-userverification.https.html.ini | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webauthn/getcredential-badargs-userverification.https.html.ini b/testing/web-platform/meta/webauthn/getcredential-badargs-userverification.https.html.ini new file mode 100644 index 0000000000..18cb887b15 --- /dev/null +++ b/testing/web-platform/meta/webauthn/getcredential-badargs-userverification.https.html.ini @@ -0,0 +1,30 @@ +[getcredential-badargs-userverification.https.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1546662 + expected: + if debug and (os == "win"): OK + TIMEOUT + [Bad userVerification: empty string] + expected: + if debug and (os == "win"): FAIL + TIMEOUT + + [Bad userVerification: empty object] + expected: + if debug and (os == "win"): FAIL + NOTRUN + + [Bad userVerification: bad value] + expected: + if debug and (os == "win"): FAIL + NOTRUN + + [Bad userVerification: null] + expected: + if debug and (os == "win"): FAIL + NOTRUN + + [Bad userVerification: "required"] + expected: + if debug and (os == "win"): FAIL + NOTRUN + |