summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/367504-margin-1-ref.html
blob: 06e592b8a00b97e04b423b9933ec228413815441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Testcase, bug 367504 -- inline block as margin root</title>
<style type="text/css">

span#ib { display: inline-block; vertical-align: text-bottom; }

span#ib span { display: block; padding: 7px; }

</style>
</head>
<body>
<table border><tr><td>

<p>x<span id="ib"><span>test</span></span>x</p>

</td></tr></table>
</body>
</html>