aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/inline_whitespace_ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ref/inline_whitespace_ref.html')
-rw-r--r--tests/ref/inline_whitespace_ref.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/ref/inline_whitespace_ref.html b/tests/ref/inline_whitespace_ref.html
new file mode 100644
index 00000000000..2bf70eff251
--- /dev/null
+++ b/tests/ref/inline_whitespace_ref.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style type="text/css">
+ body {
+ background-color: #f6f6f6;
+ font-size: 128px;
+ }
+ </style>
+ </head>
+ <body>
+ <span>A B</span>
+ </body>
+</html>