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