mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Add tests. Patch by Ryan VanderMeulen <ryanvm@gmail.com>
This commit is contained in:
parent
d979bb49bb
commit
8a97cbd8a7
13
layout/reftests/bugs/139550-1-ref.html
Normal file
13
layout/reftests/bugs/139550-1-ref.html
Normal 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>
|
13
layout/reftests/bugs/139550-1a.html
Normal file
13
layout/reftests/bugs/139550-1a.html
Normal 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>
|
13
layout/reftests/bugs/139550-1b.html
Normal file
13
layout/reftests/bugs/139550-1b.html
Normal 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>
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user