summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/407078-1.html
blob: d273580733cf592181640172a05ca7daf8522f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html><head>
<style>
body{
font:normal 13px Verdana;
}
div {
padding-right:7px;
font-size:11px;
}
</style></head>
<body>
<table><tbody><tr><td>
<div>
<span>m m </span>
<br>
</div>
<div>
<span>m</span>
</div>
</td></tr></tbody></table>

</body></html>