#53274: test: move throwing select-webauthn-account listener case to a crash fixture
Merged
Created: Aug 28, 2026, 11:23:21 AM
Merged: Aug 28, 2026, 2:28:46 PM
3 comments
Target: main
Description of Change
Follow-up to #53258: moves the "listener invokes the callback and then throws" case into a crash-case fixture so the spec runner's uncaughtException handlers are left untouched.
Release Notes
Notes: none
Backports
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron