about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-05-16 18:26:43 +0200
committerbptato <nincsnevem662@gmail.com>2024-05-16 18:26:58 +0200
commit87a5c636eb203cd066a620129f93c30b02245ad9 (patch)
tree1cd5088f5c55aefe0811ad7eb6c83f2c23b5f6da /test
parent120ef4cfbe8cbe8e149d583b4c8e9f24dba01fa2 (diff)
downloadchawan-87a5c636eb203cd066a620129f93c30b02245ad9.tar.gz
test: text-transform
Diffstat (limited to 'test')
-rw-r--r--test/layout/text-transform.expected1
-rw-r--r--test/layout/text-transform.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/test/layout/text-transform.expected b/test/layout/text-transform.expected
new file mode 100644
index 00000000..d7d7eb41
--- /dev/null
+++ b/test/layout/text-transform.expected
@@ -0,0 +1 @@
+Testing Testing Testing
diff --git a/test/layout/text-transform.html b/test/layout/text-transform.html
new file mode 100644
index 00000000..0d64ca09
--- /dev/null
+++ b/test/layout/text-transform.html
@@ -0,0 +1,2 @@
+<!DOCTYPE html>
+<div style="text-transform: capitalize">testing testing testing</div>