summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/441259-1.html
blob: 6cf03a710afca265387e33d2aa23913bde520b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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;">
<span></span>
<div style="float:left; width:50px; height:50px; background:green;"></div>
</body>
</html>