diff options
Diffstat (limited to 'test/html/render/img-aspect-ratio.ref.html')
-rw-r--r-- | test/html/render/img-aspect-ratio.ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/html/render/img-aspect-ratio.ref.html b/test/html/render/img-aspect-ratio.ref.html new file mode 100644 index 00000000..96c1ea1f --- /dev/null +++ b/test/html/render/img-aspect-ratio.ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test image aspect ratio</title> + <style> + body {margin: 20px} + </style> + </head> + <body> + <img src="pic.png" style="height:100px; width:100px" /> + <img src="pic.png" style="height:100px; width:100px" /> + <img src="pic.png" style="height:100px; width:100px" /> + <img src="pic.png" style="height:100px; width:100px" /> + <a href="#"><img src="pic.png" style="height:100px; width:100px" /></a> + </body> +</html> |