gecko/layout/reftests/bugs/25888-3r-ref.html

20 lines
412 B
HTML

<!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: 100px; height: 50px; background: aqua; }
</style>
</head>
<body>
<div style="float: right; width: 250px; height: 25px;"></div>
<span></span>
<span style="margin-top: 25px; margin-left: 250px"></span>
</body>
</html>