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

9 lines
211 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<img src="test.png" alt="test" decoding="auto" loading="eager" referrerpolicy="strict-origin-when-cross-origin">
</body>
</html>