Open Bug 1892554 Opened 2 years ago Updated 1 year ago

Failing WPT webauthn/public-key-credential-creation-options-from-json.https.window.html

Categories

(Core :: DOM: Web Authentication, enhancement)

enhancement

Tracking

()

People

(Reporter: twisniewski, Unassigned)

References

(Blocks 1 open bug, )

Details

(Keywords: parity-chrome)

Wasn't this implemented in bug 1823782 ?

Ah I see, we're just failing the WPT, but not from lack of basic support.

It looks like one of two checks that we fail will require us to support extensions we don't yet support (appidExclude, prf, largeBlob, and so on).

The other failure is more basic:

assert_equals: expected (string) "[]" but got (undefined) undefined`

I'll update this bug to make it a WPT bug instead.

Summary: Support WebAuthn PublicKeyCredential.parseCreationOptionsFromJSON → Failing WPT webauthn/public-key-credential-creation-options-from-json.https.window.html

It looks like one of two checks that we fail will require us to support extensions we don't yet support (appidExclude, prf, largeBlob, and so on).

I made the WPTs more lenient towards missing extension. (I'd strongly encourage adding support for at least appidExclude and prf though.)

The other failure is more basic:

That was from missing support for hints, which is an L3 feature. I made the test more lenient for that case too.

You need to log in before you can comment on or make changes to this bug.