summaryrefslogtreecommitdiff
path: root/test/html/Makefile.am
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-02-04 16:03:15 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-02-04 16:03:15 +0100
commitccd3935de37ff6e9b04c582f8e83159e5ccec54f (patch)
tree2d2b206a400e696c8b770722a91ae6d4baa3d296 /test/html/Makefile.am
parent9803318b28b5a3ef29987a093c38c5132ada1138 (diff)
Add span padding HTML render test
Diffstat (limited to 'test/html/Makefile.am')
-rw-r--r--test/html/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am
index bf01b117..df18c242 100644
--- a/test/html/Makefile.am
+++ b/test/html/Makefile.am
@@ -18,6 +18,7 @@ TESTS = \
render/min-width-div.html \
render/min-width-html.html \
render/min-width-nested-div.html \
+ render/span-padding.html \
render/table-thead-tfoot.html \
render/white-space.html
@@ -27,4 +28,5 @@ XFAIL_TESTS = \
render/img-aspect-ratio.html \
render/margin-auto.html \
render/max-width-html.html \
- render/min-width-html.html
+ render/min-width-html.html \
+ render/span-padding.html