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

32 lines
680 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD><TITLE>1316307</TITLE></HEAD>
<BODY>
<P>
This is text that should appear BEFORE the table.
</P>
<CENTER>
<TABLE CELLSPACING=0 BORDER=1 CELLPADDING=2 WIDTH=662 SUMMARY="">
<TR>
<TD>Row 1 - Col 1</TD>
<TD>Row 1 - Col 2</TD>
<CENTER>
<TD>Row 1 - Col 3</TD>
<TD>Row 1 - Col 4</TD>
<TD>Row 1 - Col 5</TD>
</TR>
<TR>
<TD>Row 2 - Col 1</TD>
<TD>Row 2 - Col 2</TD>
<TD>Row 2 - Col 3</TD>
<TD>Row 2 - Col 4</TD>
<TD>Row 2 - Col 5</TD>
</TR>
</TABLE>
</CENTER>
<P>
This is text that should appear AFTER the table. HTML Tidy output however shows it BEFORE the table.
</P>
</BODY>
</HTML>