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 eee0e3fd..644a0b26 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -17,6 +17,7 @@ TESTS = \ render/github-infinite-loop.html \ render/hackernews.html \ render/img-aspect-ratio.html \ + render/img-max-bounds.html \ render/main-style.html \ render/margin-auto.html \ render/max-width-body.html \ @@ -45,6 +46,7 @@ XFAIL_TESTS = \ render/div-100-percent-with-padding.html \ render/float-img-justify.html \ render/img-aspect-ratio.html \ + render/img-max-bounds.html \ render/margin-auto.html \ render/max-width-html.html \ render/min-width-html.html \ |