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-div.ref.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/html/render/min-width-div.ref.html (limited to 'test/html/render/min-width-div.ref.html') diff --git a/test/html/render/min-width-div.ref.html b/test/html/render/min-width-div.ref.html new file mode 100644 index 00000000..64c02c31 --- /dev/null +++ b/test/html/render/min-width-div.ref.html @@ -0,0 +1,15 @@ + + + + Test min-width CSS property + + + +
+

Hello

+
+ + -- cgit v1.2.3