mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
22 lines
453 B
HTML
22 lines
453 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Testcase, bug 25888</title>
|
|
<style type="text/css">
|
|
|
|
body { width: 400px; border: medium solid; text-align: left; }
|
|
div { float: left; clear: left; }
|
|
span { display: inline-block; vertical-align: top; width: 200px; height: 50px; background: aqua; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div style="width: 50px; height: 50px;"></div>
|
|
<div style="width: 100px; height: 100px;"></div>
|
|
<span></span>
|
|
<span></span>
|
|
|
|
</body>
|
|
</html>
|