mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:17:36 +00:00
LibWeb: Implement HTMLDialogElement::close()
for non-modal dialogs
This commit is contained in:
parent
cfbd14b958
commit
8042558805
4 changed files with 59 additions and 2 deletions
3
Tests/LibWeb/Text/expected/close-non-modal-dialog.txt
Normal file
3
Tests/LibWeb/Text/expected/close-non-modal-dialog.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
dialog.open state before close(): true
|
||||
dialog.open state after close(): false
|
||||
dialog.returnValue state after close(): after-close
|
Loading…
Add table
Add a link
Reference in a new issue