summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/260406-1-ref.html
blob: f351341a86ab98df5fb39f22ce9db49553d4d8c0 (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>P</td>
        </tr>
    </table>
    <table border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td class="nn2"></td>
        </tr>
    </table>
</body>
</html>