mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
12 lines
248 B
HTML
12 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>
|