swc/crates/swc_html_parser/tests/fixture/element/textarea/input.html

24 lines
257 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<label for="story">Tell us your story:</label>
<textarea id="story" name="story"
rows="5" cols="33">
test
test
test
</textarea>
</body>
</html>