mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
This implements WebDriver Actions API support for key sequences with modifier tracking in our testdriver-vendor.js. The action_sequence function processes key sources, tracks Shift/Ctrl/Alt/Meta state across events, and dispatches keys with the appropriate modifiers via Internals.sendText(). This allows us to pass WPT tests that make use of that API in our own test-web runner.