swc/crates/swc_html_parser/tests/fixture/text/title-lf/input.html
2022-04-22 20:20:47 +09:00

17 lines
165 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>
Test
</title>
</head>
<body>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>