diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-08-12 18:21:11 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-17 20:37:54 +0200 |
commit | 277b72c715df6934b261b2c743f64e26ab49633a (patch) | |
tree | dbaeb43396e69865242aaf9779c1e0a6883b8045 /test/html/Makefile.am | |
parent | f3d7483ab4b1751944907fa24a260f0afbb60633 (diff) |
Add img-max-bounds HTML test
Tests several combinations of size contraints on images so we can check
if the aspect ratio is kept or not.
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 \ |