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

21 lines
249 B
HTML
Executable file

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