mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibWeb: Implement activation behavior on input[type=reset]
This fixes WPT html/semantics/forms/resetting-a-form/reset-form.html. I added a test based on the WPT test, but simpler.
This commit is contained in:
parent
90bb8ed33e
commit
caf74e7ed6
Notes:
github-actions[bot]
2024-10-11 06:41:46 +00:00
Author: https://github.com/ferk6a 🔰
Commit: caf74e7ed6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1716
Reviewed-by: https://github.com/tcl3 ✅
3 changed files with 86 additions and 0 deletions
13
Tests/LibWeb/Text/expected/reset-input-element.txt
Normal file
13
Tests/LibWeb/Text/expected/reset-input-element.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
abc
|
||||
|
||||
true
|
||||
false
|
||||
true
|
||||
false
|
||||
abc
|
||||
abc
|
||||
1
|
||||
2
|
||||
false
|
||||
true
|
||||
true
|
Loading…
Add table
Add a link
Reference in a new issue