ladybird/Tests/LibWeb/Layout/input/dialog-open-non-modal.html
2025-06-07 11:09:53 +01:00

10 lines
128 B
HTML

<!DOCTYPE html>
<style>
:modal {
display: flex;
}
</style>
<dialog open>
<span>I'm a node</span>
</dialog>