mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
20 lines
412 B
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>
|