From 767c6c142de52a8b110c9c8fbc4110fcb6c3865f Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 31 Dec 2023 21:02:03 +0100 Subject: Add min/max width html tests to XFAIL For now they are ignored, so the body will extend to the viewport. --- test/html/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/html') 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 -- cgit v1.2.3