1
Fork 0
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:
Tim Ledbetter 2024-02-13 22:37:16 +00:00 committed by Tim Flynn
parent cfbd14b958
commit 8042558805
4 changed files with 59 additions and 2 deletions

View file

@ -0,0 +1,3 @@
dialog.open state before close(): true
dialog.open state after close(): false
dialog.returnValue state after close(): after-close