summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/457398-2-ref.html
blob: 25a03a0202b5f801007e0cef4a09cf5f8fe6f10a (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<head><style>
span { display:inline-block; width:20px; }
</style></head>
<body>
<div><span></span>Test</div>
<div style="float:left; width:100px; height:200px; background:yellow;"></div>
<div style="clear:both"><span></span>Test</div>
</body>
</html>