aboutsummaryrefslogtreecommitdiff
path: root/test/html/Makefile.am
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-02-01 18:53:08 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-02-01 18:53:08 +0100
commit9803318b28b5a3ef29987a093c38c5132ada1138 (patch)
tree6f379525e7c0d5f3111f0609e60c1270d7c7dd50 /test/html/Makefile.am
parent8f84a4d8bc90eadc41925476d0e3cc6c450ec7fe (diff)
Add margin auto HTML render test
Diffstat (limited to 'test/html/Makefile.am')
-rw-r--r--test/html/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am
index 43fa746a..bf01b117 100644
--- a/test/html/Makefile.am
+++ b/test/html/Makefile.am
@@ -9,6 +9,7 @@ TESTS = \
render/b-div.html \
render/float-img-justify.html \
render/img-aspect-ratio.html \
+ render/margin-auto.html \
render/max-width-body.html \
render/max-width-div.html \
render/max-width-html.html \
@@ -24,5 +25,6 @@ TESTS = \
XFAIL_TESTS = \
render/float-img-justify.html \
render/img-aspect-ratio.html \
+ render/margin-auto.html \
render/max-width-html.html \
render/min-width-html.html