From 51e023b7eb12e87a172e1d60e62ecc7448eff836 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 16 Aug 2024 22:39:37 +0200 Subject: Add more image aspect ratio tests --- .../render/img-aspect-ratio-mix-margin.ref.html | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 test/html/render/img-aspect-ratio-mix-margin.ref.html (limited to 'test/html/render/img-aspect-ratio-mix-margin.ref.html') diff --git a/test/html/render/img-aspect-ratio-mix-margin.ref.html b/test/html/render/img-aspect-ratio-mix-margin.ref.html new file mode 100644 index 00000000..36207ab6 --- /dev/null +++ b/test/html/render/img-aspect-ratio-mix-margin.ref.html @@ -0,0 +1,42 @@ + + + + Test image aspect ratio while constrained + + + +
+

All images should be 32px by 32px like this one:

+ +

Only one max-* contraint

+ + + + +

One max-* and fixed size contraint

+ + + + +

Two max-* contraints

+ + + + +

Both min-* and max-* constrained

+ + + + +

Bad constraints

+ + + + +
+ + -- cgit v1.2.3