mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
21 lines
400 B
HTML
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>
|