mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb: Implement dispatching of "input" event
This commit is contained in:
parent
d88e6bee5d
commit
0de61b0f65
Notes:
github-actions[bot]
2024-10-22 12:46:02 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 0de61b0f65
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1903
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/trflynn89 ✅
11 changed files with 139 additions and 3 deletions
6
Tests/LibWeb/Text/expected/Editing/input-event.txt
Normal file
6
Tests/LibWeb/Text/expected/Editing/input-event.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
input data=(h) intputType=(insertText)
|
||||
input data=(e) intputType=(insertText)
|
||||
input data=(l) intputType=(insertText)
|
||||
input data=(l) intputType=(insertText)
|
||||
input data=(o) intputType=(insertText)
|
||||
input data=(null) intputType=(insertParagraph)
|
Loading…
Add table
Add a link
Reference in a new issue