mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
13 lines
248 B
HTML
13 lines
248 B
HTML
|
<!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>
|