mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
LibWeb: Emit "focusin" and "focusout" events
This commit is contained in:
parent
cd7b5b18e4
commit
934aa6af6a
7 changed files with 78 additions and 0 deletions
6
Tests/LibWeb/Text/expected/focus-events.txt
Normal file
6
Tests/LibWeb/Text/expected/focus-events.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
focus target=<INPUT id="a">
|
||||
focusin target=<INPUT id="a">
|
||||
blur target=<INPUT id="a">
|
||||
focusout target=<INPUT id="a">
|
||||
focus target=<INPUT id="b">
|
||||
focusin target=<INPUT id="b">
|
Loading…
Add table
Add a link
Reference in a new issue