Failing WPT webauthn/public-key-credential-creation-options-from-json.https.window.html
Categories
(Core :: DOM: Web Authentication, enhancement)
Tracking
()
People
(Reporter: twisniewski, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: parity-chrome)
Comment 1•2 years ago
|
||
Wasn't this implemented in bug 1823782 ?
| Reporter | ||
Comment 2•2 years ago
|
||
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.
Comment 3•1 year ago
|
||
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.
Description
•