From 787905a585ba2ccb80d80c1d52dbea716085ec6a Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 25 Dec 2023 01:25:15 +0100 Subject: Add min-width and max-width CSS tests --- test/html/render/min-width-html.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/html/render/min-width-html.html (limited to 'test/html/render/min-width-html.html') diff --git a/test/html/render/min-width-html.html b/test/html/render/min-width-html.html new file mode 100644 index 00000000..09e89d5c --- /dev/null +++ b/test/html/render/min-width-html.html @@ -0,0 +1,16 @@ + + + + Test min-width in the html tag + + + +
+

Hello

+
+ + -- cgit v1.2.3