Open
Description
Starting in Chrome version 128.0.6543.0 several web engine tests are failing.
Investigation revealed that focus/blur events aren't being dispatched following a call to element.focus()
or element.blur()
are called. This started with version 128.0.6543.0
. Earlier versions of Chrome dispatch focus/blur events as expected.
The issue could not be reproduced in a standalone jsfiddle.