summaryrefslogtreecommitdiff
path: root/tests/ref/html/box-html.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ref/html/box-html.html')
-rw-r--r--tests/ref/html/box-html.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/ref/html/box-html.html b/tests/ref/html/box-html.html
new file mode 100644
index 00000000..5c970a6b
--- /dev/null
+++ b/tests/ref/html/box-html.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ </head>
+ <body>
+ <p>
+ Text <span style="display: inline-block;">Span</span>.
+ </p>
+ </body>
+</html>