mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
new regression tests, file images for others. Does not affect the build.
This commit is contained in:
parent
237583c107
commit
e1b3f6ad9c
@ -430,7 +430,7 @@ aligned top, middle, and bottom:</p>
|
||||
</table>
|
||||
|
||||
<hr title="Beginning of Footer">
|
||||
<p><a href="http://validator.w3.org/check/referer" title="W3C HTML Validator"><img src="../../images/vh40" alt="Valid HTML 4.0!" height="31" width="88"></a></p>
|
||||
<p><a href="http://validator.w3.org/check/referer" title="W3C HTML Validator"><img src="../images/vh40" alt="Valid HTML 4.0!" height="31" width="88"></a></p>
|
||||
<p>(Back to
|
||||
<a href="./">CSS Testing Information</a>,
|
||||
<a href="../../">David Baron</a>)</p>
|
||||
|
23
layout/html/tests/table/bugs/bug14159-1.html
Normal file
23
layout/html/tests/table/bugs/bug14159-1.html
Normal file
@ -0,0 +1,23 @@
|
||||
<TABLE>
|
||||
<TR>
|
||||
<TD WIDTH=1></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
BlaBlaBla Bla BlaBla BlaBlaBlaBla Bla Bla Bla BlaBlaBla BlaBla Bla BlaBla BlaBlaBlaBla BlaBla Bla BlaBla BlaBla Bla</P>
|
||||
</TD>
|
||||
</TR>
|
||||
</table>
|
||||
|
||||
<BR>
|
||||
|
||||
<TABLE>
|
||||
<TR>
|
||||
<TD>
|
||||
BlaBlaBla Bla BlaBla BlaBlaBlaBla Bla Bla Bla BlaBlaBla BlaBla Bla BlaBla BlaBlaBlaBla BlaBla Bla BlaBla BlaBla Bla</P>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=1></TD>
|
||||
</TR>
|
||||
</table>
|
32
layout/html/tests/table/bugs/bug14159-2.html
Normal file
32
layout/html/tests/table/bugs/bug14159-2.html
Normal file
@ -0,0 +1,32 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="8%">news</td>
|
||||
|
||||
<td width="10%">archives</td>
|
||||
|
||||
<td width="11%">hardware</td>
|
||||
|
||||
<td width="7%">shots</td>
|
||||
|
||||
<td width="7%">games</td>
|
||||
|
||||
<td width="7%">files</td>
|
||||
|
||||
<td width="9%">reviewseek</td>
|
||||
|
||||
<td width="9%">forums</td>
|
||||
|
||||
<td width="10%">interviews</td>
|
||||
|
||||
<td width="7%">about</td>
|
||||
|
||||
<td width="6%">links</td>
|
||||
|
||||
<td width="9%">advertise</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
11
layout/html/tests/table/bugs/bug14159-3.html
Normal file
11
layout/html/tests/table/bugs/bug14159-3.html
Normal file
@ -0,0 +1,11 @@
|
||||
<TABLE>
|
||||
<TR>
|
||||
<TD>
|
||||
Really sorry about the server yesterday
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=1>
|
||||
</TD>
|
||||
</TR>
|
||||
</table>
|
@ -16,7 +16,7 @@
|
||||
<TR VALIGN=TOP>
|
||||
<TD><FONT SIZE=4><B> 25 offres d'emploi des entreprises</B></FONT></TD>
|
||||
<TD BGCOLOR="#EE9E02" ALIGN=RIGHT>
|
||||
<IMG SRC="icons/trans.gif" WIDTH="20" HEIGHT="1">page
|
||||
<IMG SRC="../images/trans.gif" WIDTH="20" HEIGHT="1">page
|
||||
<FONT SIZE=4><B>12 / 13 </B></FONT></TD>
|
||||
<TD ROWSPAN=2>
|
||||
<IMG SRC="../images/b_pre2.gif" WIDTH="21" HEIGHT="45"><IMG
|
||||
|
@ -35,6 +35,9 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug1302.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug13105.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1318.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug13526.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug14159-1.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug14159-2.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug14159-3.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1430.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug14323.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug1474.html
|
||||
|
@ -16,7 +16,7 @@ COLSPANS
|
||||
<BR>
|
||||
<table border>
|
||||
<tr>
|
||||
<td colspan=3><img src=raptor.jpg width=600 height=100></td>
|
||||
<td colspan=3><img src=../images/raptor.jpg width=600 height=100></td>
|
||||
<td>foo</td></tr>
|
||||
<tr>
|
||||
<td width=10>foo
|
||||
|
@ -12,7 +12,7 @@ ROWSPANS
|
||||
|
||||
<table border>
|
||||
<tr>
|
||||
<td rowspan=3 background=bg.jpg>c0r[2-6],Data 2 span=3 rows</td>
|
||||
<td rowspan=3 background=../images/bg.jpg>c0r[2-6],Data 2 span=3 rows</td>
|
||||
<td >c0r2</td>
|
||||
<td >c1r2</td>
|
||||
</tr>
|
||||
@ -28,7 +28,7 @@ ROWSPANS
|
||||
<BR>
|
||||
<table border>
|
||||
<tr>
|
||||
<td rowspan=5 background=bg.jpg>c0r[2-6],Data 2 span=5 rows</td>
|
||||
<td rowspan=5 background=../images/bg.jpg>c0r[2-6],Data 2 span=5 rows</td>
|
||||
<td >c0r2</td>
|
||||
<td >c1r2</td>
|
||||
</tr>
|
||||
|
BIN
layout/html/tests/table/images/b_sui2.gif
Normal file
BIN
layout/html/tests/table/images/b_sui2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
layout/html/tests/table/images/vh40
Normal file
BIN
layout/html/tests/table/images/vh40
Normal file
Binary file not shown.
After Width: | Height: | Size: 906 B |
Loading…
Reference in New Issue
Block a user