summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/pre-line-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text/pre-line-2.html')
-rw-r--r--layout/reftests/text/pre-line-2.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/text/pre-line-2.html b/layout/reftests/text/pre-line-2.html
new file mode 100644
index 0000000000..48fde61d90
--- /dev/null
+++ b/layout/reftests/text/pre-line-2.html
@@ -0,0 +1,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>