-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Bug]: PublicKeyCredential
is undefined in webkit for debian
#35433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can repro. Looks like WPE on linux doesn't support WebAuthn. We're tracking general support for that in #7276. |
Wait, closed too fast. Could you elaborate why this matters to you? If your page is crashing because |
Thanks, it's not particularly important now since we can skip the test when It didn't cause any crashing, but rather we had tests failing since we check if |
Also just to note, this is a test that doesn't actually use passkeys, but is adjacent to it, if that makes sense? So in this scenario stubbing it might help, if that's something worth doing. That way we could run ci tests in webkit rather than skipping it |
Makes sense. I think if we stub out |
Version
1.50.1
Steps to reproduce
Set up a test similar to this.
When running this locally, all tests work (on mac).
When running this via ci, webkit fails (debian).
Expected behavior
Local tests should be the same as ci tests. However in ci,
PublicKeyCredential
is not availableActual behavior
PublicKeyCredential
is not defined in webkit for debianAdditional context
No response
Environment
The text was updated successfully, but these errors were encountered: