swc/crates/swc_html_minifier/tests/fixture/attribute/aria-labelledby/input.html

9 lines
179 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<a href="13.html" id="rm13" aria-labelledby=" rm13 attr ">read more</a>
</body>
</html>