gecko/layout/reftests/bugs/25888-1l-block.html

22 lines
444 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<title>Testcase, bug 25888</title>
<style type="text/css">
body { width: 400px; border: medium solid; }
div { float: left; clear: left; }
span { display: block; overflow: hidden; width: 200px; height: 50px; background: aqua; margin-right: auto; }
</style>
</head>
<body>
<div style="width: 50px; height: 75px;"></div>
<div style="width: 100px; height: 75px;"></div>
<span></span>
<span></span>
</body>
</html>