[webauthn] Fix getcredential-extensions WPTs
WPTs testing navigator.credentials.get() webauthn extensions were expecting errors incorrectly: * Unrecognized extensions are ignored instead of failing the request https://w3c.github.io/webauthn/#sctn-extensions * null, empty array, and non sensical objects evaluate to dictionaries with undefined key values, which means they should also be ignored https://heycam.github.io/webidl/#es-dictionary Fixed: 875444 Change-Id: I5b2cd3d421dc3cddc7010ff3f365314e25cf2a06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133159Reviewed-by:Ken Buchanan <kenrb@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#755874}
Showing
Please register or sign in to comment