blob: 2defbca2dcd0bebd763eadeaa63c66f4955c87cc [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Test Without Whitespace</title>
<style>
div { height:30px; margin:0; padding:0; border:none; }
.container { width:400px; }
.floater { float:right; width:100px; background-color:green; }
.middle { display:inline-block; width:300px; background-color:green; }
</style>
</head>
<body>
<p> There should be a single green rectangle below. </p>
<div class="container"><div class="middle"></div><div class="floater"></div></div>
<div class="container"><div class="middle"></div><div class="floater"></div></div>
</body>
</html>