tidy-html5/regression_testing/cases/github-expects/case-629.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

20 lines
264 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>test</title>
</head>
<body>
<ul>
<li>Hello</li>
<li>In between</li>
<li>Goodbye</li>
<ul>
<li>Sub List!</li>
</ul>
<li>Final! <a href="#" download="py.pdf">This</a>
<p download="paper.psd">Hello</p>
</li>
</ul>
</body>
</html>