tenfourfox/layout/reftests/bugs/457398-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
274 B
HTML

<!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>