swc/crates/swc_html_minifier/tests/fixture/element/p/output.min.html
2022-05-24 12:54:12 +00:00

9 lines
372 B
HTML

<!doctype html><html lang=en><head><title>Document</title></head>
<body>
<p>For more information, read <a href=https://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685>this Stack Overflow answer</a>.</p>
<p>a</p><div>b</div>
<p>a</p><ul><li>item</ul>
<p>a</p><ol><li>item</ol>
</body></html>