diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/layout/inline-backgrounds.color.expected | 2 | ||||
-rw-r--r-- | test/layout/inline-backgrounds.html | 2 |
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 - [48;2;255;0;0mthis works: testing[49m + [48;2;255;0;0mthis works: testing[49m 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> |