diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-31 21:02:03 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-08 22:16:29 +0100 |
commit | 767c6c142de52a8b110c9c8fbc4110fcb6c3865f (patch) | |
tree | 6a14f15448db16efe40b09210881c1243bf63e19 /test/html | |
parent | 5fb97b682ef07bee5142844edadf2c6dffc7c2d4 (diff) |
Add min/max width html tests to XFAIL
For now they are ignored, so the body will extend to the viewport.
Diffstat (limited to 'test/html')
-rw-r--r-- | test/html/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am index 6a16eeb8..43fa746a 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -23,4 +23,6 @@ TESTS = \ # To be fixed XFAIL_TESTS = \ render/float-img-justify.html \ - render/img-aspect-ratio.html + render/img-aspect-ratio.html \ + render/max-width-html.html \ + render/min-width-html.html |