diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-08-16 13:21:34 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-17 20:38:16 +0200 |
commit | 7d7212a47fe35e9e61c6a0b5bee7c93a26313eab (patch) | |
tree | d8f30c5a3aaf0c3a47f8bc735ce868930b347857 /test/html/render/img-aspect-ratio-absolute.ref.html | |
parent | 49623838743ad69811dd8348c57ca0baed46934c (diff) |
Add more image aspect ratio tests
Diffstat (limited to 'test/html/render/img-aspect-ratio-absolute.ref.html')
-rw-r--r-- | test/html/render/img-aspect-ratio-absolute.ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/html/render/img-aspect-ratio-absolute.ref.html b/test/html/render/img-aspect-ratio-absolute.ref.html new file mode 100644 index 00000000..42f9945d --- /dev/null +++ b/test/html/render/img-aspect-ratio-absolute.ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test image aspect ratio</title> + <style> + body { + min-width: 16px; + } + img { + width:569px; + height:569px; + } + </style> + </head> + <body> + <img src="pic.png"> + </body> +</html> |