diff options
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> |