new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@84575 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
Y
|
||||
<table cellspacing=0 cellpadding=0 width=224 border=0 align=right>
|
||||
<tr>
|
||||
<td rowspan=4 width=10><img src="raptor.jpg" width=10 height=1></td>
|
||||
<td width=214><img src="raptor.jpg" width=214 height=163 border=0 alt="screen
|
||||
<td rowspan=4 width=10><img src="../images/raptor.jpg" width=10 height=1></td>
|
||||
<td width=214><img src="../images/raptor.jpg" width=214 height=163 border=0 alt="screen
|
||||
shot"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td height=8><img src="raptor.jpg" width=1 height=8 alt=""></td>
|
||||
<td height=8><img src="../images/raptor.jpg" width=1 height=8 alt=""></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -21,7 +21,7 @@ you to delete.<br></font></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td height=8><img src="raptor.jpg" width=1 height=8 alt=""></td>
|
||||
<td height=8><img src="../images/raptor.jpg" width=1 height=8 alt=""></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>X</td></tr></table>
|
||||
|
||||
14
mozilla/layout/html/tests/table/bugs/bug42443.html
Normal file
14
mozilla/layout/html/tests/table/bugs/bug42443.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<body>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td width="20%">1</td>
|
||||
<td width="60%">HelloHelloHelloHelloHelloHelloHelloHelloHelloHelloHelloHello</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3 width="100%">3</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
126
mozilla/layout/html/tests/table/bugs/bug43204.html
Normal file
126
mozilla/layout/html/tests/table/bugs/bug43204.html
Normal file
@@ -0,0 +1,126 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>Nomad Jedi Homeworld</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
<!--
|
||||
|
||||
.NewsBody
|
||||
|
||||
{
|
||||
|
||||
FONT-FAMILY: Arial, Helvetica, sans-serif;
|
||||
|
||||
FONT-SIZE: 10pt;
|
||||
|
||||
BACKGROUND: #C0C0C0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.NewsHead
|
||||
|
||||
{
|
||||
|
||||
|
||||
|
||||
COLOR: #ffffff;
|
||||
|
||||
BACKGROUND: #455166;
|
||||
|
||||
PADDING-RIGHT: 12px;
|
||||
|
||||
PADDING-LEFT: 12px;
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
FONT-family: Arial, Helvetica, sans-serif;
|
||||
|
||||
FONT-size: 12pt;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
-->
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body bgcolor="#ffffff" text="#000000">
|
||||
|
||||
<div align="center">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<table width=99% border=0 cellspacing=0>
|
||||
|
||||
<tr class='NewsHead'>
|
||||
|
||||
<td align=right class='NewsHead'>This column seems to finish early</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class='NewsBody'> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<table width=99% border=0 cellspacing=0>
|
||||
|
||||
<tr>
|
||||
|
||||
<td align=right class='NewsHead'>This one is OK</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
<td class='NewsBody'> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
23
mozilla/layout/html/tests/table/bugs/bug57828.html
Normal file
23
mozilla/layout/html/tests/table/bugs/bug57828.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<table border=3 width=1>
|
||||
<tr>
|
||||
<td nowrap><img width=40 height=40 align=left>NOWRAP cell, no width on cell</td>
|
||||
</tr>
|
||||
</table>
|
||||
<BR>
|
||||
<table border=3 width=1>
|
||||
<tr>
|
||||
<td nowrap><img width=40 height=40 align=left>NOWRAP cell, no width on cell</td>
|
||||
</tr>
|
||||
</table>
|
||||
<BR>
|
||||
<table border=3 width=1>
|
||||
<tr>
|
||||
<td width=100 nowrap><img width=40 height=40 align=left>NOWRAP cell, width=100</td>
|
||||
</tr>
|
||||
</table>
|
||||
<BR>
|
||||
<table border=3 width=1>
|
||||
<tr>
|
||||
<td width=300 nowrap><img width=40 height=40 align=left>NOWRAP cell, width=300</td>
|
||||
</tr>
|
||||
</table>
|
||||
19
mozilla/layout/html/tests/table/bugs/bug63785.html
Normal file
19
mozilla/layout/html/tests/table/bugs/bug63785.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Bug 63785</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<div>
|
||||
<p>Paragraph one</p>
|
||||
<p>Paragraph two</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -22,6 +22,8 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug4093.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug41890.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug42043.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug4294.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug42443.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug43204.html
|
||||
#file:///s|/mozilla/layout/html/tests/table/bugs/bug4382.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug4385.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug4427.html
|
||||
@@ -53,6 +55,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug53690-2.html
|
||||
delay:=2
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug56024.html
|
||||
delay:=1
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug57828.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug5797.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug5538.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug55545.html
|
||||
|
||||
@@ -4,6 +4,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug61042-2.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug6184.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug625.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug6304.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug63785.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug641-1.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug641-2.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug6404.html
|
||||
|
||||
Reference in New Issue
Block a user