summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/441259-1-ref.html
blob: a02fd786e1d84c1de885a1720f4526905b3b27c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<head>
<style>
span { display:inline-block; width:50px; height:10px; background:yellow; }
</style>
</head>
<body style="width:100px; border:1px solid black;">
<div style="float:left; width:50px; height:50px; background:green;"></div><span></span>
</body>
</html>