about summary refs log tree commit diff stats
path: root/test/layout
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-06-29 01:11:58 +0200
committerbptato <nincsnevem662@gmail.com>2024-06-29 01:13:38 +0200
commit1ecddcefe61103846aa1a3fcbaa11178aa7a2ec1 (patch)
tree6bcb29ff00ab7675aa62c72d6a1600e303f80bad /test/layout
parent1b0eee9d62aab586ec7c79ed00f8b85d04e9afa1 (diff)
downloadchawan-1ecddcefe61103846aa1a3fcbaa11178aa7a2ec1.tar.gz
layout: fix text-align + padding coloring
Diffstat (limited to 'test/layout')
-rw-r--r--test/layout/inline-backgrounds.color.expected2
-rw-r--r--test/layout/inline-backgrounds.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/layout/inline-backgrounds.color.expected b/test/layout/inline-backgrounds.color.expected
index c70ab7bf..ecd31ae5 100644
--- a/test/layout/inline-backgrounds.color.expected
+++ b/test/layout/inline-backgrounds.color.expected
@@ -11,7 +11,7 @@
 
 but
 
-                              this works: testing
+                             this works:   testing
 
 
 
diff --git a/test/layout/inline-backgrounds.html b/test/layout/inline-backgrounds.html
index 27519bd5..8298bfe6 100644
--- a/test/layout/inline-backgrounds.html
+++ b/test/layout/inline-backgrounds.html
@@ -13,7 +13,7 @@ but
 <div style="width: 100%; text-align: center">
 <br>
 <span style="background-color: red">
-this works: <span style="text-align: center">testing</span>
+this works: <span style="text-align: center; padding-left: 2ch">testing</span>
 <br>
 <br>
 <br>