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

13 lines
148 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<title>Test</title>
</head>
<body>
<textarea>
foo</textarea>
<textarea>
foo</textarea>
<textarea>foo</textarea>
</body>