tidy-html5/regression_testing/cases/legacy-expects/case-656889.html
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00

14 lines
261 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>[ 656889 ] textarea text and line wrapping</title>
</head>
<body>
<form action="foo">
<textarea name="txt1" rows="4" cols="40">Blah Blah blah...
Blah Blah...
Blah Blah Blah Blah.</textarea>
</form>
</body>
</html>