Add to block regression tests. Does not affect build.

git-svn-id: svn://10.0.0.236/trunk@75065 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2000-07-28 12:34:56 +00:00
parent 1f26e41fab
commit 00db0c5ed3
6 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<title>Bug 37083</title>
<style type="text/css">
p { border: medium solid green; }
</style>
<div align="center">
<p style="width: 300px;">Center</p>
<p>Center</p>
</div>

View File

@@ -0,0 +1,2 @@
<center style="width: 400px; border: medium solid green;">Center</center>
<center style="border: medium solid green;">Center</center>

View File

@@ -0,0 +1,4 @@
<div align=right>
<table><tr><td>table</td></tr></table>
</div>
text

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Bug 40038</title>
</head>
<body>
<div align="center">
<table width="400" frame="border">
<tr>
<td>
Table centered, left justified
</td>
</tr>
</table>
</div>
<div align="right">
<table width="400" frame="border">
<tr>
<td>
Table at right, left justified
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Bug 40038</title>
</head>
<body>
<div align="center">
<table width="400" frame="border">
<tr>
<td>
Table centered, left justified
</td>
</tr>
</table>
</div>
<div align="right">
<table width="400" frame="border">
<tr>
<td>
Table at right, left justified
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@@ -91,10 +91,15 @@ file:///s:/mozilla/layout/html/tests/block/bugs/36401-a.html
file:///s:/mozilla/layout/html/tests/block/bugs/36401-b.html
file:///s:/mozilla/layout/html/tests/block/bugs/36401-c.html
file:///s:/mozilla/layout/html/tests/block/bugs/36401.html
file:///s:/mozilla/layout/html/tests/block/bugs/37083-1.html
file:///s:/mozilla/layout/html/tests/block/bugs/37083-2.html
file:///s:/mozilla/layout/html/tests/block/bugs/37083-3.html
file:///s:/mozilla/layout/html/tests/block/bugs/39211.html
file:///s:/mozilla/layout/html/tests/block/bugs/39211-a.html
file:///s:/mozilla/layout/html/tests/block/bugs/39211-b.html
file:///s:/mozilla/layout/html/tests/block/bugs/39211-c.html
file:///s:/mozilla/layout/html/tests/block/bugs/40038-1.xml
file:///s:/mozilla/layout/html/tests/block/bugs/40038-2.html
file:///s:/mozilla/layout/html/tests/block/bugs/41521.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-1.html
file:///s:/mozilla/layout/html/tests/block/bugs/43882-2.html