mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +00:00
LibWeb: Implement implicit submission of HTMLFormElement
This commit is contained in:
parent
a17074422e
commit
5d1657f57f
5 changed files with 229 additions and 4 deletions
28
Tests/LibWeb/Text/expected/HTML/form-implicit-submission.txt
Normal file
28
Tests/LibWeb/Text/expected/HTML/form-implicit-submission.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
wfh :^) PASS wfh :^) wfh :^) FAIL PASS FAIL wfh :^) FAIL FAIL PASS PASS wfh :^) wfh :^) PASS PASSwfh :^) FAIL wfh :^) FAIL wfh :^) wfh :^) FAIL wfh :^) wfh :^) defaultButton: click button=PASS
|
||||
defaultButton: submit
|
||||
defaultButton: handledEvent=true
|
||||
defaultButtonAsInput: click button=PASS
|
||||
defaultButtonAsInput: submit
|
||||
defaultButtonAsInput: handledEvent=true
|
||||
defaultButtonIsSecond: click button=PASS
|
||||
defaultButtonIsSecond: submit
|
||||
defaultButtonIsSecond: handledEvent=true
|
||||
defaultButtonIsLast: click button=PASS
|
||||
defaultButtonIsLast: submit
|
||||
defaultButtonIsLast: handledEvent=true
|
||||
defaultButtonIsBeforeForm: click button=PASS
|
||||
defaultButtonIsBeforeForm: submit
|
||||
defaultButtonIsBeforeForm: handledEvent=true
|
||||
defaultButtonIsAfterForm: click button=PASS
|
||||
defaultButtonIsAfterForm: submit
|
||||
defaultButtonIsAfterForm: handledEvent=true
|
||||
defaultButtonIsDynamicallyInserted: click button=PASS
|
||||
defaultButtonIsDynamicallyInserted: submit
|
||||
defaultButtonIsDynamicallyInserted: handledEvent=true
|
||||
defaultButtonIsDisabled: handledEvent=false
|
||||
noButton: submit
|
||||
noButton: handledEvent=true
|
||||
noDefaultButton: submit
|
||||
noDefaultButton: handledEvent=true
|
||||
excessiveBlockingElements1: handledEvent=false
|
||||
excessiveBlockingElements2: handledEvent=false
|
Loading…
Add table
Add a link
Reference in a new issue