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