mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-21 03:10:26 +00:00
4 lines
144 B
HTML
4 lines
144 B
HTML
|
|
<!DOCTYPE html><dialog id="dialog"><p>Dialog's layout node should be a child of viewport</p></dialog>
|
||
|
|
<script>
|
||
|
|
dialog.showModal();
|
||
|
|
</script>
|