swc/crates/swc_html_minifier/tests/fixture/attribute/rel/output.min.html

10 lines
209 B
HTML

<!doctype html><html lang=en><head>
<title>Document</title>
</head>
<body>
<a href=# rel="value1 nofollow">Link</a>
<a href=# rel="value1 nofollow">Link</a>
<a href=# rel=nofollow>Link</a>
</body></html>