tidy-html5/regression_testing/cases/legacy-cases/case-1207443@0.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

33 lines
483 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<form action="post">
<p>A test input box</p>
<p><input type="TEXT" align="left"></p>
<p>&nbsp;</p>
<p>Radio buttons <input type="RADIO"></p>
<p>A check box <input type="CHECKBOX"></p>
<p><br clear="all"></p>
</form>
<ul type="DISC">
<li>item 1
<li>item 2
</ul>
<ol type="I">
<li>item 1
<li>item 2
</ol>
<ul>
<li type="a">item 1
<li type="A">item 2
</ul>
</body>
</html>