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