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

15 lines
393 B
HTML

<HTML>
<HEAD>
<TITLE>[ #426885 ] Definition list w/Center crashes</TITLE>
</HEAD>
<BODY>
<CENTER><H1>Heading 1</H1></CENTER>
<DT><IMG src="redball.gif"><B>Term 1</B></DT>
<DT><IMG src="redball.gif"><B>Term 2</B><HR></DT>
<CENTER><H1>Heading 2</H1></CENTER>
<UL>
<DT><IMG src="redball.gif"><B>Term 3</B></DT>
<DT><IMG src="redball.gif"><B>Term 4</B><HR></DT>
</UL>
</BODY>
</HTML>