4 <title>Test With Both Leading and Trailing Whitespace
</title>
6 div { height:
150px; margin:
0; padding:
0; border:none; }
7 .container { width:
400px; }
8 .middle { display:inline-block; width:
400px; background-color:green; }
12 <p>There should be a single green rectangle below.
</p>
13 <!-- Mixture of Leading and Trailing Whitespace -->
14 <div class=
"container"><div class=
"middle"></div></div>