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

14 lines
162 B
HTML
Raw Normal View History

2022-05-13 07:45:40 +03:00
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<textarea>
foo</textarea>
<textarea>foo</textarea>
<textarea>foo</textarea>
</body></html>