зеркало из https://github.com/mozilla/pjs.git
Add to block regression tests. Does not affect build.
This commit is contained in:
Родитель
3e2203b656
Коммит
e18d36af10
|
@ -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>
|
|
@ -0,0 +1,2 @@
|
|||
<center style="width: 400px; border: medium solid green;">Center</center>
|
||||
<center style="border: medium solid green;">Center</center>
|
|
@ -0,0 +1,4 @@
|
|||
<div align=right>
|
||||
<table><tr><td>table</td></tr></table>
|
||||
</div>
|
||||
text
|
|
@ -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>
|
|
@ -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>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче