swc/crates/swc_html_parser/tests/fixture/element/dialog/input.html
2022-06-02 04:00:32 +00:00

16 lines
183 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<dialog open>
<p>Greetings, one and all!</p>
</dialog>
<dialog>Test</dialog>
</body>
</html>