Reftest for bug 356774. r+sr=dbaron

This commit is contained in:
Daniel.S 2009-02-07 13:17:06 +01:00
parent 1550091144
commit eaed83898d
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<style>
table {
border: .1mm solid black;
}
</style>
<body>
<table cellspacing="0">
<tr>
<td>border: .1mm, collapsed</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<style>
table {
margin: 1px;
border: .1mm solid black;
border-collapse: collapse;
}
</style>
<body>
<table>
<tr>
<td>border: .1mm, collapsed</td>
</tr>
</table>
</body>
</html>

View File

@ -434,6 +434,7 @@ random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 333970-1.html 333970-1-ref.html # bug 3
== 355548-3.xml 355548-3-ref.xml
== 355548-4.xml 355548-4-ref.xml
== 355548-5.xml 355548-5-ref.xml
== 356774-1.html 356774-1-ref.html
== 356775-1.html 356775-1-ref.html
== 359903-1.html 359903-1-ref.html
== 359869-1.html 359869-1-ref.html