summaryrefslogtreecommitdiff
path: root/tests/ref/html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ref/html')
-rw-r--r--tests/ref/html/html-pre-starting-with-newline.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/ref/html/html-pre-starting-with-newline.html b/tests/ref/html/html-pre-starting-with-newline.html
new file mode 100644
index 00000000..676d1a80
--- /dev/null
+++ b/tests/ref/html/html-pre-starting-with-newline.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ </head>
+ <body>
+ <pre>hello</pre>
+ <pre>
+
+hello</pre>
+ <pre>
+
+
+hello</pre>
+ </body>
+</html>