tidy-html5/regression_testing/cases/github-expects/case-629.html

20 lines
264 B
HTML
Raw Normal View History

<!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>