new regression tests not affecting the build.

git-svn-id: svn://10.0.0.236/trunk@63341 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com 2000-03-18 00:33:19 +00:00
parent 3f41a4b14f
commit 056416500b
7 changed files with 71 additions and 2 deletions

View File

@ -0,0 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>text-align: center</TITLE>
</HEAD>
<BODY style="text-align: center">
<H1>&lt;BODY style=&quot;text-align: center&quot;&gt;</H1>
<TABLE width=80% border=1>
<TR>
<TD>The table should be center-aligned not the text</TD>
</TR>
</TABLE>
</BODY>
</HTML>

View File

@ -0,0 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML>
<HEAD>
<TITLE>text-align: center</TITLE>
</HEAD>
<BODY style="text-align: center">
<H1>&lt;BODY style=&quot;text-align: center&quot;&gt;</H1>
<TABLE width=80% border=1>
<TR>
<TD>The text should be center-aligned not the table</TD>
</TR>
</TABLE>
</BODY>
</HTML>

View File

@ -1,3 +1,4 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<table width=200 border=1>
<tr><td>AAA<td>BBB
<tr align=center><td>A<td>B

View File

@ -0,0 +1,27 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<table width=200 border=1>
<tr><td>AAA<td>BBB
<tr align=center><td>A<td>B
<tr align=right><td>A<td>B
</table>
<BR>
<table width="100%" border>
<tr>
<td align="left">&lt;tr&gt;</td>
<th>th: Center</th>
<td>td: Left</td>
</tr>
<tr align="left">
<td align="left">&lt;tr align="left"&gt;</td>
<th>th: Left</th>
<td>td: Left</td>
</tr>
<tr align="center">
<td align="left">&lt;tr align="center"&gt;</td>
<th>th: Center</th>
<td>td: Center</td>
</tr>
</table>
<BR>

View File

@ -1,10 +1,11 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<p>This is a table with a <code>td align=center</code> that has a p, a table,
and a p.</p>
<table border width="30%">
<tr>
<td align=center>
<p>text</p>
<table border>
<table width=80% border>
<tr>
<td>text 3</td>
</tr>

View File

@ -5,7 +5,7 @@ and a p.</p>
<tr>
<td align=center>
<p>text</p>
<table border>
<table width=80% border>
<tr>
<td>text 3</td>
</tr>

View File

@ -19,6 +19,8 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug11026.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1128.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug11321.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug11331.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug11384q.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug11384s.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1163-1.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1164.html
file:///s|/mozilla/layout/html/tests/table/bugs/bug1188.html