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

9 lines
161 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<textarea name="test" id="test" cols="20" rows="2"></textarea>
</body>
</html>