summaryrefslogtreecommitdiff
path: root/tests/ref
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-07-10 12:54:06 +0200
committerGitHub <noreply@github.com>2025-07-10 10:54:06 +0000
commit275012d7c624be85173315286752888e20996072 (patch)
tree902db921719c9e0cf399bbe48372f4d8f347273b /tests/ref
parent98802dde7e3eab456bf4892b586076431e3bb386 (diff)
Handle `lower` and `upper` in HTML export (#6585)
Diffstat (limited to 'tests/ref')
-rw-r--r--tests/ref/html/cases-content-html.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ref/html/cases-content-html.html b/tests/ref/html/cases-content-html.html
new file mode 100644
index 00000000..0890f061
--- /dev/null
+++ b/tests/ref/html/cases-content-html.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ </head>
+ <body>
+ <p>my <strong>lower</strong> a<br>MY <strong>UPPER</strong> A<br></p>
+ </body>
+</html>