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

9 lines
128 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<progress max="1"></progress>
</body>
</html>