about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/layout/pre-preserves-initial-whitespace.expected4
-rw-r--r--test/layout/pre-preserves-initial-whitespace.html4
2 files changed, 8 insertions, 0 deletions
diff --git a/test/layout/pre-preserves-initial-whitespace.expected b/test/layout/pre-preserves-initial-whitespace.expected
new file mode 100644
index 00000000..e06221e2
--- /dev/null
+++ b/test/layout/pre-preserves-initial-whitespace.expected
@@ -0,0 +1,4 @@
+
+  test
+  
+test
diff --git a/test/layout/pre-preserves-initial-whitespace.html b/test/layout/pre-preserves-initial-whitespace.html
new file mode 100644
index 00000000..64b41db1
--- /dev/null
+++ b/test/layout/pre-preserves-initial-whitespace.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<pre>
+  <span>test</span>
+  <div>test</div>