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

7 lines
137 B
HTML
Raw Normal View History

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