There are some discussion around the timing of firing `lostpointercapture` event, https://github.com/w3c/pointerevents/issues/357 and https://github.com/w3c/pointerevents/issues/356, and [the resolution is to fire lostpointercapture before the click](https://github.com/w3c/pointerevents/issues/357#issuecomment-1601040840) and spec also have https://w3c.github.io/pointerevents/#event-dispatch now. So I think the test isn't correct and should be updated.
Bug 1700234 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
There were some discussion around the timing of firing `lostpointercapture` event, https://github.com/w3c/pointerevents/issues/357 and https://github.com/w3c/pointerevents/issues/356, and [the resolution is to fire lostpointercapture before the click](https://github.com/w3c/pointerevents/issues/357#issuecomment-1601040840) and spec also have https://w3c.github.io/pointerevents/#event-dispatch now. So I think the test isn't correct and should be updated.
There were some discussion around the timing of firing `lostpointercapture` event, https://github.com/w3c/pointerevents/issues/357 and https://github.com/w3c/pointerevents/issues/356. [The resolution is to fire lostpointercapture before the click](https://github.com/w3c/pointerevents/issues/357#issuecomment-1601040840) and spec also has https://w3c.github.io/pointerevents/#event-dispatch now. So I think the test isn't correct and should be updated.
There were some discussion around the timing of firing `lostpointercapture` event, https://github.com/w3c/pointerevents/issues/357 and https://github.com/w3c/pointerevents/issues/356. [The resolution is to fire lostpointercapture before the click](https://github.com/w3c/pointerevents/issues/357#issuecomment-1601040840) and spec also has https://w3c.github.io/pointerevents/#event-dispatch now. So I think the test isn't correct and should be updated, i.e. our behavior is expected and Chrome doesn't follow spec yet.