зеркало из https://github.com/mozilla/pjs.git
new regression tests
This commit is contained in:
Родитель
2986c0ca30
Коммит
b6ea8ff753
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<base href="http://www.linuxplanet.com/linuxplanet/">
|
||||
<title>Testcase for bug 20579</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p><b>Testcase distilled from <a href="http://www.linuxplanet.com/linuxplanet/">http://www.linuxplanet.com/linuxplanet/</a><br>First cell is coded as: </b><code>
|
||||
<TD><form>Weekly Poll<P></form></TD>
|
||||
</code></p>
|
||||
|
||||
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 BORDER=0><TR>
|
||||
<TD>
|
||||
<form>
|
||||
Weekly Poll<P> <!-- ATTENTION: unmatched P start tag here -->
|
||||
</form>
|
||||
</TD>
|
||||
|
||||
<TD WIDTH=1 BACKGROUND="/graphics/bg/gray.gif">
|
||||
<IMG HEIGHT=50 WIDTH=1 SRC="/graphics/fill/gray.gif"></TD>
|
||||
|
||||
<TD WIDTH="100%"><BR></TD>
|
||||
</TR></TABLE>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,74 @@
|
|||
<html>
|
||||
<head>
|
||||
<base href="http://www.microsoft.com/">
|
||||
<title>Testcase for bug 20804</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>Testcase distilled from <a href="http://www.microsoft.com">http://www.microsoft.com</a><br>
|
||||
The problem seems to be that the last cell in each row have an "excessive" COLSPAN value.<br>
|
||||
I have added BORDER=1 to make the cell boundaries visible.
|
||||
</p>
|
||||
|
||||
<TABLE WIDTH="100%" CELLPADDING=0 CELLSPACING=0 BORDER=1 BGCOLOR="#FFFFFF">
|
||||
<TR>
|
||||
<TD VALIGN="TOP" HEIGHT=60 ROWSPAN=2><IMG SRC="/library/homepage/images/bnr_all.gif" WIDTH=250 HEIGHT=60></TD>
|
||||
<TD VALIGN="TOP" HEIGHT=20 ALIGN="RIGHT"><IMG SRC="/library/toolbar/images/curve.gif" WIDTH=18 HEIGHT=20></TD>
|
||||
<TD BGCOLOR="#000000" HEIGHT=20 VALIGN="MIDDLE" ALIGN="RIGHT" NOWRAP COLSPAN=2>
|
||||
All Products | Support |
|
||||
Search | microsoft.com Home </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD VALIGN="TOP" HEIGHT=40 WIDTH=19><IMG SRC="/library/images/gifs/homepage/1ptrans.gif" WIDTH=19 HEIGHT=40></TD>
|
||||
<TD VALIGN="TOP" HEIGHT=40 ALIGN="RIGHT" NOWRAP COLSPAN=2><IMG
|
||||
SRC="/library/homepage/images/banner_bizinternet.gif"><IMG
|
||||
|
||||
SRC="/library/toolbar/images/mslogo.gif" WIDTH=112 HEIGHT=40>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR="#6699CC" HEIGHT=20 VALIGN="MIDDLE" NOWRAP COLSPAN=4>
|
||||
Home |
|
||||
Events/Training |
|
||||
Subscribe |
|
||||
About Microsoft |
|
||||
US/Worldwide |
|
||||
Downloads |
|
||||
MSN.com |
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<p>The following table is exactly as above, but I have removed COLSPAN for the last cell in row 1 and 2,<br>
|
||||
and changed COLSPAN=4 to COLSPAN=3 in the last row.</p>
|
||||
|
||||
<TABLE WIDTH="100%" CELLPADDING=0 CELLSPACING=0 BORDER=1 BGCOLOR="#FFFFFF">
|
||||
<TR>
|
||||
<TD VALIGN="TOP" HEIGHT=60 ROWSPAN=2><IMG SRC="/library/homepage/images/bnr_all.gif" WIDTH=250 HEIGHT=60></TD>
|
||||
<TD VALIGN="TOP" HEIGHT=20 ALIGN="RIGHT"><IMG SRC="/library/toolbar/images/curve.gif" WIDTH=18 HEIGHT=20></TD>
|
||||
<TD BGCOLOR="#000000" HEIGHT=20 VALIGN="MIDDLE" ALIGN="RIGHT" NOWRAP>
|
||||
All Products | Support |
|
||||
Search | microsoft.com Home </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD VALIGN="TOP" HEIGHT=40 WIDTH=19><IMG SRC="/library/images/gifs/homepage/1ptrans.gif" WIDTH=19 HEIGHT=40></TD>
|
||||
<TD VALIGN="TOP" HEIGHT=40 ALIGN="RIGHT" NOWRAP><IMG
|
||||
SRC="/library/homepage/images/banner_bizinternet.gif"><IMG
|
||||
|
||||
SRC="/library/toolbar/images/mslogo.gif" WIDTH=112 HEIGHT=40>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR="#6699CC" HEIGHT=20 VALIGN="MIDDLE" NOWRAP COLSPAN=3>
|
||||
Home |
|
||||
Events/Training |
|
||||
Subscribe |
|
||||
About Microsoft |
|
||||
US/Worldwide |
|
||||
Downloads |
|
||||
MSN.com |
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -70,7 +70,9 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug18359.html
|
|||
file:///s:/mozilla/layout/html/tests/table/bugs/bug19356.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug19599.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug2050.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug20579.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug2065.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug20804.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug2123.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug21299.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug21518.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче