LibWeb: Add a test to ensure "resize" event on VV is fired on pinch-zoom

This commit is contained in:
Aliaksandr Kalenik 2025-10-09 20:51:27 +02:00 committed by Alexander Kalenik
parent 835081d66e
commit 0fbadba2e1
Notes: github-actions[bot] 2025-10-10 13:39:06 +00:00
5 changed files with 29 additions and 0 deletions

View file

@ -33,6 +33,7 @@ interface Internals {
undefined mouseDown(double x, double y);
undefined movePointerTo(double x, double y);
undefined wheel(double x, double y, double deltaX, double deltaY);
undefined pinch(double x, double y, double scaleDelta);
boolean dispatchUserActivatedEvent(EventTarget target, Event event);
undefined spoofCurrentURL(USVString url);