summaryrefslogtreecommitdiff
path: root/tests/ref/html/html-deco.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ref/html/html-deco.html')
-rw-r--r--tests/ref/html/html-deco.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ref/html/html-deco.html b/tests/ref/html/html-deco.html
new file mode 100644
index 00000000..87f2ab4c
--- /dev/null
+++ b/tests/ref/html/html-deco.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ </head>
+ <body>
+ <p><s>Struck</s> <mark>Highlighted</mark> <span style="text-decoration: underline">Underlined</span> <span style="text-decoration: overline">Overlined</span></p>
+ <p><span style="text-decoration: overline"><span style="text-decoration: underline"><mark><s>Mixed</s></mark></span></span></p>
+ </body>
+</html>