swc/crates/swc_html_minifier/tests/fixture/attribute/content/input.html

15 lines
251 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
<meta name="keywords" content="
british , type face , font , fonts , highway , highways
">
<meta name="keywords" content="
a ,b,,d d
">
</head>
<body>
</body>
</html>