Mozilla/mozilla/layout/reftests/bugs/25888-2l-ref.html
dbaron%dbaron.org 4153da5d67 Add tests for bug 25888 (an open bug).
git-svn-id: svn://10.0.0.236/trunk@220104 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-14 02:28:16 +00:00

21 lines
400 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: 200px; height: 50px; background: aqua; }
</style>
</head>
<body>
<div style="float: left; width: 150px; height: 25px;"></div>
<span></span>
<div style="height: 100px"></div>
<span></span>
</body>
</html>