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:
parent
3f41a4b14f
commit
056416500b
19
mozilla/layout/html/tests/table/bugs/bug11384q.html
Normal file
19
mozilla/layout/html/tests/table/bugs/bug11384q.html
Normal 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><BODY style="text-align: center"></H1>
|
||||
|
||||
<TABLE width=80% border=1>
|
||||
<TR>
|
||||
<TD>The table should be center-aligned not the text</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
19
mozilla/layout/html/tests/table/bugs/bug11384s.html
Normal file
19
mozilla/layout/html/tests/table/bugs/bug11384s.html
Normal 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><BODY style="text-align: center"></H1>
|
||||
|
||||
<TABLE width=80% border=1>
|
||||
<TR>
|
||||
<TD>The text should be center-aligned not the table</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
@ -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
|
||||
|
||||
27
mozilla/layout/html/tests/table/bugs/bug1802s.html
Normal file
27
mozilla/layout/html/tests/table/bugs/bug1802s.html
Normal 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"><tr></td>
|
||||
<th>th: Center</th>
|
||||
<td>td: Left</td>
|
||||
</tr>
|
||||
<tr align="left">
|
||||
<td align="left"><tr align="left"></td>
|
||||
<th>th: Left</th>
|
||||
<td>td: Left</td>
|
||||
</tr>
|
||||
<tr align="center">
|
||||
<td align="left"><tr align="center"></td>
|
||||
<th>th: Center</th>
|
||||
<td>td: Center</td>
|
||||
</tr>
|
||||
</table>
|
||||
<BR>
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user