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