pre-line-2.html (248B)
1 <!DOCTYPE HTML> 2 <html> 3 <body> 4 5 <!-- Check that a pre-line newline inhibits margin collapsing --> 6 7 <div style="margin-bottom:100px;">Hello</div> 8 <span style="white-space:pre-line;"> 9 </span> 10 <div style="margin-top:100px;">Kitty</div> 11 </body> 12 </html>