ladybird/Tests/LibWeb/Layout/input/dialog-open-non-modal.html

11 lines
128 B
HTML
Raw Normal View History

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