mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Add a test to ensure "resize" event on VV is fired on pinch-zoom
This commit is contained in:
parent
835081d66e
commit
0fbadba2e1
Notes:
github-actions[bot]
2025-10-10 13:39:06 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 0fbadba2e1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6430
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/konradekk
5 changed files with 29 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue