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