gecko/layout/reftests/bugs/25888-2l.html

21 lines
428 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; }
span { display: inline-block; vertical-align: top; width: 200px; height: 50px; background: aqua; }
</style>
</head>
<body>
<div style="float: left; width: 150px; height: 75px;"></div>
<div style="float: right; width: 300px; height: 75px;"></div>
<span></span>
<span></span>
</body>
</html>