From 34e1df638f604f601d17938a1a7d12ca47f03134 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 17 Mar 2024 11:52:10 +0100 Subject: Add clamped max-width test The max-width size of the widget is larger than the viewport, so it should be clamped by it. --- test/html/render/max-width-div-clamp.ref.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/html/render/max-width-div-clamp.ref.html (limited to 'test/html/render/max-width-div-clamp.ref.html') diff --git a/test/html/render/max-width-div-clamp.ref.html b/test/html/render/max-width-div-clamp.ref.html new file mode 100644 index 00000000..5887d522 --- /dev/null +++ b/test/html/render/max-width-div-clamp.ref.html @@ -0,0 +1,14 @@ + + + + Test max-width CSS properties + + + +
+
+ + -- cgit v1.2.3