diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-17 16:23:29 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-17 19:36:22 +0100 |
commit | 62a9224a358a523e669e8c9f6158564f01b420c9 (patch) | |
tree | 5e9ec70209b28b65243c4fbe7fef2e5459acb65e /test/html/Makefile.am | |
parent | d61bf779f41617bbc31c3c5697e9275a6fbb1bcd (diff) |
Add div-100-percent-with-padding test
Diffstat (limited to 'test/html/Makefile.am')
-rw-r--r-- | test/html/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am index 28548f83..9b02f550 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -7,6 +7,7 @@ LOG_COMPILER = $(srcdir)/driver.sh TESTS = \ render/b-div.html \ + render/div-100-percent-with-padding.html \ render/float-img-justify.html \ render/img-aspect-ratio.html \ render/margin-auto.html \ @@ -26,6 +27,7 @@ TESTS = \ # To be fixed XFAIL_TESTS = \ + render/div-100-percent-with-padding.html \ render/float-img-justify.html \ render/img-aspect-ratio.html \ render/margin-auto.html \ |