aboutsummaryrefslogtreecommitdiff
path: root/test/html/render/img-aspect-ratio-absolute.ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/html/render/img-aspect-ratio-absolute.ref.html')
-rw-r--r--test/html/render/img-aspect-ratio-absolute.ref.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/html/render/img-aspect-ratio-absolute.ref.html b/test/html/render/img-aspect-ratio-absolute.ref.html
index 42f9945d..84ad695e 100644
--- a/test/html/render/img-aspect-ratio-absolute.ref.html
+++ b/test/html/render/img-aspect-ratio-absolute.ref.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html>
<head>
- <title>Test image aspect ratio</title>
+ <title>Test image aspect ratio with height larger than viewport</title>
<style>
body {
min-width: 16px;
}
img {
- width:569px;
- height:569px;
+ width:755px;
+ height:755px;
}
</style>
</head>