summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/260406-1.html
blob: 497b3278b6623b93d3c353786bce756e7b2aab26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<style type="text/css">
 .forms {display:inline;}
 .nn2{background-image: url("260406.gif");width:20px;height:18px;}
</style>
</head>
<body>
    <table border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td class="forms">P</td>
        </tr>
    </table>
    <table border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td class="nn2"></td>
        </tr>
    </table>
</body>
</html>