diff options
Diffstat (limited to 'test/html/Makefile.am')
-rw-r--r-- | test/html/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am index 013429f6..52ddf7f7 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -16,15 +16,16 @@ TESTS = \ render/float-img-justify.html \ render/github-infinite-loop.html \ render/hackernews.html \ - render/img-aspect-ratio.html \ - render/img-aspect-ratio-div.html \ render/img-aspect-ratio-absolute.html \ + render/img-aspect-ratio-div.html \ + render/img-aspect-ratio-relative-inside-fixed.html \ + render/img-aspect-ratio.html \ render/img-max-bounds.html \ render/main-style.html \ render/margin-auto.html \ render/max-width-body.html \ - render/max-width-div.html \ render/max-width-div-clamp.html \ + render/max-width-div.html \ render/max-width-html.html \ render/max-width-nested-div.html \ render/meta-refresh-0-no-url.html \ |