summaryrefslogtreecommitdiff
path: root/test/html/render/img-aspect-ratio-absolute.ref.html
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-08-16 13:21:34 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-10-17 20:38:16 +0200
commit7d7212a47fe35e9e61c6a0b5bee7c93a26313eab (patch)
treed8f30c5a3aaf0c3a47f8bc735ce868930b347857 /test/html/render/img-aspect-ratio-absolute.ref.html
parent49623838743ad69811dd8348c57ca0baed46934c (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.html18
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>