mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
21 lines
428 B
HTML
21 lines
428 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: 75px;"></div>
|
|
<div style="float: left; width: 250px; height: 75px;"></div>
|
|
<span></span>
|
|
<span></span>
|
|
|
|
</body>
|
|
</html>
|