swc/crates/swc_html_parser/tests/fixture/element/br/input.html
2022-05-14 01:43:52 +00:00

19 lines
329 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<p> O'er all the hilltops<br>
Is quiet now,<br>
In all the treetops<br>
Hearest thou<br>
Hardly a breath;<br>
The birds are asleep in the trees:<br>
Wait, soon like these<br>
Thou too shalt rest.
</p>
</body>
</html>