Add tests. Patch by Ryan VanderMeulen <ryanvm@gmail.com>

This commit is contained in:
bzbarsky%mit.edu 2007-03-05 18:02:49 +00:00
parent d979bb49bb
commit 8a97cbd8a7
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Bug 139550 Reference</title>
</head>
<body>
<div style="position: absolute">
<table>
<tr><td bgcolor="black"><font color="white">text</font></td></tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Bug 139550</title>
</head>
<body>
<div style="position: absolute">
<table width="50%">
<tr><td bgcolor="black"><font color="white">text</font></td></tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Bug 139550</title>
</head>
<body>
<div style="position: absolute">
<table width="50%" align="center">
<tr><td bgcolor="black"><font color="white">text</font></td></tr>
</table>
</div>
</body>
</html>

View File

@ -56,6 +56,8 @@ fails == 25888-3r.html 25888-3r-ref.html # bug 25888
== 97777-2.html 97777-2-ref.html
== 98223-1.html 98223-1-ref.html
== 98223-2.html 98223-2-ref.html
== 139550-1a.html 139550-1-ref.html
== 139550-1b.html 139550-1-ref.html
== 142233-1.html 142233-1-ref.html
== 144004-1.html 144004-1-ref.html
== 144004-2.html 144004-2-ref.html