summaryrefslogtreecommitdiffstats
path: root/image/test/reftest/gif/delaytest.html
diff options
context:
space:
mode:
Diffstat (limited to 'image/test/reftest/gif/delaytest.html')
-rw-r--r--image/test/reftest/gif/delaytest.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/image/test/reftest/gif/delaytest.html b/image/test/reftest/gif/delaytest.html
index 58fb080f9..a6fc80f3e 100644
--- a/image/test/reftest/gif/delaytest.html
+++ b/image/test/reftest/gif/delaytest.html
@@ -4,7 +4,8 @@
<title>Delayed image reftest wrapper</title>
</head>
<body>
-<img id="image1">
+<!-- non-empty alt to avoid the broken image icon -->
+<img id="image1" alt=" ">
<script>
// This loads a externally specified image, forces a draw (in case of
// decode-on-draw), waits 100ms, and then triggers the reftest snapshot.