summaryrefslogtreecommitdiffstats
path: root/image/test/reftest/downscaling/downscale-8px.html
diff options
context:
space:
mode:
Diffstat (limited to 'image/test/reftest/downscaling/downscale-8px.html')
-rw-r--r--image/test/reftest/downscaling/downscale-8px.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/image/test/reftest/downscaling/downscale-8px.html b/image/test/reftest/downscaling/downscale-8px.html
index 32cb1b211..fdc632e53 100644
--- a/image/test/reftest/downscaling/downscale-8px.html
+++ b/image/test/reftest/downscaling/downscale-8px.html
@@ -14,7 +14,8 @@
</script>
</head>
<body>
-<img width="8px" id="image1">
+<!-- non-empty alt to avoid the broken image icon -->
+<img width="8px" id="image1" alt=" ">
<script>
// Use as "wrapper.html?image.png"
var imgURL = document.location.search.substr(1);