swc/crates/swc_html_minifier/tests/fixture/text/block-12/input.html

7 lines
129 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><div>foo<div>baz</div> bar</div></body>
</html>