diff options
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 \ |