new regression tests
git-svn-id: svn://10.0.0.236/trunk@47149 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
11
mozilla/layout/html/tests/table/bugs/bug12709.html
Normal file
11
mozilla/layout/html/tests/table/bugs/bug12709.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<TABLE BORDER="1" WIDTH="334">
|
||||
<TR>
|
||||
<TD>
|
||||
This section will provide you with all the information you
|
||||
may need to use any of your Internet software.
|
||||
</TD>
|
||||
<TD>
|
||||
<IMG SRC="http://help.earthlink.net/images/support.gif" ALIGN="RIGHT">
|
||||
</TD>
|
||||
</TR>
|
||||
</table>
|
||||
29
mozilla/layout/html/tests/table/bugs/bug12908-1.html
Normal file
29
mozilla/layout/html/tests/table/bugs/bug12908-1.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<HTML>
|
||||
<BODY BGCOLOR="#C0C0C0">
|
||||
|
||||
<P>Border enabled version</P>
|
||||
|
||||
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="1">
|
||||
<TR>
|
||||
<TD WIDTH="29"></TD>
|
||||
<TD WIDTH="300"></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH="329" COLSPAN="2"><IMG SRC="../images/ant.jpg" WIDTH="329" HEIGHT="220"></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P>Cellspanned cell's bgcolor is red</P>
|
||||
|
||||
<TABLE CELLSPACING="0" CELLPADDING="0">
|
||||
<TR>
|
||||
<TD WIDTH="29"></TD>
|
||||
<TD WIDTH="300"></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH="329" COLSPAN="2" BGCOLOR="red"><IMG SRC="../images/ant.jpg" WIDTH="329" HEIGHT="220"></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
10
mozilla/layout/html/tests/table/bugs/bug12908-2.html
Normal file
10
mozilla/layout/html/tests/table/bugs/bug12908-2.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<TABLE CELLSPACING="0" CELLPADDING="0">
|
||||
<TR>
|
||||
<TD WIDTH="52" HEIGHT="20"></TD>
|
||||
<TD WIDTH="300" HEIGHT="20"></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH="352" HEIGHT="30" COLSPAN="2"><IMG
|
||||
SRC="../images/alpha-2.jpg" WIDTH="352" HEIGHT="30"></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
@@ -24,6 +24,8 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug1261.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1262.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug12709.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1271.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug12908-1.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug12908-2.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1296.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1302.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1318.html
|
||||
@@ -101,6 +103,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug7121-2.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug7243.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug727.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug7342.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug7604.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug8032-1.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug8032-2.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug8950.html
|
||||
|
||||
BIN
mozilla/layout/html/tests/table/images/alpha-2.jpg
Normal file
BIN
mozilla/layout/html/tests/table/images/alpha-2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
BIN
mozilla/layout/html/tests/table/images/ant.jpg
Normal file
BIN
mozilla/layout/html/tests/table/images/ant.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
Reference in New Issue
Block a user