Modals (alert(), confirm(), print()) do give feedback to the user, but also block the main thread so the event processing doesn't end when this shows. However, from an INP point of view, the feedback is given and so the duration is set to that timestamp.
I think it should be possible add a test case for this, but wanna agree on the change before going to that effort.
Fixes #492
Modals (
alert()
,confirm()
,print()
) do give feedback to the user, but also block the main thread so the event processing doesn't end when this shows. However, from an INP point of view, the feedback is given and so the duration is set to that timestamp.I think it should be possible add a test case for this, but wanna agree on the change before going to that effort.